Html Css Color HEX #325077 St Tropaz

📋 copy color: '#325077'

red 50 ◦ green 80 ◦ blue 119

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

Shades of St Tropaz #325077

Tints of St Tropaz #325077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 20.08%
G = 32.13%
B = 47.79%

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

#325077 (or 0x325077) is known color: St Tropaz. HEX triplet: 32, 50 and 77. RGB value is (50,80,119). Sum of RGB (Red+Green+Blue) = 50+80+119=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #325077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325077 is #CDAF88. Grayscale: #4B4B4B. Windows color (decimal): -13479817 or 7819314. OLE color: 7819314.

HSL color Cylindrical-coordinate representation of color #325077: hue angle of 213.91º 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 #325077 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 80 119 -
CMYK 0.58 0.33 0 0.53
HSL 213.91º 0.41% 0.33% -
HSV(B) 213.91º 0.58% 0.47% -
XYZ 7.51 7.75 18.55 -
YUV 75.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 50 80 119 0.58 0.33 0 0.53 213.91 0.41 0.33
Hex 32 50 77 3A 21 0 35 D6 29 21
Octal 62 120 167 72 41 0 65 326 51 41
Binary 110010 1010000 1110111 111010 100001 0 110101 11010110 101001 100001

Color Harmonies of #325077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325077

Black with #325077

Text Example


Text Example

White with #325077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325077; }

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

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

background-color css

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

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

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

border-color css

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

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

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