#204E85

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

Shades of Endeavour #204E85

Tints of Endeavour #204E85

Color information

#204E85 (or 0x204E85) is unknown color: approx Endeavour. HEX triplet: 20, 4E and 85. RGB value is (32,78,133). Sum of RGB (Red+Green+Blue) = 32+78+133=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #204E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E85 is #DFB17A. Grayscale: #464646. Windows color (decimal): -14659963 or 8736288. OLE color: 8736288.

HSL color Cylindrical-coordinate representation of color #204E85: hue angle of 212.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204E85 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3278133-
CMYK0.760.4100.48
HSL212.67º61.21%32.35%-
HSV(B)212.67º75.94%52.16%-
XYZ7.557.4523.23-
YUV70.52163.26100.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=13.17%
G=32.10%
B=54.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32781330.760.4100.48212.6761.2132.35
Hex204E854C29030d53d20
Octal40116205114510603257540
Binary1000001001110100001011001100101001011000011010101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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