Html Css Color HEX #204971 Venice Blue

📋 copy color: '#204971'

red 32 ◦ green 73 ◦ blue 113

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

Shades of Venice Blue #204971

Tints of Venice Blue #204971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.83%

R = 14.68%
G = 33.49%
B = 51.83%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#204971 (or 0x204971) is known color: Venice Blue. HEX triplet: 20, 49 and 71. RGB value is (32,73,113). Sum of RGB (Red+Green+Blue) = 32+73+113=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #204971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204971 is #DFB68E. Grayscale: #414141. Windows color (decimal): -14661263 or 7424288. OLE color: 7424288.

HSL color Cylindrical-coordinate representation of color #204971: hue angle of 209.63º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204971 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 73 113 -
CMYK 0.72 0.35 0 0.56
HSL 209.63º 0.56% 0.28% -
HSV(B) 209.63º 0.72% 0.44% -
XYZ 5.96 6.26 16.52 -
YUV 65.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 32 73 113 0.72 0.35 0 0.56 209.63 0.56 0.28
Hex 20 49 71 48 23 0 38 D2 38 1C
Octal 40 111 161 110 43 0 70 322 70 34
Binary 100000 1001001 1110001 1001000 100011 0 111000 11010010 111000 11100

Color Harmonies of #204971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204971

Black with #204971

Text Example


Text Example

White with #204971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204971; }

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

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

background-color css

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

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

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

border-color css

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

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

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