Shades of Mariner #325DA5
Tints of Mariner #325DA5
RGB
CMYK
RGB Variations
Color information
#325DA5 (or 0x325DA5) is known color: Mariner. HEX triplet: 32, 5D and A5. RGB value is (50,93,165). Sum of RGB (Red+Green+Blue) = 50+93+165=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #325DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DA5 is #CDA25A. Grayscale: #585858. Windows color (decimal): -13476443 or 10837298. OLE color: 10837298.
HSL color Cylindrical-coordinate representation of color #325DA5: hue angle of 217.57º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #325DA5 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 93 | 165 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.35 |
| HSL | 217.57º | 0.53% | 0.42% | - |
| HSV(B) | 217.57º | 0.7% | 0.65% | - |
| XYZ | 12.02 | 11.22 | 37.13 | - |
| YUV | 88.35 | 171.25 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 165 | 0.70 | 0.44 | 0 | 0.35 | 217.57 | 0.53 | 0.42 |
| Hex | 32 | 5D | A5 | 46 | 2C | 0 | 23 | DA | 35 | 2A |
| Octal | 62 | 135 | 245 | 106 | 54 | 0 | 43 | 332 | 65 | 52 |
| Binary | 110010 | 1011101 | 10100101 | 1000110 | 101100 | 0 | 100011 | 11011010 | 110101 | 101010 |
Color Harmonies of #325DA5
Complementary color
Monochromatic Colors of #325DA5
Black with #325DA5
Text Example
Text Example
White with #325DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DA5; }
p { color: rgb(50,93,165); }
H1.HeaderClassName
{
color: #325DA5;
}
.AnyTagClassName
{
color: #325DA5;
}
</style>
background-color css
<style>
a { background-color: #325DA5; }
a { background-color: rgb(50,93,165); }
div.DivClassName
{
background-color: #325DA5;
}
.BgClassName
{
background-color: #325DA5;
}
</style>
border-color css
<style>
span { border-color: #325DA5; }
span { border-color: rgb(50,93,165); }
td.TdClassName
{
border-color: #325DA5;
}
.TagClassName
{
border-color: #325DA5;
}
</style>