Html Css Color HEX #204677 Venice Blue

📋 copy color: '#204677'

red 32 ◦ green 70 ◦ blue 119

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

Shades of Venice Blue #204677

Tints of Venice Blue #204677

RGB

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

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

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

R = 14.48%
G = 31.67%
B = 53.85%

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

#204677 (or 0x204677) is known color: Venice Blue. HEX triplet: 20, 46 and 77. RGB value is (32,70,119). Sum of RGB (Red+Green+Blue) = 32+70+119=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #204677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204677 is #DFB988. Grayscale: #3F3F3F. Windows color (decimal): -14662025 or 7816736. OLE color: 7816736.

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

Color convert

RGB 32 70 119 -
CMYK 0.73 0.41 0 0.53
HSL 213.79º 0.58% 0.3% -
HSV(B) 213.79º 0.73% 0.47% -
XYZ 6.12 6.02 18.29 -
YUV 64.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 32 70 119 0.73 0.41 0 0.53 213.79 0.58 0.3
Hex 20 46 77 49 29 0 35 D6 3A 1E
Octal 40 106 167 111 51 0 65 326 72 36
Binary 100000 1000110 1110111 1001001 101001 0 110101 11010110 111010 11110

Color Harmonies of #204677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204677

Black with #204677

Text Example


Text Example

White with #204677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204677; }

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

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

background-color css

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

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

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

border-color css

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

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

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