#21618E

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

Shades of Endeavour #21618E

Tints of Endeavour #21618E

Color information

#21618E (or 0x21618E) is unknown color: approx Endeavour. HEX triplet: 21, 61 and 8E. RGB value is (33,97,142). Sum of RGB (Red+Green+Blue) = 33+97+142=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #21618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21618E is #DE9E71. Grayscale: #525252. Windows color (decimal): -14589554 or 9330977. OLE color: 9330977.

HSL color Cylindrical-coordinate representation of color #21618E: hue angle of 204.77º 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 #21618E is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3397142-
CMYK0.770.3200.44
HSL204.77º62.29%34.31%-
HSV(B)204.77º76.76%55.69%-
XYZ9.7810.8327.17-
YUV82.99161.392.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=12.13%
G=35.66%
B=52.21%

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
Decimal33971420.770.3200.44204.7762.2934.31
Hex21618E4D2002Ccd3e22
Octal41141216115400543157642
Binary1000011100001100011101001101100000010110011001101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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