#204474

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

Shades of Venice Blue #204474

Tints of Venice Blue #204474

Color information

#204474 (or 0x204474) is unknown color: approx Venice Blue. HEX triplet: 20, 44 and 74. RGB value is (32,68,116). Sum of RGB (Red+Green+Blue) = 32+68+116=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #204474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204474 is #DFBB8B. Grayscale: #3E3E3E. Windows color (decimal): -14662540 or 7619616. OLE color: 7619616.

HSL color Cylindrical-coordinate representation of color #204474: hue angle of 214.29º degrees, saturation: 0.57, 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 #204474 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3268116-
CMYK0.720.4100.55
HSL214.29º56.76%29.02%-
HSV(B)214.29º72.41%45.49%-
XYZ5.825.717.32-
YUV62.71158.07106.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.81%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 116 (45.70% from 255) = 53.70%
R=14.81%
G=31.48%
B=53.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32681160.720.4100.55214.2956.7629.02
Hex2044744829037d6391d
Octal40104164110510673267135
Binary10000010001001110100100100010100101101111101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204474; }

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

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

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

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

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

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

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

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