Html Css Color HEX #325173 Venice Blue

📋 copy color: '#325173'

red 50 ◦ green 81 ◦ blue 115

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

Shades of Venice Blue #325173

Tints of Venice Blue #325173

RGB

 RED value IS 50 (19.92% from 255) = 20.33%

 GREEN value IS 81 (32.03% from 255) = 32.93%

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

R = 20.33%
G = 32.93%
B = 46.75%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325173 (or 0x325173) is known color: Venice Blue. HEX triplet: 32, 51 and 73. RGB value is (50,81,115). Sum of RGB (Red+Green+Blue) = 50+81+115=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #325173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325173 is #CDAE8C. Grayscale: #4B4B4B. Windows color (decimal): -13479565 or 7557426. OLE color: 7557426.

HSL color Cylindrical-coordinate representation of color #325173: hue angle of 211.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325173 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 81 115 -
CMYK 0.57 0.30 0 0.55
HSL 211.38º 0.39% 0.32% -
HSV(B) 211.38º 0.57% 0.45% -
XYZ 7.35 7.8 17.34 -
YUV 75.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 50 81 115 0.57 0.30 0 0.55 211.38 0.39 0.32
Hex 32 51 73 39 1E 0 37 D3 27 20
Octal 62 121 163 71 36 0 67 323 47 40
Binary 110010 1010001 1110011 111001 11110 0 110111 11010011 100111 100000

Color Harmonies of #325173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325173

Black with #325173

Text Example


Text Example

White with #325173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325173; }

 p { color: rgb(50,81,115); }

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

background-color css

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

 a { background-color: rgb(50,81,115); }

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

border-color css

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

 span { border-color: rgb(50,81,115); }

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