#214D93

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

Shades of Endeavour #214D93

Tints of Endeavour #214D93

Color information

#214D93 (or 0x214D93) is unknown color: approx Endeavour. HEX triplet: 21, 4D and 93. RGB value is (33,77,147). Sum of RGB (Red+Green+Blue) = 33+77+147=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #214D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D93 is #DEB26C. Grayscale: #474747. Windows color (decimal): -14594669 or 9653537. OLE color: 9653537.

HSL color Cylindrical-coordinate representation of color #214D93: hue angle of 216.84º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214D93 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3377147-
CMYK0.780.4800.42
HSL216.84º63.33%35.29%-
HSV(B)216.84º77.55%57.65%-
XYZ8.557.7428.65-
YUV71.82170.42100.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=12.84%
G=29.96%
B=57.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33771470.780.4800.42216.8463.3335.29
Hex214D934E3002Ad93f23
Octal41115223116600523317743
Binary1000011001101100100111001110110000010101011011001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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