Html Css Color HEX #325170 Venice Blue

📋 copy color: '#325170'

red 50 ◦ green 81 ◦ blue 112

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

Shades of Venice Blue #325170

Tints of Venice Blue #325170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 20.58%
G = 33.33%
B = 46.09%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325170 (or 0x325170) is known color: Venice Blue. HEX triplet: 32, 51 and 70. RGB value is (50,81,112). Sum of RGB (Red+Green+Blue) = 50+81+112=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #325170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325170 is #CDAE8F. Grayscale: #4B4B4B. Windows color (decimal): -13479568 or 7360818. OLE color: 7360818.

HSL color Cylindrical-coordinate representation of color #325170: hue angle of 210º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325170 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 81 112 -
CMYK 0.55 0.28 0 0.56
HSL 210º 0.38% 0.32% -
HSV(B) 210º 0.55% 0.44% -
XYZ 7.18 7.73 16.44 -
YUV 75.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 50 81 112 0.55 0.28 0 0.56 210 0.38 0.32
Hex 32 51 70 37 1C 0 38 D2 26 20
Octal 62 121 160 67 34 0 70 322 46 40
Binary 110010 1010001 1110000 110111 11100 0 111000 11010010 100110 100000

Color Harmonies of #325170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325170

Black with #325170

Text Example


Text Example

White with #325170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325170; }

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

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

background-color css

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

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

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

border-color css

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

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

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