#215697

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

Shades of Endeavour #215697

Tints of Endeavour #215697

Color information

#215697 (or 0x215697) is unknown color: approx Endeavour. HEX triplet: 21, 56 and 97. RGB value is (33,86,151). Sum of RGB (Red+Green+Blue) = 33+86+151=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #215697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215697 is #DEA968. Grayscale: #4D4D4D. Windows color (decimal): -14592361 or 9917985. OLE color: 9917985.

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

Color convert

RGB3386151-
CMYK0.780.4300.41
HSL213.05º64.13%36.08%-
HSV(B)213.05º78.15%59.22%-
XYZ9.549.2130.55-
YUV77.56169.4496.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.22%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 151 (59.38% from 255) = 55.93%
R=12.22%
G=31.85%
B=55.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33861510.780.4300.41213.0564.1336.08
Hex2156974E2B029d54024
Octal411262271165305132510044
Binary10000110101101001011110011101010110101001110101011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215697; }

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

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

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

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

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

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

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

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