Html Css Color HEX #204773 Venice Blue

📋 copy color: '#204773'

red 32 ◦ green 71 ◦ blue 115

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

Shades of Venice Blue #204773

Tints of Venice Blue #204773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 14.68%
G = 32.57%
B = 52.75%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204773 (or 0x204773) is known color: Venice Blue. HEX triplet: 20, 47 and 73. RGB value is (32,71,115). Sum of RGB (Red+Green+Blue) = 32+71+115=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #204773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204773 is #DFB88C. Grayscale: #404040. Windows color (decimal): -14661773 or 7554848. OLE color: 7554848.

HSL color Cylindrical-coordinate representation of color #204773: hue angle of 211.81º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204773 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 71 115 -
CMYK 0.72 0.38 0 0.55
HSL 211.81º 0.56% 0.29% -
HSV(B) 211.81º 0.72% 0.45% -
XYZ 5.94 6.05 17.07 -
YUV 64.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 32 71 115 0.72 0.38 0 0.55 211.81 0.56 0.29
Hex 20 47 73 48 26 0 37 D4 38 1D
Octal 40 107 163 110 46 0 67 324 70 35
Binary 100000 1000111 1110011 1001000 100110 0 110111 11010100 111000 11101

Color Harmonies of #204773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204773

Black with #204773

Text Example


Text Example

White with #204773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204773; }

 p { color: rgb(32,71,115); }

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

background-color css

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

 a { background-color: rgb(32,71,115); }

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

border-color css

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

 span { border-color: rgb(32,71,115); }

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