#204D72

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

Shades of Venice Blue #204D72

Tints of Venice Blue #204D72

Color information

#204D72 (or 0x204D72) is unknown color: approx Venice Blue. HEX triplet: 20, 4D and 72. RGB value is (32,77,114). Sum of RGB (Red+Green+Blue) = 32+77+114=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #204D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D72 is #DFB28D. Grayscale: #434343. Windows color (decimal): -14660238 or 7490848. OLE color: 7490848.

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

Color convert

RGB3277114-
CMYK0.720.3200.55
HSL207.07º56.16%28.63%-
HSV(B)207.07º71.93%44.71%-
XYZ6.296.8316.91-
YUV67.76154.09102.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=14.35%
G=34.53%
B=51.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32771140.720.3200.55207.0756.1628.63
Hex204D724820037cf381d
Octal40115162110400673177035
Binary10000010011011110010100100010000001101111100111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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