Html Css Color HEX #204876 Venice Blue

📋 copy color: '#204876'

red 32 ◦ green 72 ◦ blue 118

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

Shades of Venice Blue #204876

Tints of Venice Blue #204876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

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

R = 14.41%
G = 32.43%
B = 53.15%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204876 (or 0x204876) is known color: Venice Blue. HEX triplet: 20, 48 and 76. RGB value is (32,72,118). Sum of RGB (Red+Green+Blue) = 32+72+118=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #204876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204876 is #DFB789. Grayscale: #414141. Windows color (decimal): -14661514 or 7751712. OLE color: 7751712.

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

Color convert

RGB 32 72 118 -
CMYK 0.73 0.39 0 0.54
HSL 212.09º 0.57% 0.29% -
HSV(B) 212.09º 0.73% 0.46% -
XYZ 6.18 6.25 18.02 -
YUV 65.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 32 72 118 0.73 0.39 0 0.54 212.09 0.57 0.29
Hex 20 48 76 49 27 0 36 D4 39 1D
Octal 40 110 166 111 47 0 66 324 71 35
Binary 100000 1001000 1110110 1001001 100111 0 110110 11010100 111001 11101

Color Harmonies of #204876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204876

Black with #204876

Text Example


Text Example

White with #204876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204876; }

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

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

background-color css

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

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

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

border-color css

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

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

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