Html Css Color HEX #325986 St Tropaz

📋 copy color: '#325986'

red 50 ◦ green 89 ◦ blue 134

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

Shades of St Tropaz #325986

Tints of St Tropaz #325986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 134 (52.73% from 255) = 49.08%

R = 18.32%
G = 32.6%
B = 49.08%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#325986 (or 0x325986) is known color: St Tropaz. HEX triplet: 32, 59 and 86. RGB value is (50,89,134). Sum of RGB (Red+Green+Blue) = 50+89+134=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #325986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325986 is #CDA679. Grayscale: #525252. Windows color (decimal): -13477498 or 8804658. OLE color: 8804658.

HSL color Cylindrical-coordinate representation of color #325986: hue angle of 212.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325986 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 89 134 -
CMYK 0.63 0.34 0 0.47
HSL 212.14º 0.46% 0.36% -
HSV(B) 212.14º 0.63% 0.53% -
XYZ 9.19 9.54 23.91 -
YUV 82.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 50 89 134 0.63 0.34 0 0.47 212.14 0.46 0.36
Hex 32 59 86 3F 22 0 2F D4 2E 24
Octal 62 131 206 77 42 0 57 324 56 44
Binary 110010 1011001 10000110 111111 100010 0 101111 11010100 101110 100100

Color Harmonies of #325986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325986

Black with #325986

Text Example


Text Example

White with #325986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325986; }

 p { color: rgb(50,89,134); }

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

background-color css

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

 a { background-color: rgb(50,89,134); }

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

border-color css

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

 span { border-color: rgb(50,89,134); }

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