#214E86

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

Shades of Endeavour #214E86

Tints of Endeavour #214E86

Color information

#214E86 (or 0x214E86) is unknown color: approx Endeavour. HEX triplet: 21, 4E and 86. RGB value is (33,78,134). Sum of RGB (Red+Green+Blue) = 33+78+134=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #214E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E86 is #DEB179. Grayscale: #464646. Windows color (decimal): -14594426 or 8801825. OLE color: 8801825.

HSL color Cylindrical-coordinate representation of color #214E86: hue angle of 213.27º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214E86 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3378134-
CMYK0.750.4200.47
HSL213.27º60.48%32.75%-
HSV(B)213.27º75.37%52.55%-
XYZ7.657.4923.6-
YUV70.93163.59100.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 134 (52.73% from 255) = 54.69%
R=13.47%
G=31.84%
B=54.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33781340.750.4200.47213.2760.4832.75
Hex214E864B2A02Fd53c21
Octal41116206113520573257441
Binary1000011001110100001101001011101010010111111010101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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