#215595

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

Shades of Endeavour #215595

Tints of Endeavour #215595

Color information

#215595 (or 0x215595) is unknown color: approx Endeavour. HEX triplet: 21, 55 and 95. RGB value is (33,85,149). Sum of RGB (Red+Green+Blue) = 33+85+149=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #215595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215595 is #DEAA6A. Grayscale: #4C4C4C. Windows color (decimal): -14592619 or 9786657. OLE color: 9786657.

HSL color Cylindrical-coordinate representation of color #215595: hue angle of 213.1º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215595 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3385149-
CMYK0.780.4300.42
HSL213.1º63.74%35.69%-
HSV(B)213.1º77.85%58.43%-
XYZ9.38.9929.68-
YUV76.75168.7796.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=12.36%
G=31.84%
B=55.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33851490.780.4300.42213.163.7435.69
Hex2155954E2B02Ad54024
Octal411252251165305232510044
Binary10000110101011001010110011101010110101010110101011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215595; }

 p { color: rgb(33,85,149); }

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

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

 a { background-color: rgb(33,85,149); }

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

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

 span { border-color: rgb(33,85,149); }

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