#204974

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

Shades of Venice Blue #204974

Tints of Venice Blue #204974

Color information

#204974 (or 0x204974) is unknown color: approx Venice Blue. HEX triplet: 20, 49 and 74. RGB value is (32,73,116). Sum of RGB (Red+Green+Blue) = 32+73+116=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #204974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204974 is #DFB68B. Grayscale: #414141. Windows color (decimal): -14661260 or 7620896. OLE color: 7620896.

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

Color convert

RGB3273116-
CMYK0.720.3700.55
HSL210.71º56.76%29.02%-
HSV(B)210.71º72.41%45.49%-
XYZ6.136.3317.42-
YUV65.64156.42104-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 116 (45.70% from 255) = 52.49%
R=14.48%
G=33.03%
B=52.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32731160.720.3700.55210.7156.7629.02
Hex2049744825037d3391d
Octal40111164110450673237135
Binary10000010010011110100100100010010101101111101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204974; }

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

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

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

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

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

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

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

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