#215388

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

Shades of Endeavour #215388

Tints of Endeavour #215388

Color information

#215388 (or 0x215388) is unknown color: approx Endeavour. HEX triplet: 21, 53 and 88. RGB value is (33,83,136). Sum of RGB (Red+Green+Blue) = 33+83+136=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #215388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215388 is #DEAC77. Grayscale: #494949. Windows color (decimal): -14593144 or 8934177. OLE color: 8934177.

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

Color convert

RGB3383136-
CMYK0.760.3900.47
HSL210.87º60.95%33.14%-
HSV(B)210.87º75.74%53.33%-
XYZ8.168.2924.46-
YUV74.09162.9498.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 136 (53.52% from 255) = 53.97%
R=13.10%
G=32.94%
B=53.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33831360.760.3900.47210.8760.9533.14
Hex2153884C2702Fd33d21
Octal41123210114470573237541
Binary1000011010011100010001001100100111010111111010011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215388; }

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

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

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

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

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

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

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

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