#215899

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

Shades of Endeavour #215899

Tints of Endeavour #215899

Color information

#215899 (or 0x215899) is unknown color: approx Endeavour. HEX triplet: 21, 58 and 99. RGB value is (33,88,153). Sum of RGB (Red+Green+Blue) = 33+88+153=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #215899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215899 is #DEA766. Grayscale: #4E4E4E. Windows color (decimal): -14591847 or 10049569. OLE color: 10049569.

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

Color convert

RGB3388153-
CMYK0.780.4200.4
HSL212.5º64.52%36.47%-
HSV(B)212.5º78.43%60%-
XYZ9.879.631.47-
YUV78.96169.7895.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=12.04%
G=32.12%
B=55.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33881530.780.4200.4212.564.5236.47
Hex2158994E2A028d44124
Octal411302311165205032410144
Binary10000110110001001100110011101010100101000110101001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215899; }

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

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

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

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

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

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

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

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