#21578C

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

Shades of Endeavour #21578C

Tints of Endeavour #21578C

Color information

#21578C (or 0x21578C) is unknown color: approx Endeavour. HEX triplet: 21, 57 and 8C. RGB value is (33,87,140). Sum of RGB (Red+Green+Blue) = 33+87+140=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #21578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21578C is #DEA873. Grayscale: #4C4C4C. Windows color (decimal): -14592116 or 9197345. OLE color: 9197345.

HSL color Cylindrical-coordinate representation of color #21578C: hue angle of 209.72º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21578C is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3387140-
CMYK0.760.3800.45
HSL209.72º61.85%33.92%-
HSV(B)209.72º76.43%54.9%-
XYZ8.779.0326.09-
YUV76.9163.6196.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.69%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 140 (55.08% from 255) = 53.85%
R=12.69%
G=33.46%
B=53.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33871400.760.3800.45209.7261.8533.92
Hex21578C4C2602Dd23e22
Octal41127214114460553227642
Binary1000011010111100011001001100100110010110111010010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21578C; }

 p { color: rgb(33,87,140); }

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

<style>
 a { background-color: #21578C; }

 a { background-color: rgb(33,87,140); }

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

<style>
 span { border-color: #21578C; }

 span { border-color: rgb(33,87,140); }

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