Html Css Color HEX #204676 Venice Blue

📋 copy color: '#204676'

red 32 ◦ green 70 ◦ blue 118

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

Shades of Venice Blue #204676

Tints of Venice Blue #204676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 14.55%
G = 31.82%
B = 53.64%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204676 (or 0x204676) is known color: Venice Blue. HEX triplet: 20, 46 and 76. RGB value is (32,70,118). Sum of RGB (Red+Green+Blue) = 32+70+118=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #204676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204676 is #DFB989. Grayscale: #3F3F3F. Windows color (decimal): -14662026 or 7751200. OLE color: 7751200.

HSL color Cylindrical-coordinate representation of color #204676: hue angle of 213.49º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204676 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 70 118 -
CMYK 0.73 0.41 0 0.54
HSL 213.49º 0.57% 0.29% -
HSV(B) 213.49º 0.73% 0.46% -
XYZ 6.06 6 17.98 -
YUV 64.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 32 70 118 0.73 0.41 0 0.54 213.49 0.57 0.29
Hex 20 46 76 49 29 0 36 D5 39 1D
Octal 40 106 166 111 51 0 66 325 71 35
Binary 100000 1000110 1110110 1001001 101001 0 110110 11010101 111001 11101

Color Harmonies of #204676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204676

Black with #204676

Text Example


Text Example

White with #204676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204676; }

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

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

background-color css

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

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

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

border-color css

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

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

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