#325887

Color #325887 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #325887

Tints of St Tropaz #325887

Color information

#325887 (or 0x325887) is unknown color: approx St Tropaz. HEX triplet: 32, 58 and 87. RGB value is (50,88,135). Sum of RGB (Red+Green+Blue) = 50+88+135=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #325887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325887 is #CDA778. Grayscale: #515151. Windows color (decimal): -13477753 or 8869938. OLE color: 8869938.

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

Color convert

RGB5088135-
CMYK0.630.3500.47
HSL213.18º45.95%36.27%-
HSV(B)213.18º62.96%52.94%-
XYZ9.189.4124.25-
YUV82157.91105.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 135 (53.12% from 255) = 49.45%
R=18.32%
G=32.23%
B=49.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50881350.630.3500.47213.1845.9536.27
Hex3258873F2302Fd52e24
Octal6213020777430573255644
Binary110010101100010000111111111100011010111111010101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325887; }

 p { color: rgb(50,88,135); }

 H1.HeaderClassName
 {
   color: #325887;
 }
 .AnyTagClassName
 {
   color: #325887;
 }
</style>
background-color css

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

 a { background-color: rgb(50,88,135); }

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

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

 span { border-color: rgb(50,88,135); }

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