Html Css Color HEX #204678 Venice Blue

📋 copy color: '#204678'

red 32 ◦ green 70 ◦ blue 120

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

Shades of Venice Blue #204678

Tints of Venice Blue #204678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 14.41%
G = 31.53%
B = 54.05%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#204678 (or 0x204678) is known color: Venice Blue. HEX triplet: 20, 46 and 78. RGB value is (32,70,120). Sum of RGB (Red+Green+Blue) = 32+70+120=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #204678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204678 is #DFB987. Grayscale: #404040. Windows color (decimal): -14662024 or 7882272. OLE color: 7882272.

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

Color convert

RGB 32 70 120 -
CMYK 0.73 0.42 0 0.53
HSL 214.09º 0.58% 0.3% -
HSV(B) 214.09º 0.73% 0.47% -
XYZ 6.18 6.04 18.61 -
YUV 64.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 32 70 120 0.73 0.42 0 0.53 214.09 0.58 0.3
Hex 20 46 78 49 2A 0 35 D6 3A 1E
Octal 40 106 170 111 52 0 65 326 72 36
Binary 100000 1000110 1111000 1001001 101010 0 110101 11010110 111010 11110

Color Harmonies of #204678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204678

Black with #204678

Text Example


Text Example

White with #204678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204678; }

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

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

background-color css

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

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

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

border-color css

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

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

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