Shades of Mariner #325DA6
Tints of Mariner #325DA6
RGB
CMYK
RGB Variations
Color information
#325DA6 (or 0x325DA6) is known color: Mariner. HEX triplet: 32, 5D and A6. RGB value is (50,93,166). Sum of RGB (Red+Green+Blue) = 50+93+166=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #325DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DA6 is #CDA259. Grayscale: #585858. Windows color (decimal): -13476442 or 10902834. OLE color: 10902834.
HSL color Cylindrical-coordinate representation of color #325DA6: hue angle of 217.76º 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 #325DA6 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 93 | 166 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.35 |
| HSL | 217.76º | 0.54% | 0.42% | - |
| HSV(B) | 217.76º | 0.7% | 0.65% | - |
| XYZ | 12.11 | 11.26 | 37.61 | - |
| YUV | 88.47 | 171.75 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 166 | 0.70 | 0.44 | 0 | 0.35 | 217.76 | 0.54 | 0.42 |
| Hex | 32 | 5D | A6 | 46 | 2C | 0 | 23 | DA | 36 | 2A |
| Octal | 62 | 135 | 246 | 106 | 54 | 0 | 43 | 332 | 66 | 52 |
| Binary | 110010 | 1011101 | 10100110 | 1000110 | 101100 | 0 | 100011 | 11011010 | 110110 | 101010 |
Color Harmonies of #325DA6
Complementary color
Monochromatic Colors of #325DA6
Black with #325DA6
Text Example
Text Example
White with #325DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DA6; }
p { color: rgb(50,93,166); }
H1.HeaderClassName
{
color: #325DA6;
}
.AnyTagClassName
{
color: #325DA6;
}
</style>
background-color css
<style>
a { background-color: #325DA6; }
a { background-color: rgb(50,93,166); }
div.DivClassName
{
background-color: #325DA6;
}
.BgClassName
{
background-color: #325DA6;
}
</style>
border-color css
<style>
span { border-color: #325DA6; }
span { border-color: rgb(50,93,166); }
td.TdClassName
{
border-color: #325DA6;
}
.TagClassName
{
border-color: #325DA6;
}
</style>