#21569E

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

Shades of Endeavour #21569E

Tints of Endeavour #21569E

Color information

#21569E (or 0x21569E) is unknown color: approx Endeavour. HEX triplet: 21, 56 and 9E. RGB value is (33,86,158). Sum of RGB (Red+Green+Blue) = 33+86+158=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #21569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21569E is #DEA961. Grayscale: #4E4E4E. Windows color (decimal): -14592354 or 10376737. OLE color: 10376737.

HSL color Cylindrical-coordinate representation of color #21569E: hue angle of 214.56º 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 #21569E is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3386158-
CMYK0.790.4600.38
HSL214.56º65.45%37.45%-
HSV(B)214.56º79.11%61.96%-
XYZ10.139.4533.64-
YUV78.36172.9495.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 158 (62.11% from 255) = 57.04%
R=11.91%
G=31.05%
B=57.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33861580.790.4600.38214.5665.4537.45
Hex21569E4F2E026d74125
Octal411262361175604632710145
Binary10000110101101001111010011111011100100110110101111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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