#204C73

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

Shades of Venice Blue #204C73

Tints of Venice Blue #204C73

Color information

#204C73 (or 0x204C73) is unknown color: approx Venice Blue. HEX triplet: 20, 4C and 73. RGB value is (32,76,115). Sum of RGB (Red+Green+Blue) = 32+76+115=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #204C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C73 is #DFB38C. Grayscale: #434343. Windows color (decimal): -14660493 or 7556128. OLE color: 7556128.

HSL color Cylindrical-coordinate representation of color #204C73: hue angle of 208.19º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204C73 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3276115-
CMYK0.720.3400.55
HSL208.19º56.46%28.82%-
HSV(B)208.19º72.17%45.1%-
XYZ6.276.7117.18-
YUV67.29154.92102.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=14.35%
G=34.08%
B=51.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32761150.720.3400.55208.1956.4628.82
Hex204C734822037d0381d
Octal40114163110420673207035
Binary10000010011001110011100100010001001101111101000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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