#204475

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

Shades of Venice Blue #204475

Tints of Venice Blue #204475

Color information

#204475 (or 0x204475) is unknown color: approx Venice Blue. HEX triplet: 20, 44 and 75. RGB value is (32,68,117). Sum of RGB (Red+Green+Blue) = 32+68+117=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #204475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204475 is #DFBB8A. Grayscale: #3E3E3E. Windows color (decimal): -14662539 or 7685152. OLE color: 7685152.

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

Color convert

RGB3268117-
CMYK0.730.4200.54
HSL214.59º57.05%29.22%-
HSV(B)214.59º72.65%45.88%-
XYZ5.875.7317.63-
YUV62.82158.57106.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=14.75%
G=31.34%
B=53.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32681170.730.4200.54214.5957.0529.22
Hex204475492A036d7391d
Octal40104165111520663277135
Binary10000010001001110101100100110101001101101101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204475; }

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

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

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

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

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

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

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

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