#20539F

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

Shades of Endeavour #20539F

Tints of Endeavour #20539F

Color information

#20539F (or 0x20539F) is unknown color: approx Endeavour. HEX triplet: 20, 53 and 9F. RGB value is (32,83,159). Sum of RGB (Red+Green+Blue) = 32+83+159=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #20539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20539F is #DFAC60. Grayscale: #4C4C4C. Windows color (decimal): -14658657 or 10441504. OLE color: 10441504.

HSL color Cylindrical-coordinate representation of color #20539F: hue angle of 215.91º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20539F is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3283159-
CMYK0.800.4800.38
HSL215.91º66.49%37.45%-
HSV(B)215.91º79.87%62.35%-
XYZ9.95934.01-
YUV76.41174.696.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=11.68%
G=30.29%
B=58.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32831590.800.4800.38215.9166.4937.45
Hex20539F5030026d84225
Octal401232371206004633010245
Binary10000010100111001111110100001100000100110110110001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20539F; }

 p { color: rgb(32,83,159); }

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

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

 a { background-color: rgb(32,83,159); }

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

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

 span { border-color: rgb(32,83,159); }

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