#204899

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

Shades of Endeavour #204899

Tints of Endeavour #204899

Color information

#204899 (or 0x204899) is unknown color: approx Endeavour. HEX triplet: 20, 48 and 99. RGB value is (32,72,153). Sum of RGB (Red+Green+Blue) = 32+72+153=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #204899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204899 is #DFB766. Grayscale: #444444. Windows color (decimal): -14661479 or 10045472. OLE color: 10045472.

HSL color Cylindrical-coordinate representation of color #204899: hue angle of 220.17º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204899 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3272153-
CMYK0.790.5300.4
HSL220.17º65.41%36.27%-
HSV(B)220.17º79.08%60%-
XYZ8.667.2431.08-
YUV69.27175.25101.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 153 (60.16% from 255) = 59.53%
R=12.45%
G=28.02%
B=59.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal32721530.790.5300.4220.1765.4136.27
Hex2048994F35028dc4124
Octal401102311176505033410144
Binary10000010010001001100110011111101010101000110111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204899; }

 p { color: rgb(32,72,153); }

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

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

 a { background-color: rgb(32,72,153); }

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

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

 span { border-color: rgb(32,72,153); }

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