Html Css Color HEX #325682 St Tropaz

📋 copy color: '#325682'

red 50 ◦ green 86 ◦ blue 130

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

Shades of St Tropaz #325682

Tints of St Tropaz #325682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

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

R = 18.8%
G = 32.33%
B = 48.87%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#325682 (or 0x325682) is known color: St Tropaz. HEX triplet: 32, 56 and 82. RGB value is (50,86,130). Sum of RGB (Red+Green+Blue) = 50+86+130=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #325682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325682 is #CDA97D. Grayscale: #505050. Windows color (decimal): -13478270 or 8541746. OLE color: 8541746.

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

Color convert

RGB 50 86 130 -
CMYK 0.62 0.34 0 0.49
HSL 213º 0.44% 0.35% -
HSV(B) 213º 0.62% 0.51% -
XYZ 8.67 8.95 22.39 -
YUV 80.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 50 86 130 0.62 0.34 0 0.49 213 0.44 0.35
Hex 32 56 82 3E 22 0 31 D5 2C 23
Octal 62 126 202 76 42 0 61 325 54 43
Binary 110010 1010110 10000010 111110 100010 0 110001 11010101 101100 100011

Color Harmonies of #325682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325682

Black with #325682

Text Example


Text Example

White with #325682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325682; }

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

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

background-color css

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

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

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

border-color css

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

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

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