Html Css Color HEX #204A78 Venice Blue

📋 copy color: '#204A78'

red 32 ◦ green 74 ◦ blue 120

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

Shades of Venice Blue #204A78

Tints of Venice Blue #204A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 14.16%
G = 32.74%
B = 53.1%

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

#204A78 (or 0x204A78) is known color: Venice Blue. HEX triplet: 20, 4A and 78. RGB value is (32,74,120). Sum of RGB (Red+Green+Blue) = 32+74+120=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #204A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A78 is #DFB587. Grayscale: #424242. Windows color (decimal): -14661000 or 7883296. OLE color: 7883296.

HSL color Cylindrical-coordinate representation of color #204A78: hue angle of 211.36º 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 #204A78 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 74 120 -
CMYK 0.73 0.38 0 0.53
HSL 211.36º 0.58% 0.3% -
HSV(B) 211.36º 0.73% 0.47% -
XYZ 6.43 6.56 18.7 -
YUV 66.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 32 74 120 0.73 0.38 0 0.53 211.36 0.58 0.3
Hex 20 4A 78 49 26 0 35 D3 3A 1E
Octal 40 112 170 111 46 0 65 323 72 36
Binary 100000 1001010 1111000 1001001 100110 0 110101 11010011 111010 11110

Color Harmonies of #204A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A78

Black with #204A78

Text Example


Text Example

White with #204A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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