#214E88

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

Shades of Endeavour #214E88

Tints of Endeavour #214E88

Color information

#214E88 (or 0x214E88) is unknown color: approx Endeavour. HEX triplet: 21, 4E and 88. RGB value is (33,78,136). Sum of RGB (Red+Green+Blue) = 33+78+136=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #214E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E88 is #DEB177. Grayscale: #464646. Windows color (decimal): -14594424 or 8932897. OLE color: 8932897.

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

Color convert

RGB3378136-
CMYK0.760.4300.47
HSL213.79º60.95%33.14%-
HSV(B)213.79º75.74%53.33%-
XYZ7.87.5524.34-
YUV71.16164.59100.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=13.36%
G=31.58%
B=55.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33781360.760.4300.47213.7960.9533.14
Hex214E884C2B02Fd63d21
Octal41116210114530573267541
Binary1000011001110100010001001100101011010111111010110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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