#20578E

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

Shades of Endeavour #20578E

Tints of Endeavour #20578E

Color information

#20578E (or 0x20578E) is unknown color: approx Endeavour. HEX triplet: 20, 57 and 8E. RGB value is (32,87,142). Sum of RGB (Red+Green+Blue) = 32+87+142=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #20578E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20578E is #DFA871. Grayscale: #4C4C4C. Windows color (decimal): -14657650 or 9328416. OLE color: 9328416.

HSL color Cylindrical-coordinate representation of color #20578E: hue angle of 210º 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 #20578E is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3287142-
CMYK0.770.3900.44
HSL210º63.22%34.12%-
HSV(B)210º77.46%55.69%-
XYZ8.899.0826.87-
YUV76.82164.7896.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=12.26%
G=33.33%
B=54.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32871420.770.3900.4421063.2234.12
Hex20578E4D2702Cd23f22
Octal40127216115470543227742
Binary1000001010111100011101001101100111010110011010010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20578E; }

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

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

<style>
 a { background-color: #20578E; }

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

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

<style>
 span { border-color: #20578E; }

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

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