#325688

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

Shades of St Tropaz #325688

Tints of St Tropaz #325688

Color information

#325688 (or 0x325688) is unknown color: approx 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

RGB5086136-
CMYK0.630.3700.47
HSL214.88º46.24%36.47%-
HSV(B)214.88º63.24%53.33%-
XYZ9.099.1124.57-
YUV80.94159.07105.93-

RGB Variations

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

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 (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50861360.630.3700.47214.8846.2436.47
Hex3256883F2502Fd72e24
Octal6212621077450573275644
Binary110010101011010001000111111100101010111111010111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>