#20529A

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

Shades of Endeavour #20529A

Tints of Endeavour #20529A

Color information

#20529A (or 0x20529A) is unknown color: approx Endeavour. HEX triplet: 20, 52 and 9A. RGB value is (32,82,154). Sum of RGB (Red+Green+Blue) = 32+82+154=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #20529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20529A is #DFAD65. Grayscale: #4A4A4A. Windows color (decimal): -14658918 or 10113568. OLE color: 10113568.

HSL color Cylindrical-coordinate representation of color #20529A: hue angle of 215.41º 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 #20529A is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3282154-
CMYK0.790.4700.40
HSL215.41º65.59%36.47%-
HSV(B)215.41º79.22%60.39%-
XYZ9.458.6731.75-
YUV75.26172.4497.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.94%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=11.94%
G=30.60%
B=57.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32821540.790.4700.40215.4165.5936.47
Hex20529A4F2F028d74224
Octal401222321175705032710244
Binary10000010100101001101010011111011110101000110101111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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