#214899

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

Shades of Endeavour #214899

Tints of Endeavour #214899

Color information

#214899 (or 0x214899) is unknown color: approx Endeavour. HEX triplet: 21, 48 and 99. RGB value is (33,72,153). Sum of RGB (Red+Green+Blue) = 33+72+153=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #214899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214899 is #DEB766. Grayscale: #454545. Windows color (decimal): -14595943 or 10045473. OLE color: 10045473.

HSL color Cylindrical-coordinate representation of color #214899: hue angle of 220.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214899 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3372153-
CMYK0.780.5300.4
HSL220.5º64.52%36.47%-
HSV(B)220.5º78.43%60%-
XYZ8.697.2631.08-
YUV69.57175.08101.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 153 (60.16% from 255) = 59.30%
R=12.79%
G=27.91%
B=59.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33721530.780.5300.4220.564.5236.47
Hex2148994E35028dc4124
Octal411102311166505033410144
Binary10000110010001001100110011101101010101000110111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214899; }

 p { color: rgb(33,72,153); }

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

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

 a { background-color: rgb(33,72,153); }

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

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

 span { border-color: rgb(33,72,153); }

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