#215f97

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

Shades of Endeavour #215F97

Tints of Endeavour #215F97

Color information

#215F97 (or 0x215F97) is unknown color: approx Endeavour. HEX triplet: 21, 5F and 97. RGB value is (33,95,151). Sum of RGB (Red+Green+Blue) = 33+95+151=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #215F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215F97 is #DEA068. Grayscale: #525252. Windows color (decimal): -14590057 or 9920289. OLE color: 9920289.

HSL color Cylindrical-coordinate representation of color #215F97: hue angle of 208.47º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215F97 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3395151-
CMYK0.780.3700.41
HSL208.47º64.13%36.08%-
HSV(B)208.47º78.15%59.22%-
XYZ10.3110.7430.81-
YUV82.85166.4692.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 151 (59.38% from 255) = 54.12%
R=11.83%
G=34.05%
B=54.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33951510.780.3700.41208.4764.1336.08
Hex215F974E25029d04024
Octal411372271164505132010044
Binary10000110111111001011110011101001010101001110100001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215f97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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