Html Css Color HEX #204D73 Venice Blue

📋 copy color: '#204D73'

red 32 ◦ green 77 ◦ blue 115

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

Shades of Venice Blue #204D73

Tints of Venice Blue #204D73

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.38%

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

R = 14.29%
G = 34.38%
B = 51.34%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204D73 (or 0x204D73) is known color: Venice Blue. HEX triplet: 20, 4D and 73. RGB value is (32,77,115). Sum of RGB (Red+Green+Blue) = 32+77+115=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #204D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D73 is #DFB28C. Grayscale: #434343. Windows color (decimal): -14660237 or 7556384. OLE color: 7556384.

HSL color Cylindrical-coordinate representation of color #204D73: hue angle of 207.47º 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 #204D73 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 77 115 -
CMYK 0.72 0.33 0 0.55
HSL 207.47º 0.56% 0.29% -
HSV(B) 207.47º 0.72% 0.45% -
XYZ 6.34 6.85 17.21 -
YUV 67.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 32 77 115 0.72 0.33 0 0.55 207.47 0.56 0.29
Hex 20 4D 73 48 21 0 37 CF 38 1D
Octal 40 115 163 110 41 0 67 317 70 35
Binary 100000 1001101 1110011 1001000 100001 0 110111 11001111 111000 11101

Color Harmonies of #204D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204D73

Black with #204D73

Text Example


Text Example

White with #204D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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