#214E91

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

Shades of Endeavour #214E91

Tints of Endeavour #214E91

Color information

#214E91 (or 0x214E91) is unknown color: approx Endeavour. HEX triplet: 21, 4E and 91. RGB value is (33,78,145). Sum of RGB (Red+Green+Blue) = 33+78+145=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #214E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E91 is #DEB16E. Grayscale: #474747. Windows color (decimal): -14594415 or 9522721. OLE color: 9522721.

HSL color Cylindrical-coordinate representation of color #214E91: hue angle of 215.89º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214E91 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3378145-
CMYK0.770.4600.43
HSL215.89º62.92%34.9%-
HSV(B)215.89º77.24%56.86%-
XYZ8.467.8227.85-
YUV72.18169.09100.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=12.89%
G=30.47%
B=56.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33781450.770.4600.43215.8962.9234.9
Hex214E914D2E02Bd83f23
Octal41116221115560533307743
Binary1000011001110100100011001101101110010101111011000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214E91; }

 p { color: rgb(33,78,145); }

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

<style>
 a { background-color: #214E91; }

 a { background-color: rgb(33,78,145); }

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

<style>
 span { border-color: #214E91; }

 span { border-color: rgb(33,78,145); }

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