Shades of Mariner #325E9D
Tints of Mariner #325E9D
RGB
CMYK
RGB Variations
Color information
#325E9D (or 0x325E9D) is known color: Mariner. HEX triplet: 32, 5E and 9D. RGB value is (50,94,157). Sum of RGB (Red+Green+Blue) = 50+94+157=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #325E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E9D is #CDA162. Grayscale: #575757. Windows color (decimal): -13476195 or 10313266. OLE color: 10313266.
HSL color Cylindrical-coordinate representation of color #325E9D: hue angle of 215.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #325E9D is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 94 | 157 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.38 |
| HSL | 215.33º | 0.52% | 0.41% | - |
| HSV(B) | 215.33º | 0.68% | 0.62% | - |
| XYZ | 11.4 | 11.12 | 33.44 | - |
| YUV | 88.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 157 | 0.68 | 0.40 | 0 | 0.38 | 215.33 | 0.52 | 0.41 |
| Hex | 32 | 5E | 9D | 44 | 28 | 0 | 26 | D7 | 34 | 29 |
| Octal | 62 | 136 | 235 | 104 | 50 | 0 | 46 | 327 | 64 | 51 |
| Binary | 110010 | 1011110 | 10011101 | 1000100 | 101000 | 0 | 100110 | 11010111 | 110100 | 101001 |
Color Harmonies of #325E9D
Complementary color
Monochromatic Colors of #325E9D
Black with #325E9D
Text Example
Text Example
White with #325E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E9D; }
p { color: rgb(50,94,157); }
H1.HeaderClassName
{
color: #325E9D;
}
.AnyTagClassName
{
color: #325E9D;
}
</style>
background-color css
<style>
a { background-color: #325E9D; }
a { background-color: rgb(50,94,157); }
div.DivClassName
{
background-color: #325E9D;
}
.BgClassName
{
background-color: #325E9D;
}
</style>
border-color css
<style>
span { border-color: #325E9D; }
span { border-color: rgb(50,94,157); }
td.TdClassName
{
border-color: #325E9D;
}
.TagClassName
{
border-color: #325E9D;
}
</style>