#214E84

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

Shades of Endeavour #214E84

Tints of Endeavour #214E84

Color information

#214E84 (or 0x214E84) is unknown color: approx Endeavour. HEX triplet: 21, 4E and 84. RGB value is (33,78,132). Sum of RGB (Red+Green+Blue) = 33+78+132=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #214E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E84 is #DEB17B. Grayscale: #464646. Windows color (decimal): -14594428 or 8670753. OLE color: 8670753.

HSL color Cylindrical-coordinate representation of color #214E84: hue angle of 212.73º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214E84 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3378132-
CMYK0.750.4100.48
HSL212.73º60%32.35%-
HSV(B)212.73º75%51.76%-
XYZ7.527.4422.87-
YUV70.7162.59101.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 132 (51.95% from 255) = 54.32%
R=13.58%
G=32.10%
B=54.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33781320.750.4100.48212.736032.35
Hex214E844B29030d53c20
Octal41116204113510603257440
Binary1000011001110100001001001011101001011000011010101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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