Html Css Color HEX #325176 St Tropaz

📋 copy color: '#325176'

red 50 ◦ green 81 ◦ blue 118

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

Shades of St Tropaz #325176

Tints of St Tropaz #325176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 20.08%
G = 32.53%
B = 47.39%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325176 (or 0x325176) is known color: St Tropaz. HEX triplet: 32, 51 and 76. RGB value is (50,81,118). Sum of RGB (Red+Green+Blue) = 50+81+118=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #325176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325176 is #CDAE89. Grayscale: #4B4B4B. Windows color (decimal): -13479562 or 7754034. OLE color: 7754034.

HSL color Cylindrical-coordinate representation of color #325176: hue angle of 212.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325176 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 81 118 -
CMYK 0.58 0.31 0 0.54
HSL 212.65º 0.4% 0.33% -
HSV(B) 212.65º 0.58% 0.46% -
XYZ 7.53 7.87 18.26 -
YUV 75.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 50 81 118 0.58 0.31 0 0.54 212.65 0.4 0.33
Hex 32 51 76 3A 1F 0 36 D5 28 21
Octal 62 121 166 72 37 0 66 325 50 41
Binary 110010 1010001 1110110 111010 11111 0 110110 11010101 101000 100001

Color Harmonies of #325176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325176

Black with #325176

Text Example


Text Example

White with #325176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325176; }

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

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

background-color css

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

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

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

border-color css

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

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

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