#204C76

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

Shades of Venice Blue #204C76

Tints of Venice Blue #204C76

Color information

#204C76 (or 0x204C76) is unknown color: approx Venice Blue. HEX triplet: 20, 4C and 76. RGB value is (32,76,118). Sum of RGB (Red+Green+Blue) = 32+76+118=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #204C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C76 is #DFB389. Grayscale: #434343. Windows color (decimal): -14660490 or 7752736. OLE color: 7752736.

HSL color Cylindrical-coordinate representation of color #204C76: hue angle of 209.3º 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 #204C76 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3276118-
CMYK0.730.3600.54
HSL209.3º57.33%29.41%-
HSV(B)209.3º72.88%46.27%-
XYZ6.456.7818.11-
YUV67.63156.42102.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=14.16%
G=33.63%
B=52.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32761180.730.3600.54209.357.3329.41
Hex204C764924036d1391d
Octal40114166111440663217135
Binary10000010011001110110100100110010001101101101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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