#204972

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

Shades of Venice Blue #204972

Tints of Venice Blue #204972

Color information

#204972 (or 0x204972) is unknown color: approx Venice Blue. HEX triplet: 20, 49 and 72. RGB value is (32,73,114). Sum of RGB (Red+Green+Blue) = 32+73+114=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #204972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204972 is #DFB68D. Grayscale: #414141. Windows color (decimal): -14661262 or 7489824. OLE color: 7489824.

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

Color convert

RGB3273114-
CMYK0.720.3600.55
HSL210º56.16%28.63%-
HSV(B)210º71.93%44.71%-
XYZ6.026.2916.82-
YUV65.41155.42104.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=14.61%
G=33.33%
B=52.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32731140.720.3600.5521056.1628.63
Hex2049724824037d2381d
Octal40111162110440673227035
Binary10000010010011110010100100010010001101111101001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204972; }

 p { color: rgb(32,73,114); }

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

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

 a { background-color: rgb(32,73,114); }

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

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

 span { border-color: rgb(32,73,114); }

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