#215188

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

Shades of Endeavour #215188

Tints of Endeavour #215188

Color information

#215188 (or 0x215188) is unknown color: approx Endeavour. HEX triplet: 21, 51 and 88. RGB value is (33,81,136). Sum of RGB (Red+Green+Blue) = 33+81+136=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #215188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215188 is #DEAE77. Grayscale: #484848. Windows color (decimal): -14593656 or 8933665. OLE color: 8933665.

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

Color convert

RGB3381136-
CMYK0.760.4000.47
HSL212.04º60.95%33.14%-
HSV(B)212.04º75.74%53.33%-
XYZ8.017.9924.41-
YUV72.92163.699.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=13.2%
G=32.4%
B=54.4%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33811360.760.4000.47212.0460.9533.14
Hex2151884C2802Fd43d21
Octal41121210114500573247541
Binary1000011010001100010001001100101000010111111010100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215188; }

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

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

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

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

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

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

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

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