#214F88

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

Shades of Endeavour #214F88

Tints of Endeavour #214F88

Color information

#214F88 (or 0x214F88) is unknown color: approx Endeavour. HEX triplet: 21, 4F and 88. RGB value is (33,79,136). Sum of RGB (Red+Green+Blue) = 33+79+136=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #214F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214F88 is #DEB077. Grayscale: #474747. Windows color (decimal): -14594168 or 8933153. OLE color: 8933153.

HSL color Cylindrical-coordinate representation of color #214F88: hue angle of 213.2º 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 #214F88 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3379136-
CMYK0.760.4200.47
HSL213.2º60.95%33.14%-
HSV(B)213.2º75.74%53.33%-
XYZ7.877.6924.36-
YUV71.74164.26100.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=13.31%
G=31.85%
B=54.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33791360.760.4200.47213.260.9533.14
Hex214F884C2A02Fd53d21
Octal41117210114520573257541
Binary1000011001111100010001001100101010010111111010101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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