Html Css Color HEX #325277 St Tropaz

📋 copy color: '#325277'

red 50 ◦ green 82 ◦ blue 119

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

Shades of St Tropaz #325277

Tints of St Tropaz #325277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

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

R = 19.92%
G = 32.67%
B = 47.41%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#325277 (or 0x325277) is known color: St Tropaz. HEX triplet: 32, 52 and 77. RGB value is (50,82,119). Sum of RGB (Red+Green+Blue) = 50+82+119=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #325277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325277 is #CDAD88. Grayscale: #4C4C4C. Windows color (decimal): -13479305 or 7819826. OLE color: 7819826.

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

Color convert

RGB 50 82 119 -
CMYK 0.58 0.31 0 0.53
HSL 212.17º 0.41% 0.33% -
HSV(B) 212.17º 0.58% 0.47% -
XYZ 7.66 8.04 18.6 -
YUV 76.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 50 82 119 0.58 0.31 0 0.53 212.17 0.41 0.33
Hex 32 52 77 3A 1F 0 35 D4 29 21
Octal 62 122 167 72 37 0 65 324 51 41
Binary 110010 1010010 1110111 111010 11111 0 110101 11010100 101001 100001

Color Harmonies of #325277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325277

Black with #325277

Text Example


Text Example

White with #325277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325277; }

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

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

background-color css

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

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

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

border-color css

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

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

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