#214B89

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

Shades of Endeavour #214B89

Tints of Endeavour #214B89

Color information

#214B89 (or 0x214B89) is unknown color: approx Endeavour. HEX triplet: 21, 4B and 89. RGB value is (33,75,137). Sum of RGB (Red+Green+Blue) = 33+75+137=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #214B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214B89 is #DEB476. Grayscale: #454545. Windows color (decimal): -14595191 or 8997665. OLE color: 8997665.

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

Color convert

RGB3375137-
CMYK0.760.4500.46
HSL215.77º61.18%33.33%-
HSV(B)215.77º75.91%53.73%-
XYZ7.667.1624.65-
YUV69.51166.09101.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 137 (53.91% from 255) = 55.92%
R=13.47%
G=30.61%
B=55.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33751370.760.4500.46215.7761.1833.33
Hex214B894C2D02Ed83d21
Octal41113211114550563307541
Binary1000011001011100010011001100101101010111011011000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,75,137); }

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

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

 a { background-color: rgb(33,75,137); }

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

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

 span { border-color: rgb(33,75,137); }

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