Html Css Color HEX #325784 St Tropaz

📋 copy color: '#325784'

red 50 ◦ green 87 ◦ blue 132

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

Shades of St Tropaz #325784

Tints of St Tropaz #325784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 18.59%
G = 32.34%
B = 49.07%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#325784 (or 0x325784) is known color: St Tropaz. HEX triplet: 32, 57 and 84. RGB value is (50,87,132). Sum of RGB (Red+Green+Blue) = 50+87+132=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #325784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325784 is #CDA87B. Grayscale: #505050. Windows color (decimal): -13478012 or 8673074. OLE color: 8673074.

HSL color Cylindrical-coordinate representation of color #325784: hue angle of 212.93º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325784 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 87 132 -
CMYK 0.62 0.34 0 0.48
HSL 212.93º 0.45% 0.36% -
HSV(B) 212.93º 0.62% 0.52% -
XYZ 8.89 9.16 23.13 -
YUV 81.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 50 87 132 0.62 0.34 0 0.48 212.93 0.45 0.36
Hex 32 57 84 3E 22 0 30 D5 2D 24
Octal 62 127 204 76 42 0 60 325 55 44
Binary 110010 1010111 10000100 111110 100010 0 110000 11010101 101101 100100

Color Harmonies of #325784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325784

Black with #325784

Text Example


Text Example

White with #325784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325784; }

 p { color: rgb(50,87,132); }

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

background-color css

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

 a { background-color: rgb(50,87,132); }

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

border-color css

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

 span { border-color: rgb(50,87,132); }

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