#215F9E

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

Shades of Endeavour #215F9E

Tints of Endeavour #215F9E

Color information

#215F9E (or 0x215F9E) is unknown color: approx Endeavour. HEX triplet: 21, 5F and 9E. RGB value is (33,95,158). Sum of RGB (Red+Green+Blue) = 33+95+158=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #215F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215F9E is #DEA061. Grayscale: #535353. Windows color (decimal): -14590050 or 10379041. OLE color: 10379041.

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

Color convert

RGB3395158-
CMYK0.790.4000.38
HSL210.24º65.45%37.45%-
HSV(B)210.24º79.11%61.96%-
XYZ10.8910.9833.89-
YUV83.64169.9691.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=11.54%
G=33.22%
B=55.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33951580.790.4000.38210.2465.4537.45
Hex215F9E4F28026d24125
Octal411372361175004632210145
Binary10000110111111001111010011111010000100110110100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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