#204E86

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

Shades of Endeavour #204E86

Tints of Endeavour #204E86

Color information

#204E86 (or 0x204E86) is unknown color: approx Endeavour. HEX triplet: 20, 4E and 86. RGB value is (32,78,134). Sum of RGB (Red+Green+Blue) = 32+78+134=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #204E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E86 is #DFB179. Grayscale: #464646. Windows color (decimal): -14659962 or 8801824. OLE color: 8801824.

HSL color Cylindrical-coordinate representation of color #204E86: hue angle of 212.94º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204E86 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3278134-
CMYK0.760.4200.47
HSL212.94º61.45%32.55%-
HSV(B)212.94º76.12%52.55%-
XYZ7.627.4823.6-
YUV70.63163.76100.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 134 (52.73% from 255) = 54.92%
R=13.11%
G=31.97%
B=54.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32781340.760.4200.47212.9461.4532.55
Hex204E864C2A02Fd53d21
Octal40116206114520573257541
Binary1000001001110100001101001100101010010111111010101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204E86; }

 p { color: rgb(32,78,134); }

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

<style>
 a { background-color: #204E86; }

 a { background-color: rgb(32,78,134); }

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

<style>
 span { border-color: #204E86; }

 span { border-color: rgb(32,78,134); }

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