Html Css Color HEX #204778 Venice Blue

📋 copy color: '#204778'

red 32 ◦ green 71 ◦ blue 120

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

Shades of Venice Blue #204778

Tints of Venice Blue #204778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

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

R = 14.35%
G = 31.84%
B = 53.81%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#204778 (or 0x204778) is known color: Venice Blue. HEX triplet: 20, 47 and 78. RGB value is (32,71,120). Sum of RGB (Red+Green+Blue) = 32+71+120=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #204778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204778 is #DFB887. Grayscale: #404040. Windows color (decimal): -14661768 or 7882528. OLE color: 7882528.

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

Color convert

RGB 32 71 120 -
CMYK 0.73 0.41 0 0.53
HSL 213.41º 0.58% 0.3% -
HSV(B) 213.41º 0.73% 0.47% -
XYZ 6.24 6.17 18.63 -
YUV 64.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 32 71 120 0.73 0.41 0 0.53 213.41 0.58 0.3
Hex 20 47 78 49 29 0 35 D5 3A 1E
Octal 40 107 170 111 51 0 65 325 72 36
Binary 100000 1000111 1111000 1001001 101001 0 110101 11010101 111010 11110

Color Harmonies of #204778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204778

Black with #204778

Text Example


Text Example

White with #204778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204778; }

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

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

background-color css

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

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

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

border-color css

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

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

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