#204573

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

Shades of Venice Blue #204573

Tints of Venice Blue #204573

Color information

#204573 (or 0x204573) is unknown color: approx Venice Blue. HEX triplet: 20, 45 and 73. RGB value is (32,69,115). Sum of RGB (Red+Green+Blue) = 32+69+115=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #204573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204573 is #DFBA8C. Grayscale: #3E3E3E. Windows color (decimal): -14662285 or 7554336. OLE color: 7554336.

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

Color convert

RGB3269115-
CMYK0.720.400.55
HSL213.25º56.46%28.82%-
HSV(B)213.25º72.17%45.1%-
XYZ5.825.817.03-
YUV63.18157.24105.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.81%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=14.81%
G=31.94%
B=53.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32691150.720.400.55213.2556.4628.82
Hex2045734828037d5381d
Octal40105163110500673257035
Binary10000010001011110011100100010100001101111101010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204573; }

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

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

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

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

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

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

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

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