Html Css Color HEX #204A71 Venice Blue

📋 copy color: '#204A71'

red 32 ◦ green 74 ◦ blue 113

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

Shades of Venice Blue #204A71

Tints of Venice Blue #204A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.79%

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

R = 14.61%
G = 33.79%
B = 51.6%

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

#204A71 (or 0x204A71) is known color: Venice Blue. HEX triplet: 20, 4A and 71. RGB value is (32,74,113). Sum of RGB (Red+Green+Blue) = 32+74+113=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #204A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A71 is #DFB58E. Grayscale: #414141. Windows color (decimal): -14661007 or 7424544. OLE color: 7424544.

HSL color Cylindrical-coordinate representation of color #204A71: hue angle of 208.89º 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 #204A71 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 74 113 -
CMYK 0.72 0.35 0 0.56
HSL 208.89º 0.56% 0.28% -
HSV(B) 208.89º 0.72% 0.44% -
XYZ 6.03 6.4 16.54 -
YUV 65.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 32 74 113 0.72 0.35 0 0.56 208.89 0.56 0.28
Hex 20 4A 71 48 23 0 38 D1 38 1C
Octal 40 112 161 110 43 0 70 321 70 34
Binary 100000 1001010 1110001 1001000 100011 0 111000 11010001 111000 11100

Color Harmonies of #204A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A71

Black with #204A71

Text Example


Text Example

White with #204A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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