Html Css Color HEX #325686 St Tropaz

📋 copy color: '#325686'

red 50 ◦ green 86 ◦ blue 134

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

Shades of St Tropaz #325686

Tints of St Tropaz #325686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

 BLUE value IS 134 (52.73% from 255) = 49.63%

R = 18.52%
G = 31.85%
B = 49.63%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#325686 (or 0x325686) is known color: St Tropaz. HEX triplet: 32, 56 and 86. RGB value is (50,86,134). Sum of RGB (Red+Green+Blue) = 50+86+134=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #325686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325686 is #CDA979. Grayscale: #505050. Windows color (decimal): -13478266 or 8803890. OLE color: 8803890.

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

Color convert

RGB 50 86 134 -
CMYK 0.63 0.36 0 0.47
HSL 214.29º 0.46% 0.36% -
HSV(B) 214.29º 0.63% 0.53% -
XYZ 8.95 9.05 23.83 -
YUV 80.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 50 86 134 0.63 0.36 0 0.47 214.29 0.46 0.36
Hex 32 56 86 3F 24 0 2F D6 2E 24
Octal 62 126 206 77 44 0 57 326 56 44
Binary 110010 1010110 10000110 111111 100100 0 101111 11010110 101110 100100

Color Harmonies of #325686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325686

Black with #325686

Text Example


Text Example

White with #325686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325686; }

 p { color: rgb(50,86,134); }

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

background-color css

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

 a { background-color: rgb(50,86,134); }

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

border-color css

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

 span { border-color: rgb(50,86,134); }

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