#215A91

Color #215A91 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #215A91

Tints of Endeavour #215A91

Color information

#215A91 (or 0x215A91) is unknown color: approx Endeavour. HEX triplet: 21, 5A and 91. RGB value is (33,90,145). Sum of RGB (Red+Green+Blue) = 33+90+145=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #215A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215A91 is #DEA56E. Grayscale: #4E4E4E. Windows color (decimal): -14591343 or 9525793. OLE color: 9525793.

HSL color Cylindrical-coordinate representation of color #215A91: hue angle of 209.46º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215A91 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3390145-
CMYK0.770.3800.43
HSL209.46º62.92%34.9%-
HSV(B)209.46º77.24%56.86%-
XYZ9.399.6828.16-
YUV79.23165.1295.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 145 (57.03% from 255) = 54.10%
R=12.31%
G=33.58%
B=54.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33901450.770.3800.43209.4662.9234.9
Hex215A914D2602Bd13f23
Octal41132221115460533217743
Binary1000011011010100100011001101100110010101111010001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215A91; }

 p { color: rgb(33,90,145); }

 H1.HeaderClassName
 {
   color: #215A91;
 }
 .AnyTagClassName
 {
   color: #215A91;
 }
</style>
background-color css

<style>
 a { background-color: #215A91; }

 a { background-color: rgb(33,90,145); }

 div.DivClassName
 {
   background-color: #215A91;
 }
 .BgClassName
 {
   background-color: #215A91;
 }
</style>
border-color css

<style>
 span { border-color: #215A91; }

 span { border-color: rgb(33,90,145); }

 td.TdClassName
 {
   border-color: #215A91;
 }
 .TagClassName
 {
   border-color: #215A91;
 }
</style>