Html Css Color HEX #325582 St Tropaz

📋 copy color: '#325582'

red 50 ◦ green 85 ◦ blue 130

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

Shades of St Tropaz #325582

Tints of St Tropaz #325582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.08%

 BLUE value IS 130 (51.17% from 255) = 49.06%

R = 18.87%
G = 32.08%
B = 49.06%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325582 (or 0x325582) is known color: St Tropaz. HEX triplet: 32, 55 and 82. RGB value is (50,85,130). Sum of RGB (Red+Green+Blue) = 50+85+130=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #325582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325582 is #CDAA7D. Grayscale: #4F4F4F. Windows color (decimal): -13478526 or 8541490. OLE color: 8541490.

HSL color Cylindrical-coordinate representation of color #325582: hue angle of 213.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325582 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 85 130 -
CMYK 0.62 0.35 0 0.49
HSL 213.75º 0.44% 0.35% -
HSV(B) 213.75º 0.62% 0.51% -
XYZ 8.59 8.79 22.36 -
YUV 79.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 50 85 130 0.62 0.35 0 0.49 213.75 0.44 0.35
Hex 32 55 82 3E 23 0 31 D6 2C 23
Octal 62 125 202 76 43 0 61 326 54 43
Binary 110010 1010101 10000010 111110 100011 0 110001 11010110 101100 100011

Color Harmonies of #325582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325582

Black with #325582

Text Example


Text Example

White with #325582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325582; }

 p { color: rgb(50,85,130); }

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

background-color css

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

 a { background-color: rgb(50,85,130); }

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

border-color css

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

 span { border-color: rgb(50,85,130); }

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