#214799

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

Shades of Endeavour #214799

Tints of Endeavour #214799

Color information

#214799 (or 0x214799) is unknown color: approx Endeavour. HEX triplet: 21, 47 and 99. RGB value is (33,71,153). Sum of RGB (Red+Green+Blue) = 33+71+153=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #214799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214799 is #DEB866. Grayscale: #444444. Windows color (decimal): -14596199 or 10045217. OLE color: 10045217.

HSL color Cylindrical-coordinate representation of color #214799: hue angle of 221º 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 #214799 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3371153-
CMYK0.780.5400.4
HSL221º64.52%36.47%-
HSV(B)221º78.43%60%-
XYZ8.637.1331.06-
YUV68.99175.41102.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 153 (60.16% from 255) = 59.53%
R=12.84%
G=27.63%
B=59.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33711530.780.5400.422164.5236.47
Hex2147994E36028dd4124
Octal411072311166605033510144
Binary10000110001111001100110011101101100101000110111011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214799; }

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

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

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

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

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

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

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

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