Html Css Color HEX #325780 St Tropaz

📋 copy color: '#325780'

red 50 ◦ green 87 ◦ blue 128

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

Shades of St Tropaz #325780

Tints of St Tropaz #325780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 18.87%
G = 32.83%
B = 48.3%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#325780 (or 0x325780) is known color: St Tropaz. HEX triplet: 32, 57 and 80. RGB value is (50,87,128). Sum of RGB (Red+Green+Blue) = 50+87+128=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #325780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325780 is #CDA87F. Grayscale: #505050. Windows color (decimal): -13478016 or 8410930. OLE color: 8410930.

HSL color Cylindrical-coordinate representation of color #325780: hue angle of 211.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #325780 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 87 128 -
CMYK 0.61 0.32 0 0.50
HSL 211.54º 0.44% 0.35% -
HSV(B) 211.54º 0.61% 0.5% -
XYZ 8.62 9.05 21.72 -
YUV 80.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 50 87 128 0.61 0.32 0 0.50 211.54 0.44 0.35
Hex 32 57 80 3D 20 0 32 D4 2C 23
Octal 62 127 200 75 40 0 62 324 54 43
Binary 110010 1010111 10000000 111101 100000 0 110010 11010100 101100 100011

Color Harmonies of #325780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325780

Black with #325780

Text Example


Text Example

White with #325780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325780; }

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

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

background-color css

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

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

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

border-color css

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

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

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