#215F9C

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

Shades of Endeavour #215F9C

Tints of Endeavour #215F9C

Color information

#215F9C (or 0x215F9C) is unknown color: approx Endeavour. HEX triplet: 21, 5F and 9C. RGB value is (33,95,156). Sum of RGB (Red+Green+Blue) = 33+95+156=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #215F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215F9C is #DEA063. Grayscale: #535353. Windows color (decimal): -14590052 or 10247969. OLE color: 10247969.

HSL color Cylindrical-coordinate representation of color #215F9C: hue angle of 209.76º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #215F9C is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3395156-
CMYK0.790.3900.39
HSL209.76º65.08%37.06%-
HSV(B)209.76º78.85%61.18%-
XYZ10.7210.9132.99-
YUV83.42168.9692.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 156 (61.33% from 255) = 54.93%
R=11.62%
G=33.45%
B=54.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33951560.790.3900.39209.7665.0837.06
Hex215F9C4F27027d24125
Octal411372341174704732210145
Binary10000110111111001110010011111001110100111110100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215F9C; }

 p { color: rgb(33,95,156); }

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

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

 a { background-color: rgb(33,95,156); }

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

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

 span { border-color: rgb(33,95,156); }

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