Html Css Color HEX #325470 Venice Blue

📋 copy color: '#325470'

red 50 ◦ green 84 ◦ blue 112

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

Shades of Venice Blue #325470

Tints of Venice Blue #325470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

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

R = 20.33%
G = 34.15%
B = 45.53%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325470 (or 0x325470) is known color: Venice Blue. HEX triplet: 32, 54 and 70. RGB value is (50,84,112). Sum of RGB (Red+Green+Blue) = 50+84+112=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #325470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325470 is #CDAB8F. Grayscale: #4C4C4C. Windows color (decimal): -13478800 or 7361586. OLE color: 7361586.

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

Color convert

RGB 50 84 112 -
CMYK 0.55 0.25 0 0.56
HSL 207.1º 0.38% 0.32% -
HSV(B) 207.1º 0.55% 0.44% -
XYZ 7.41 8.19 16.52 -
YUV 77.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 50 84 112 0.55 0.25 0 0.56 207.1 0.38 0.32
Hex 32 54 70 37 19 0 38 CF 26 20
Octal 62 124 160 67 31 0 70 317 46 40
Binary 110010 1010100 1110000 110111 11001 0 111000 11001111 100110 100000

Color Harmonies of #325470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325470

Black with #325470

Text Example


Text Example

White with #325470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325470; }

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

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

background-color css

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

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

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

border-color css

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

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

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