#214E90

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

Shades of Endeavour #214E90

Tints of Endeavour #214E90

Color information

#214E90 (or 0x214E90) is unknown color: approx Endeavour. HEX triplet: 21, 4E and 90. RGB value is (33,78,144). Sum of RGB (Red+Green+Blue) = 33+78+144=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #214E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E90 is #DEB16F. Grayscale: #474747. Windows color (decimal): -14594416 or 9457185. OLE color: 9457185.

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

Color convert

RGB3378144-
CMYK0.770.4600.44
HSL215.68º62.71%34.71%-
HSV(B)215.68º77.08%56.47%-
XYZ8.397.7927.45-
YUV72.07168.59100.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 144 (56.64% from 255) = 56.47%
R=12.94%
G=30.59%
B=56.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33781440.770.4600.44215.6862.7134.71
Hex214E904D2E02Cd83f23
Octal41116220115560543307743
Binary1000011001110100100001001101101110010110011011000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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