#20589F

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

Shades of Endeavour #20589F

Tints of Endeavour #20589F

Color information

#20589F (or 0x20589F) is unknown color: approx Endeavour. HEX triplet: 20, 58 and 9F. RGB value is (32,88,159). Sum of RGB (Red+Green+Blue) = 32+88+159=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #20589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20589F is #DFA760. Grayscale: #4F4F4F. Windows color (decimal): -14657377 or 10442784. OLE color: 10442784.

HSL color Cylindrical-coordinate representation of color #20589F: hue angle of 213.54º 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 #20589F is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3288159-
CMYK0.800.4500.38
HSL213.54º66.49%37.45%-
HSV(B)213.54º79.87%62.35%-
XYZ10.349.7934.15-
YUV79.35172.9594.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=11.47%
G=31.54%
B=56.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32881590.800.4500.38213.5466.4937.45
Hex20589F502D026d64225
Octal401302371205504632610245
Binary10000010110001001111110100001011010100110110101101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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