Html Css Color HEX #325075 St Tropaz

📋 copy color: '#325075'

red 50 ◦ green 80 ◦ blue 117

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

Shades of St Tropaz #325075

Tints of St Tropaz #325075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 117 (46.09% from 255) = 47.37%

R = 20.24%
G = 32.39%
B = 47.37%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#325075 (or 0x325075) is known color: St Tropaz. HEX triplet: 32, 50 and 75. RGB value is (50,80,117). Sum of RGB (Red+Green+Blue) = 50+80+117=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #325075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325075 is #CDAF8A. Grayscale: #4B4B4B. Windows color (decimal): -13479819 or 7688242. OLE color: 7688242.

HSL color Cylindrical-coordinate representation of color #325075: hue angle of 213.13º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325075 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 80 117 -
CMYK 0.57 0.32 0 0.54
HSL 213.13º 0.4% 0.33% -
HSV(B) 213.13º 0.57% 0.46% -
XYZ 7.39 7.7 17.93 -
YUV 75.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 50 80 117 0.57 0.32 0 0.54 213.13 0.4 0.33
Hex 32 50 75 39 20 0 36 D5 28 21
Octal 62 120 165 71 40 0 66 325 50 41
Binary 110010 1010000 1110101 111001 100000 0 110110 11010101 101000 100001

Color Harmonies of #325075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325075

Black with #325075

Text Example


Text Example

White with #325075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325075; }

 p { color: rgb(50,80,117); }

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

background-color css

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

 a { background-color: rgb(50,80,117); }

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

border-color css

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

 span { border-color: rgb(50,80,117); }

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