Html Css Color HEX #204C73 Venice Blue

📋 copy color: '#204C73'

red 32 ◦ green 76 ◦ blue 115

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

Shades of Venice Blue #204C73

Tints of Venice Blue #204C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.08%

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

R = 14.35%
G = 34.08%
B = 51.57%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204C73 (or 0x204C73) is known color: Venice Blue. HEX triplet: 20, 4C and 73. RGB value is (32,76,115). Sum of RGB (Red+Green+Blue) = 32+76+115=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #204C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C73 is #DFB38C. Grayscale: #434343. Windows color (decimal): -14660493 or 7556128. OLE color: 7556128.

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

Color convert

RGB 32 76 115 -
CMYK 0.72 0.34 0 0.55
HSL 208.19º 0.56% 0.29% -
HSV(B) 208.19º 0.72% 0.45% -
XYZ 6.27 6.71 17.18 -
YUV 67.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 32 76 115 0.72 0.34 0 0.55 208.19 0.56 0.29
Hex 20 4C 73 48 22 0 37 D0 38 1D
Octal 40 114 163 110 42 0 67 320 70 35
Binary 100000 1001100 1110011 1001000 100010 0 110111 11010000 111000 11101

Color Harmonies of #204C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C73

Black with #204C73

Text Example


Text Example

White with #204C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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