#216199

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

Shades of Endeavour #216199

Tints of Endeavour #216199

Color information

#216199 (or 0x216199) is unknown color: approx Endeavour. HEX triplet: 21, 61 and 99. RGB value is (33,97,153). Sum of RGB (Red+Green+Blue) = 33+97+153=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #216199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216199 is #DE9E66. Grayscale: #535353. Windows color (decimal): -14589543 or 10051873. OLE color: 10051873.

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

Color convert

RGB3397153-
CMYK0.780.3700.4
HSL208º64.52%36.47%-
HSV(B)208º78.43%60%-
XYZ10.6511.1731.73-
YUV84.25166.891.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=11.66%
G=34.28%
B=54.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33971530.780.3700.420864.5236.47
Hex2161994E25028d04124
Octal411412311164505032010144
Binary10000111000011001100110011101001010101000110100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216199; }

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

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

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

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

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

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

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

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