#204873

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

Shades of Venice Blue #204873

Tints of Venice Blue #204873

Color information

#204873 (or 0x204873) is unknown color: approx Venice Blue. HEX triplet: 20, 48 and 73. RGB value is (32,72,115). Sum of RGB (Red+Green+Blue) = 32+72+115=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #204873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204873 is #DFB78C. Grayscale: #404040. Windows color (decimal): -14661517 or 7555104. OLE color: 7555104.

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

Color convert

RGB3272115-
CMYK0.720.3700.55
HSL211.08º56.46%28.82%-
HSV(B)211.08º72.17%45.1%-
XYZ6.016.1817.1-
YUV64.94156.25104.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=14.61%
G=32.88%
B=52.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32721150.720.3700.55211.0856.4628.82
Hex2048734825037d3381d
Octal40110163110450673237035
Binary10000010010001110011100100010010101101111101001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204873; }

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

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

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

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

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

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

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

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