#21608E

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

Shades of Endeavour #21608E

Tints of Endeavour #21608E

Color information

#21608E (or 0x21608E) is unknown color: approx Endeavour. HEX triplet: 21, 60 and 8E. RGB value is (33,96,142). Sum of RGB (Red+Green+Blue) = 33+96+142=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #21608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21608E is #DE9F71. Grayscale: #525252. Windows color (decimal): -14589810 or 9330721. OLE color: 9330721.

HSL color Cylindrical-coordinate representation of color #21608E: hue angle of 205.32º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21608E is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3396142-
CMYK0.770.3200.44
HSL205.32º62.29%34.31%-
HSV(B)205.32º76.76%55.69%-
XYZ9.6910.6427.13-
YUV82.41161.6392.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=12.18%
G=35.42%
B=52.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33961420.770.3200.44205.3262.2934.31
Hex21608E4D2002Ccd3e22
Octal41140216115400543157642
Binary1000011100000100011101001101100000010110011001101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21608E; }

 p { color: rgb(33,96,142); }

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

<style>
 a { background-color: #21608E; }

 a { background-color: rgb(33,96,142); }

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

<style>
 span { border-color: #21608E; }

 span { border-color: rgb(33,96,142); }

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