#214D99

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

Shades of Endeavour #214D99

Tints of Endeavour #214D99

Color information

#214D99 (or 0x214D99) is unknown color: approx Endeavour. HEX triplet: 21, 4D and 99. RGB value is (33,77,153). Sum of RGB (Red+Green+Blue) = 33+77+153=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #214D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D99 is #DEB266. Grayscale: #484848. Windows color (decimal): -14594663 or 10046753. OLE color: 10046753.

HSL color Cylindrical-coordinate representation of color #214D99: hue angle of 218º 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 #214D99 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3377153-
CMYK0.780.5000.4
HSL218º64.52%36.47%-
HSV(B)218º78.43%60%-
XYZ9.037.9331.19-
YUV72.51173.4299.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=12.55%
G=29.28%
B=58.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33771530.780.5000.421864.5236.47
Hex214D994E32028da4124
Octal411152311166205033210144
Binary10000110011011001100110011101100100101000110110101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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