#20628e

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

Shades of Endeavour #20628E

Tints of Endeavour #20628E

Color information

#20628E (or 0x20628E) is unknown color: approx Endeavour. HEX triplet: 20, 62 and 8E. RGB value is (32,98,142). Sum of RGB (Red+Green+Blue) = 32+98+142=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #20628E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20628E is #DF9D71. Grayscale: #535353. Windows color (decimal): -14654834 or 9331232. OLE color: 9331232.

HSL color Cylindrical-coordinate representation of color #20628E: hue angle of 204º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20628E is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3298142-
CMYK0.770.3100.44
HSL204º63.22%34.12%-
HSV(B)204º77.46%55.69%-
XYZ9.851127.19-
YUV83.28161.1391.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=11.76%
G=36.03%
B=52.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32981420.770.3100.4420463.2234.12
Hex20628E4D1F02Ccc3f22
Octal40142216115370543147742
Binary100000110001010001110100110111111010110011001100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20628e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20628e; }

 p { color: rgb(32,98,142); }

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

<style>
 a { background-color: #20628e; }

 a { background-color: rgb(32,98,142); }

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

<style>
 span { border-color: #20628e; }

 span { border-color: rgb(32,98,142); }

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