#215097

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

Shades of Endeavour #215097

Tints of Endeavour #215097

Color information

#215097 (or 0x215097) is unknown color: approx Endeavour. HEX triplet: 21, 50 and 97. RGB value is (33,80,151). Sum of RGB (Red+Green+Blue) = 33+80+151=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #215097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215097 is #DEAF68. Grayscale: #494949. Windows color (decimal): -14593897 or 9916449. OLE color: 9916449.

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

Color convert

RGB3380151-
CMYK0.780.4700.41
HSL216.1º64.13%36.08%-
HSV(B)216.1º78.15%59.22%-
XYZ9.088.330.4-
YUV74.04171.4398.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 151 (59.38% from 255) = 57.20%
R=12.5%
G=30.30%
B=57.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33801510.780.4700.41216.164.1336.08
Hex2150974E2F029d84024
Octal411202271165705133010044
Binary10000110100001001011110011101011110101001110110001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215097; }

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

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

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

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

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

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

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

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