#20539A

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

Shades of Endeavour #20539A

Tints of Endeavour #20539A

Color information

#20539A (or 0x20539A) is unknown color: approx Endeavour. HEX triplet: 20, 53 and 9A. RGB value is (32,83,154). Sum of RGB (Red+Green+Blue) = 32+83+154=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #20539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20539A is #DFAC65. Grayscale: #4B4B4B. Windows color (decimal): -14658662 or 10113824. OLE color: 10113824.

HSL color Cylindrical-coordinate representation of color #20539A: hue angle of 214.92º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20539A is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3283154-
CMYK0.790.4600.40
HSL214.92º65.59%36.47%-
HSV(B)214.92º79.22%60.39%-
XYZ9.528.8331.77-
YUV75.84172.196.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 154 (60.55% from 255) = 57.25%
R=11.90%
G=30.86%
B=57.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32831540.790.4600.40214.9265.5936.47
Hex20539A4F2E028d74224
Octal401232321175605032710244
Binary10000010100111001101010011111011100101000110101111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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