#215E97

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

Shades of Endeavour #215E97

Tints of Endeavour #215E97

Color information

#215E97 (or 0x215E97) is unknown color: approx Endeavour. HEX triplet: 21, 5E and 97. RGB value is (33,94,151). Sum of RGB (Red+Green+Blue) = 33+94+151=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #215E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215E97 is #DEA168. Grayscale: #515151. Windows color (decimal): -14590313 or 9920033. OLE color: 9920033.

HSL color Cylindrical-coordinate representation of color #215E97: hue angle of 208.98º 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 #215E97 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3394151-
CMYK0.780.3800.41
HSL208.98º64.13%36.08%-
HSV(B)208.98º78.15%59.22%-
XYZ10.2210.5630.78-
YUV82.26166.7992.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 151 (59.38% from 255) = 54.32%
R=11.87%
G=33.81%
B=54.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33941510.780.3800.41208.9864.1336.08
Hex215E974E26029d14024
Octal411362271164605132110044
Binary10000110111101001011110011101001100101001110100011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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