Html Css Color HEX #325570 Venice Blue

📋 copy color: '#325570'

red 50 ◦ green 85 ◦ blue 112

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

Shades of Venice Blue #325570

Tints of Venice Blue #325570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

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

R = 20.24%
G = 34.41%
B = 45.34%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325570 (or 0x325570) is known color: Venice Blue. HEX triplet: 32, 55 and 70. RGB value is (50,85,112). Sum of RGB (Red+Green+Blue) = 50+85+112=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #325570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325570 is #CDAA8F. Grayscale: #4D4D4D. Windows color (decimal): -13478544 or 7361842. OLE color: 7361842.

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

Color convert

RGB 50 85 112 -
CMYK 0.55 0.24 0 0.56
HSL 206.13º 0.38% 0.32% -
HSV(B) 206.13º 0.55% 0.44% -
XYZ 7.49 8.34 16.55 -
YUV 77.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 50 85 112 0.55 0.24 0 0.56 206.13 0.38 0.32
Hex 32 55 70 37 18 0 38 CE 26 20
Octal 62 125 160 67 30 0 70 316 46 40
Binary 110010 1010101 1110000 110111 11000 0 111000 11001110 100110 100000

Color Harmonies of #325570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325570

Black with #325570

Text Example


Text Example

White with #325570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325570; }

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

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

background-color css

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

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

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

border-color css

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

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

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