Html Css Color HEX #204A77 Venice Blue

📋 copy color: '#204A77'

red 32 ◦ green 74 ◦ blue 119

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

Shades of Venice Blue #204A77

Tints of Venice Blue #204A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 14.22%
G = 32.89%
B = 52.89%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#204A77 (or 0x204A77) is known color: Venice Blue. HEX triplet: 20, 4A and 77. RGB value is (32,74,119). Sum of RGB (Red+Green+Blue) = 32+74+119=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #204A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A77 is #DFB588. Grayscale: #424242. Windows color (decimal): -14661001 or 7817760. OLE color: 7817760.

HSL color Cylindrical-coordinate representation of color #204A77: hue angle of 211.03º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204A77 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 74 119 -
CMYK 0.73 0.38 0 0.53
HSL 211.03º 0.58% 0.3% -
HSV(B) 211.03º 0.73% 0.47% -
XYZ 6.37 6.54 18.38 -
YUV 66.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 32 74 119 0.73 0.38 0 0.53 211.03 0.58 0.3
Hex 20 4A 77 49 26 0 35 D3 3A 1E
Octal 40 112 167 111 46 0 65 323 72 36
Binary 100000 1001010 1110111 1001001 100110 0 110101 11010011 111010 11110

Color Harmonies of #204A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A77

Black with #204A77

Text Example


Text Example

White with #204A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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