Html Css Color HEX #204972 Venice Blue

📋 copy color: '#204972'

red 32 ◦ green 73 ◦ blue 114

#204972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #204972

Tints of Venice Blue #204972

RGB

 RED value IS 32 (12.89% from 255) = 14.61%

 GREEN value IS 73 (28.91% from 255) = 33.33%

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 14.61%
G = 33.33%
B = 52.05%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204972 (or 0x204972) is known color: Venice Blue. HEX triplet: 20, 49 and 72. RGB value is (32,73,114). Sum of RGB (Red+Green+Blue) = 32+73+114=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #204972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204972 is #DFB68D. Grayscale: #414141. Windows color (decimal): -14661262 or 7489824. OLE color: 7489824.

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

Color convert

RGB 32 73 114 -
CMYK 0.72 0.36 0 0.55
HSL 210º 0.56% 0.29% -
HSV(B) 210º 0.72% 0.45% -
XYZ 6.02 6.29 16.82 -
YUV 65.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 32 73 114 0.72 0.36 0 0.55 210 0.56 0.29
Hex 20 49 72 48 24 0 37 D2 38 1D
Octal 40 111 162 110 44 0 67 322 70 35
Binary 100000 1001001 1110010 1001000 100100 0 110111 11010010 111000 11101

Color Harmonies of #204972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204972

Black with #204972

Text Example


Text Example

White with #204972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204972; }

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

 H1.HeaderClassName
 {
   color: #204972;
 }
 .AnyTagClassName
 {
   color: #204972;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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