#204976

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

Shades of Venice Blue #204976

Tints of Venice Blue #204976

Color information

#204976 (or 0x204976) is unknown color: approx Venice Blue. HEX triplet: 20, 49 and 76. RGB value is (32,73,118). Sum of RGB (Red+Green+Blue) = 32+73+118=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #204976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204976 is #DFB689. Grayscale: #414141. Windows color (decimal): -14661258 or 7751968. OLE color: 7751968.

HSL color Cylindrical-coordinate representation of color #204976: hue angle of 211.4º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204976 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3273118-
CMYK0.730.3800.54
HSL211.4º57.33%29.41%-
HSV(B)211.4º72.88%46.27%-
XYZ6.256.3818.04-
YUV65.87157.42103.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=14.35%
G=32.74%
B=52.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32731180.730.3800.54211.457.3329.41
Hex2049764926036d3391d
Octal40111166111460663237135
Binary10000010010011110110100100110011001101101101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204976; }

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

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

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

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

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

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

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

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