Html Css Color HEX #204476 Venice Blue

📋 copy color: '#204476'

red 32 ◦ green 68 ◦ blue 118

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

Shades of Venice Blue #204476

Tints of Venice Blue #204476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

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

R = 14.68%
G = 31.19%
B = 54.13%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204476 (or 0x204476) is known color: Venice Blue. HEX triplet: 20, 44 and 76. RGB value is (32,68,118). Sum of RGB (Red+Green+Blue) = 32+68+118=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #204476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204476 is #DFBB89. Grayscale: #3E3E3E. Windows color (decimal): -14662538 or 7750688. OLE color: 7750688.

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

Color convert

RGB 32 68 118 -
CMYK 0.73 0.42 0 0.54
HSL 214.88º 0.57% 0.29% -
HSV(B) 214.88º 0.73% 0.46% -
XYZ 5.93 5.75 17.94 -
YUV 62.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 32 68 118 0.73 0.42 0 0.54 214.88 0.57 0.29
Hex 20 44 76 49 2A 0 36 D7 39 1D
Octal 40 104 166 111 52 0 66 327 71 35
Binary 100000 1000100 1110110 1001001 101010 0 110110 11010111 111001 11101

Color Harmonies of #204476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204476

Black with #204476

Text Example


Text Example

White with #204476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204476; }

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

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

background-color css

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

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

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

border-color css

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

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

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