#215587

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

Shades of Endeavour #215587

Tints of Endeavour #215587

Color information

#215587 (or 0x215587) is unknown color: approx Endeavour. HEX triplet: 21, 55 and 87. RGB value is (33,85,135). Sum of RGB (Red+Green+Blue) = 33+85+135=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #215587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215587 is #DEAA78. Grayscale: #4A4A4A. Windows color (decimal): -14592633 or 8869153. OLE color: 8869153.

HSL color Cylindrical-coordinate representation of color #215587: hue angle of 209.41º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215587 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3385135-
CMYK0.760.3700.47
HSL209.41º60.71%32.94%-
HSV(B)209.41º75.56%52.94%-
XYZ8.258.5724.14-
YUV75.15161.7797.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 85 (33.59% from 255) = 33.60%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=13.04%
G=33.60%
B=53.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33851350.760.3700.47209.4160.7132.94
Hex2155874C2502Fd13d21
Octal41125207114450573217541
Binary1000011010101100001111001100100101010111111010001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215587; }

 p { color: rgb(33,85,135); }

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

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

 a { background-color: rgb(33,85,135); }

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

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

 span { border-color: rgb(33,85,135); }

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