#204E72

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

Shades of Venice Blue #204E72

Tints of Venice Blue #204E72

Color information

#204E72 (or 0x204E72) is unknown color: approx Venice Blue. HEX triplet: 20, 4E and 72. RGB value is (32,78,114). Sum of RGB (Red+Green+Blue) = 32+78+114=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #204E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E72 is #DFB18D. Grayscale: #444444. Windows color (decimal): -14659982 or 7491104. OLE color: 7491104.

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

Color convert

RGB3278114-
CMYK0.720.3200.55
HSL206.34º56.16%28.63%-
HSV(B)206.34º71.93%44.71%-
XYZ6.366.9716.93-
YUV68.35153.76102.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 78 (30.86% from 255) = 34.82%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=14.29%
G=34.82%
B=50.89%

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
Decimal32781140.720.3200.55206.3456.1628.63
Hex204E724820037ce381d
Octal40116162110400673167035
Binary10000010011101110010100100010000001101111100111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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