#214E99

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

Shades of Endeavour #214E99

Tints of Endeavour #214E99

Color information

#214E99 (or 0x214E99) is unknown color: approx Endeavour. HEX triplet: 21, 4E and 99. RGB value is (33,78,153). Sum of RGB (Red+Green+Blue) = 33+78+153=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #214E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E99 is #DEB166. Grayscale: #484848. Windows color (decimal): -14594407 or 10047009. OLE color: 10047009.

HSL color Cylindrical-coordinate representation of color #214E99: hue angle of 217.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214E99 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3378153-
CMYK0.780.4900.4
HSL217.5º64.52%36.47%-
HSV(B)217.5º78.43%60%-
XYZ9.18.0731.22-
YUV73.1173.0999.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=12.5%
G=29.55%
B=57.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33781530.780.4900.4217.564.5236.47
Hex214E994E31028da4124
Octal411162311166105033210144
Binary10000110011101001100110011101100010101000110110101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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