#204987

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

Shades of Endeavour #204987

Tints of Endeavour #204987

Color information

#204987 (or 0x204987) is unknown color: approx Endeavour. HEX triplet: 20, 49 and 87. RGB value is (32,73,135). Sum of RGB (Red+Green+Blue) = 32+73+135=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #204987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204987 is #DFB678. Grayscale: #434343. Windows color (decimal): -14661241 or 8866080. OLE color: 8866080.

HSL color Cylindrical-coordinate representation of color #204987: hue angle of 216.12º degrees, saturation: 0.62, 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 #204987 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3273135-
CMYK0.760.4600.47
HSL216.12º61.68%32.75%-
HSV(B)216.12º76.3%52.94%-
XYZ7.356.8223.85-
YUV67.81165.92102.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=13.33%
G=30.42%
B=56.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32731350.760.4600.47216.1261.6832.75
Hex2049874C2E02Fd83e21
Octal40111207114560573307641
Binary1000001001001100001111001100101110010111111011000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204987; }

 p { color: rgb(32,73,135); }

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

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

 a { background-color: rgb(32,73,135); }

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

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

 span { border-color: rgb(32,73,135); }

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