#204B72

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

Shades of Venice Blue #204B72

Tints of Venice Blue #204B72

Color information

#204B72 (or 0x204B72) is unknown color: approx Venice Blue. HEX triplet: 20, 4B and 72. RGB value is (32,75,114). Sum of RGB (Red+Green+Blue) = 32+75+114=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #204B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B72 is #DFB48D. Grayscale: #424242. Windows color (decimal): -14660750 or 7490336. OLE color: 7490336.

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

Color convert

RGB3275114-
CMYK0.720.3400.55
HSL208.54º56.16%28.63%-
HSV(B)208.54º71.93%44.71%-
XYZ6.156.5516.86-
YUV66.59154.75103.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=14.48%
G=33.94%
B=51.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32751140.720.3400.55208.5456.1628.63
Hex204B724822037d1381d
Octal40113162110420673217035
Binary10000010010111110010100100010001001101111101000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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