Shades of Mariner #325DA0
Tints of Mariner #325DA0
RGB
CMYK
RGB Variations
Color information
#325DA0 (or 0x325DA0) is known color: Mariner. HEX triplet: 32, 5D and A0. RGB value is (50,93,160). Sum of RGB (Red+Green+Blue) = 50+93+160=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #325DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DA0 is #CDA25F. Grayscale: #575757. Windows color (decimal): -13476448 or 10509618. OLE color: 10509618.
HSL color Cylindrical-coordinate representation of color #325DA0: hue angle of 216.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #325DA0 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 93 | 160 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.37 |
| HSL | 216.55º | 0.52% | 0.41% | - |
| HSV(B) | 216.55º | 0.69% | 0.63% | - |
| XYZ | 11.57 | 11.04 | 34.78 | - |
| YUV | 87.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 160 | 0.69 | 0.42 | 0 | 0.37 | 216.55 | 0.52 | 0.41 |
| Hex | 32 | 5D | A0 | 45 | 2A | 0 | 25 | D9 | 34 | 29 |
| Octal | 62 | 135 | 240 | 105 | 52 | 0 | 45 | 331 | 64 | 51 |
| Binary | 110010 | 1011101 | 10100000 | 1000101 | 101010 | 0 | 100101 | 11011001 | 110100 | 101001 |
Color Harmonies of #325DA0
Complementary color
Monochromatic Colors of #325DA0
Black with #325DA0
Text Example
Text Example
White with #325DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DA0; }
p { color: rgb(50,93,160); }
H1.HeaderClassName
{
color: #325DA0;
}
.AnyTagClassName
{
color: #325DA0;
}
</style>
background-color css
<style>
a { background-color: #325DA0; }
a { background-color: rgb(50,93,160); }
div.DivClassName
{
background-color: #325DA0;
}
.BgClassName
{
background-color: #325DA0;
}
</style>
border-color css
<style>
span { border-color: #325DA0; }
span { border-color: rgb(50,93,160); }
td.TdClassName
{
border-color: #325DA0;
}
.TagClassName
{
border-color: #325DA0;
}
</style>