Shades of Mariner #325DA2
Tints of Mariner #325DA2
RGB
CMYK
RGB Variations
Color information
#325DA2 (or 0x325DA2) is known color: Mariner. HEX triplet: 32, 5D and A2. RGB value is (50,93,162). Sum of RGB (Red+Green+Blue) = 50+93+162=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #325DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DA2 is #CDA25D. Grayscale: #575757. Windows color (decimal): -13476446 or 10640690. OLE color: 10640690.
HSL color Cylindrical-coordinate representation of color #325DA2: hue angle of 216.96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #325DA2 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 93 | 162 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.36 |
| HSL | 216.96º | 0.53% | 0.42% | - |
| HSV(B) | 216.96º | 0.69% | 0.64% | - |
| XYZ | 11.75 | 11.12 | 35.71 | - |
| YUV | 88.01 | 169.75 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 162 | 0.69 | 0.43 | 0 | 0.36 | 216.96 | 0.53 | 0.42 |
| Hex | 32 | 5D | A2 | 45 | 2B | 0 | 24 | D9 | 35 | 2A |
| Octal | 62 | 135 | 242 | 105 | 53 | 0 | 44 | 331 | 65 | 52 |
| Binary | 110010 | 1011101 | 10100010 | 1000101 | 101011 | 0 | 100100 | 11011001 | 110101 | 101010 |
Color Harmonies of #325DA2
Complementary color
Monochromatic Colors of #325DA2
Black with #325DA2
Text Example
Text Example
White with #325DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DA2; }
p { color: rgb(50,93,162); }
H1.HeaderClassName
{
color: #325DA2;
}
.AnyTagClassName
{
color: #325DA2;
}
</style>
background-color css
<style>
a { background-color: #325DA2; }
a { background-color: rgb(50,93,162); }
div.DivClassName
{
background-color: #325DA2;
}
.BgClassName
{
background-color: #325DA2;
}
</style>
border-color css
<style>
span { border-color: #325DA2; }
span { border-color: rgb(50,93,162); }
td.TdClassName
{
border-color: #325DA2;
}
.TagClassName
{
border-color: #325DA2;
}
</style>