Html Css Color HEX #204D72 Venice Blue

📋 copy color: '#204D72'

red 32 ◦ green 77 ◦ blue 114

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

Shades of Venice Blue #204D72

Tints of Venice Blue #204D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.12%

R = 14.35%
G = 34.53%
B = 51.12%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204D72 (or 0x204D72) is known color: Venice Blue. HEX triplet: 20, 4D and 72. RGB value is (32,77,114). Sum of RGB (Red+Green+Blue) = 32+77+114=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #204D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D72 is #DFB28D. Grayscale: #434343. Windows color (decimal): -14660238 or 7490848. OLE color: 7490848.

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

Color convert

RGB 32 77 114 -
CMYK 0.72 0.32 0 0.55
HSL 207.07º 0.56% 0.29% -
HSV(B) 207.07º 0.72% 0.45% -
XYZ 6.29 6.83 16.91 -
YUV 67.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 32 77 114 0.72 0.32 0 0.55 207.07 0.56 0.29
Hex 20 4D 72 48 20 0 37 CF 38 1D
Octal 40 115 162 110 40 0 67 317 70 35
Binary 100000 1001101 1110010 1001000 100000 0 110111 11001111 111000 11101

Color Harmonies of #204D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204D72

Black with #204D72

Text Example


Text Example

White with #204D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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