#204E75

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

Shades of Venice Blue #204E75

Tints of Venice Blue #204E75

Color information

#204E75 (or 0x204E75) is unknown color: approx Venice Blue. HEX triplet: 20, 4E and 75. RGB value is (32,78,117). Sum of RGB (Red+Green+Blue) = 32+78+117=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #204E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E75 is #DFB18A. Grayscale: #444444. Windows color (decimal): -14659979 or 7687712. OLE color: 7687712.

HSL color Cylindrical-coordinate representation of color #204E75: hue angle of 207.53º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204E75 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3278117-
CMYK0.730.3300.54
HSL207.53º57.05%29.22%-
HSV(B)207.53º72.65%45.88%-
XYZ6.537.0417.84-
YUV68.69155.26101.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=14.10%
G=34.36%
B=51.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32781170.730.3300.54207.5357.0529.22
Hex204E754921036d0391d
Octal40116165111410663207135
Binary10000010011101110101100100110000101101101101000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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