Html Css Color HEX #325688 St Tropaz

📋 copy color: '#325688'

red 50 ◦ green 86 ◦ blue 136

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

Shades of St Tropaz #325688

Tints of St Tropaz #325688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50%

R = 18.38%
G = 31.62%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#325688 (or 0x325688) is known color: St Tropaz. HEX triplet: 32, 56 and 88. RGB value is (50,86,136). Sum of RGB (Red+Green+Blue) = 50+86+136=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #325688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325688 is #CDA977. Grayscale: #505050. Windows color (decimal): -13478264 or 8934962. OLE color: 8934962.

HSL color Cylindrical-coordinate representation of color #325688: hue angle of 214.88º 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 #325688 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 86 136 -
CMYK 0.63 0.37 0 0.47
HSL 214.88º 0.46% 0.36% -
HSV(B) 214.88º 0.63% 0.53% -
XYZ 9.09 9.11 24.57 -
YUV 80.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 50 86 136 0.63 0.37 0 0.47 214.88 0.46 0.36
Hex 32 56 88 3F 25 0 2F D7 2E 24
Octal 62 126 210 77 45 0 57 327 56 44
Binary 110010 1010110 10001000 111111 100101 0 101111 11010111 101110 100100

Color Harmonies of #325688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325688

Black with #325688

Text Example


Text Example

White with #325688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325688; }

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

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

background-color css

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

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

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

border-color css

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

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

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