#325A85

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

Shades of St Tropaz #325A85

Tints of St Tropaz #325A85

Color information

#325A85 (or 0x325A85) is unknown color: approx St Tropaz. HEX triplet: 32, 5A and 85. RGB value is (50,90,133). Sum of RGB (Red+Green+Blue) = 50+90+133=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #325A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A85 is #CDA57A. Grayscale: #525252. Windows color (decimal): -13477243 or 8739378. OLE color: 8739378.

HSL color Cylindrical-coordinate representation of color #325A85: hue angle of 211.08º 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 #325A85 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5090133-
CMYK0.620.3200.48
HSL211.08º45.36%35.88%-
HSV(B)211.08º62.41%52.16%-
XYZ9.219.6823.57-
YUV82.94156.25104.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=18.32%
G=32.97%
B=48.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50901330.620.3200.48211.0845.3635.88
Hex325A853E20030d32d24
Octal6213220576400603235544
Binary110010101101010000101111110100000011000011010011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325A85; }

 p { color: rgb(50,90,133); }

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

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

 a { background-color: rgb(50,90,133); }

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

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

 span { border-color: rgb(50,90,133); }

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