Shades of Mariner #325BA6
Tints of Mariner #325BA6
RGB
CMYK
RGB Variations
Color information
#325BA6 (or 0x325BA6) is known color: Mariner. HEX triplet: 32, 5B and A6. RGB value is (50,91,166). Sum of RGB (Red+Green+Blue) = 50+91+166=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #325BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BA6 is #CDA459. Grayscale: #565656. Windows color (decimal): -13476954 or 10902322. OLE color: 10902322.
HSL color Cylindrical-coordinate representation of color #325BA6: hue angle of 218.79º 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 #325BA6 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 91 | 166 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.35 |
| HSL | 218.79º | 0.54% | 0.42% | - |
| HSV(B) | 218.79º | 0.7% | 0.65% | - |
| XYZ | 11.94 | 10.91 | 37.55 | - |
| YUV | 87.29 | 172.42 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 166 | 0.70 | 0.45 | 0 | 0.35 | 218.79 | 0.54 | 0.42 |
| Hex | 32 | 5B | A6 | 46 | 2D | 0 | 23 | DB | 36 | 2A |
| Octal | 62 | 133 | 246 | 106 | 55 | 0 | 43 | 333 | 66 | 52 |
| Binary | 110010 | 1011011 | 10100110 | 1000110 | 101101 | 0 | 100011 | 11011011 | 110110 | 101010 |
Color Harmonies of #325BA6
Complementary color
Monochromatic Colors of #325BA6
Black with #325BA6
Text Example
Text Example
White with #325BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325BA6; }
p { color: rgb(50,91,166); }
H1.HeaderClassName
{
color: #325BA6;
}
.AnyTagClassName
{
color: #325BA6;
}
</style>
background-color css
<style>
a { background-color: #325BA6; }
a { background-color: rgb(50,91,166); }
div.DivClassName
{
background-color: #325BA6;
}
.BgClassName
{
background-color: #325BA6;
}
</style>
border-color css
<style>
span { border-color: #325BA6; }
span { border-color: rgb(50,91,166); }
td.TdClassName
{
border-color: #325BA6;
}
.TagClassName
{
border-color: #325BA6;
}
</style>