#204B73

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

Shades of Venice Blue #204B73

Tints of Venice Blue #204B73

Color information

#204B73 (or 0x204B73) is unknown color: approx Venice Blue. HEX triplet: 20, 4B and 73. RGB value is (32,75,115). Sum of RGB (Red+Green+Blue) = 32+75+115=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #204B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B73 is #DFB48C. Grayscale: #424242. Windows color (decimal): -14660749 or 7555872. OLE color: 7555872.

HSL color Cylindrical-coordinate representation of color #204B73: hue angle of 208.92º 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 #204B73 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3275115-
CMYK0.720.3500.55
HSL208.92º56.46%28.82%-
HSV(B)208.92º72.17%45.1%-
XYZ6.216.5817.16-
YUV66.7155.25103.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=14.41%
G=33.78%
B=51.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32751150.720.3500.55208.9256.4628.82
Hex204B734823037d1381d
Octal40113163110430673217035
Binary10000010010111110011100100010001101101111101000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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