Html Css Color HEX #325078 St Tropaz

📋 copy color: '#325078'

red 50 ◦ green 80 ◦ blue 120

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

Shades of St Tropaz #325078

Tints of St Tropaz #325078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48%

R = 20%
G = 32%
B = 48%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#325078 (or 0x325078) is known color: St Tropaz. HEX triplet: 32, 50 and 78. RGB value is (50,80,120). Sum of RGB (Red+Green+Blue) = 50+80+120=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #325078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325078 is #CDAF87. Grayscale: #4B4B4B. Windows color (decimal): -13479816 or 7884850. OLE color: 7884850.

HSL color Cylindrical-coordinate representation of color #325078: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325078 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 80 120 -
CMYK 0.58 0.33 0 0.53
HSL 214.29º 0.41% 0.33% -
HSV(B) 214.29º 0.58% 0.47% -
XYZ 7.57 7.77 18.87 -
YUV 75.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 50 80 120 0.58 0.33 0 0.53 214.29 0.41 0.33
Hex 32 50 78 3A 21 0 35 D6 29 21
Octal 62 120 170 72 41 0 65 326 51 41
Binary 110010 1010000 1111000 111010 100001 0 110101 11010110 101001 100001

Color Harmonies of #325078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325078

Black with #325078

Text Example


Text Example

White with #325078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325078; }

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

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

background-color css

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

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

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

border-color css

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

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

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