#325884

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

Shades of St Tropaz #325884

Tints of St Tropaz #325884

Color information

#325884 (or 0x325884) is unknown color: approx St Tropaz. HEX triplet: 32, 58 and 84. RGB value is (50,88,132). Sum of RGB (Red+Green+Blue) = 50+88+132=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #325884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325884 is #CDA77B. Grayscale: #515151. Windows color (decimal): -13477756 or 8673330. OLE color: 8673330.

HSL color Cylindrical-coordinate representation of color #325884: hue angle of 212.2º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325884 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5088132-
CMYK0.620.3300.48
HSL212.2º45.05%35.69%-
HSV(B)212.2º62.12%51.76%-
XYZ8.979.3223.16-
YUV81.65156.41105.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=18.52%
G=32.59%
B=48.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50881320.620.3300.48212.245.0535.69
Hex3258843E21030d42d24
Octal6213020476410603245544
Binary110010101100010000100111110100001011000011010100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325884; }

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

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

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

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

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

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

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

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