#204B75

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

Shades of Venice Blue #204B75

Tints of Venice Blue #204B75

Color information

#204B75 (or 0x204B75) is unknown color: approx Venice Blue. HEX triplet: 20, 4B and 75. RGB value is (32,75,117). Sum of RGB (Red+Green+Blue) = 32+75+117=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #204B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B75 is #DFB48A. Grayscale: #424242. Windows color (decimal): -14660747 or 7686944. OLE color: 7686944.

HSL color Cylindrical-coordinate representation of color #204B75: hue angle of 209.65º 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 #204B75 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3275117-
CMYK0.730.3600.54
HSL209.65º57.05%29.22%-
HSV(B)209.65º72.65%45.88%-
XYZ6.326.6217.77-
YUV66.93156.25103.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=14.29%
G=33.48%
B=52.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32751170.730.3600.54209.6557.0529.22
Hex204B754924036d2391d
Octal40113165111440663227135
Binary10000010010111110101100100110010001101101101001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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