#21579E

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

Shades of Endeavour #21579E

Tints of Endeavour #21579E

Color information

#21579E (or 0x21579E) is unknown color: approx Endeavour. HEX triplet: 21, 57 and 9E. RGB value is (33,87,158). Sum of RGB (Red+Green+Blue) = 33+87+158=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #21579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21579E is #DEA861. Grayscale: #4E4E4E. Windows color (decimal): -14592098 or 10376993. OLE color: 10376993.

HSL color Cylindrical-coordinate representation of color #21579E: hue angle of 214.08º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21579E is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3387158-
CMYK0.790.4500.38
HSL214.08º65.45%37.45%-
HSV(B)214.08º79.11%61.96%-
XYZ10.219.6133.66-
YUV78.95172.6195.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 158 (62.11% from 255) = 56.83%
R=11.87%
G=31.29%
B=56.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33871580.790.4500.38214.0865.4537.45
Hex21579E4F2D026d64125
Octal411272361175504632610145
Binary10000110101111001111010011111011010100110110101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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