Shades of Mariner #325FA6
Tints of Mariner #325FA6
RGB
CMYK
RGB Variations
Color information
#325FA6 (or 0x325FA6) is known color: Mariner. HEX triplet: 32, 5F and A6. RGB value is (50,95,166). Sum of RGB (Red+Green+Blue) = 50+95+166=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 166 (65.23% from 255 or 53.38% from 311); Max value from RGB is 166 - color contains mainly: blue. Hex color #325FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325FA6 is #CDA059. Grayscale: #595959. Windows color (decimal): -13475930 or 10903346. OLE color: 10903346.
HSL color Cylindrical-coordinate representation of color #325FA6: hue angle of 216.72º degrees, saturation: 0.54, 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 #325FA6 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 95 | 166 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.35 |
| HSL | 216.72º | 0.54% | 0.42% | - |
| HSV(B) | 216.72º | 0.7% | 0.65% | - |
| XYZ | 12.29 | 11.62 | 37.67 | - |
| YUV | 89.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 166 | 0.70 | 0.43 | 0 | 0.35 | 216.72 | 0.54 | 0.42 |
| Hex | 32 | 5F | A6 | 46 | 2B | 0 | 23 | D9 | 36 | 2A |
| Octal | 62 | 137 | 246 | 106 | 53 | 0 | 43 | 331 | 66 | 52 |
| Binary | 110010 | 1011111 | 10100110 | 1000110 | 101011 | 0 | 100011 | 11011001 | 110110 | 101010 |
Color Harmonies of #325FA6
Complementary color
Monochromatic Colors of #325FA6
Black with #325FA6
Text Example
Text Example
White with #325FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FA6; }
p { color: rgb(50,95,166); }
H1.HeaderClassName
{
color: #325FA6;
}
.AnyTagClassName
{
color: #325FA6;
}
</style>
background-color css
<style>
a { background-color: #325FA6; }
a { background-color: rgb(50,95,166); }
div.DivClassName
{
background-color: #325FA6;
}
.BgClassName
{
background-color: #325FA6;
}
</style>
border-color css
<style>
span { border-color: #325FA6; }
span { border-color: rgb(50,95,166); }
td.TdClassName
{
border-color: #325FA6;
}
.TagClassName
{
border-color: #325FA6;
}
</style>