Html Css Color HEX #325484 St Tropaz

📋 copy color: '#325484'

red 50 ◦ green 84 ◦ blue 132

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

Shades of St Tropaz #325484

Tints of St Tropaz #325484

RGB

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

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

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

R = 18.8%
G = 31.58%
B = 49.62%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#325484 (or 0x325484) is known color: St Tropaz. HEX triplet: 32, 54 and 84. RGB value is (50,84,132). Sum of RGB (Red+Green+Blue) = 50+84+132=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #325484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325484 is #CDAB7B. Grayscale: #4F4F4F. Windows color (decimal): -13478780 or 8672306. OLE color: 8672306.

HSL color Cylindrical-coordinate representation of color #325484: hue angle of 215.12º 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 #325484 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 84 132 -
CMYK 0.62 0.36 0 0.48
HSL 215.12º 0.45% 0.36% -
HSV(B) 215.12º 0.62% 0.52% -
XYZ 8.65 8.68 23.05 -
YUV 79.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 50 84 132 0.62 0.36 0 0.48 215.12 0.45 0.36
Hex 32 54 84 3E 24 0 30 D7 2D 24
Octal 62 124 204 76 44 0 60 327 55 44
Binary 110010 1010100 10000100 111110 100100 0 110000 11010111 101101 100100

Color Harmonies of #325484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325484

Black with #325484

Text Example


Text Example

White with #325484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325484; }

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

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

background-color css

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

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

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

border-color css

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

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

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