#20609D

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

Shades of Endeavour #20609D

Tints of Endeavour #20609D

Color information

#20609D (or 0x20609D) is unknown color: approx Endeavour. HEX triplet: 20, 60 and 9D. RGB value is (32,96,157). Sum of RGB (Red+Green+Blue) = 32+96+157=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #20609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20609D is #DF9F62. Grayscale: #535353. Windows color (decimal): -14655331 or 10313760. OLE color: 10313760.

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

Color convert

RGB3296157-
CMYK0.800.3900.38
HSL209.28º66.14%37.06%-
HSV(B)209.28º79.62%61.57%-
XYZ10.8611.1133.47-
YUV83.82169.391.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=11.23%
G=33.68%
B=55.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32961570.800.3900.38209.2866.1437.06
Hex20609D5027026d14225
Octal401402351204704632110245
Binary10000011000001001110110100001001110100110110100011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20609D; }

 p { color: rgb(32,96,157); }

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

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

 a { background-color: rgb(32,96,157); }

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

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

 span { border-color: rgb(32,96,157); }

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