Html Css Color HEX #204573 Venice Blue

📋 copy color: '#204573'

red 32 ◦ green 69 ◦ blue 115

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

Shades of Venice Blue #204573

Tints of Venice Blue #204573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

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

R = 14.81%
G = 31.94%
B = 53.24%

CMYK

 C value IS 0.72

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204573 (or 0x204573) is known color: Venice Blue. HEX triplet: 20, 45 and 73. RGB value is (32,69,115). Sum of RGB (Red+Green+Blue) = 32+69+115=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #204573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204573 is #DFBA8C. Grayscale: #3E3E3E. Windows color (decimal): -14662285 or 7554336. OLE color: 7554336.

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

Color convert

RGB 32 69 115 -
CMYK 0.72 0.4 0 0.55
HSL 213.25º 0.56% 0.29% -
HSV(B) 213.25º 0.72% 0.45% -
XYZ 5.82 5.8 17.03 -
YUV 63.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 32 69 115 0.72 0.4 0 0.55 213.25 0.56 0.29
Hex 20 45 73 48 28 0 37 D5 38 1D
Octal 40 105 163 110 50 0 67 325 70 35
Binary 100000 1000101 1110011 1001000 101000 0 110111 11010101 111000 11101

Color Harmonies of #204573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204573

Black with #204573

Text Example


Text Example

White with #204573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204573; }

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

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

background-color css

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

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

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

border-color css

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

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

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