#215688

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

Shades of Endeavour #215688

Tints of Endeavour #215688

Color information

#215688 (or 0x215688) is unknown color: approx Endeavour. HEX triplet: 21, 56 and 88. RGB value is (33,86,136). Sum of RGB (Red+Green+Blue) = 33+86+136=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #215688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215688 is #DEA977. Grayscale: #4B4B4B. Windows color (decimal): -14592376 or 8934945. OLE color: 8934945.

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

Color convert

RGB3386136-
CMYK0.760.3700.47
HSL209.13º60.95%33.14%-
HSV(B)209.13º75.74%53.33%-
XYZ8.48.7624.54-
YUV75.85161.9497.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 136 (53.52% from 255) = 53.33%
R=12.94%
G=33.73%
B=53.33%

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
Decimal33861360.760.3700.47209.1360.9533.14
Hex2156884C2502Fd13d21
Octal41126210114450573217541
Binary1000011010110100010001001100100101010111111010001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215688; }

 p { color: rgb(33,86,136); }

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

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

 a { background-color: rgb(33,86,136); }

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

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

 span { border-color: rgb(33,86,136); }

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