Html Css Color HEX #204A73 Venice Blue

📋 copy color: '#204A73'

red 32 ◦ green 74 ◦ blue 115

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

Shades of Venice Blue #204A73

Tints of Venice Blue #204A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.48%

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

R = 14.48%
G = 33.48%
B = 52.04%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204A73 (or 0x204A73) is known color: Venice Blue. HEX triplet: 20, 4A and 73. RGB value is (32,74,115). Sum of RGB (Red+Green+Blue) = 32+74+115=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #204A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A73 is #DFB58C. Grayscale: #414141. Windows color (decimal): -14661005 or 7555616. OLE color: 7555616.

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

Color convert

RGB 32 74 115 -
CMYK 0.72 0.36 0 0.55
HSL 209.64º 0.56% 0.29% -
HSV(B) 209.64º 0.72% 0.45% -
XYZ 6.14 6.44 17.14 -
YUV 66.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 32 74 115 0.72 0.36 0 0.55 209.64 0.56 0.29
Hex 20 4A 73 48 24 0 37 D2 38 1D
Octal 40 112 163 110 44 0 67 322 70 35
Binary 100000 1001010 1110011 1001000 100100 0 110111 11010010 111000 11101

Color Harmonies of #204A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A73

Black with #204A73

Text Example


Text Example

White with #204A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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