#204D71

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

Shades of Venice Blue #204D71

Tints of Venice Blue #204D71

Color information

#204D71 (or 0x204D71) is unknown color: approx Venice Blue. HEX triplet: 20, 4D and 71. RGB value is (32,77,113). Sum of RGB (Red+Green+Blue) = 32+77+113=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #204D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D71 is #DFB28E. Grayscale: #434343. Windows color (decimal): -14660239 or 7425312. OLE color: 7425312.

HSL color Cylindrical-coordinate representation of color #204D71: hue angle of 206.67º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204D71 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3277113-
CMYK0.720.3200.56
HSL206.67º55.86%28.43%-
HSV(B)206.67º71.68%44.31%-
XYZ6.236.8116.61-
YUV67.65153.59102.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=14.41%
G=34.68%
B=50.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32771130.720.3200.56206.6755.8628.43
Hex204D714820038cf381c
Octal40115161110400703177034
Binary10000010011011110001100100010000001110001100111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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