Shades of Mariner #325E9B
Tints of Mariner #325E9B
RGB
CMYK
RGB Variations
Color information
#325E9B (or 0x325E9B) is known color: Mariner. HEX triplet: 32, 5E and 9B. RGB value is (50,94,155). Sum of RGB (Red+Green+Blue) = 50+94+155=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #325E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E9B is #CDA164. Grayscale: #575757. Windows color (decimal): -13476197 or 10182194. OLE color: 10182194.
HSL color Cylindrical-coordinate representation of color #325E9B: hue angle of 214.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #325E9B is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 94 | 155 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.39 |
| HSL | 214.86º | 0.51% | 0.4% | - |
| HSV(B) | 214.86º | 0.68% | 0.61% | - |
| XYZ | 11.23 | 11.05 | 32.55 | - |
| YUV | 87.8 | 165.92 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 155 | 0.68 | 0.39 | 0 | 0.39 | 214.86 | 0.51 | 0.4 |
| Hex | 32 | 5E | 9B | 44 | 27 | 0 | 27 | D7 | 33 | 28 |
| Octal | 62 | 136 | 233 | 104 | 47 | 0 | 47 | 327 | 63 | 50 |
| Binary | 110010 | 1011110 | 10011011 | 1000100 | 100111 | 0 | 100111 | 11010111 | 110011 | 101000 |
Color Harmonies of #325E9B
Complementary color
Monochromatic Colors of #325E9B
Black with #325E9B
Text Example
Text Example
White with #325E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E9B; }
p { color: rgb(50,94,155); }
H1.HeaderClassName
{
color: #325E9B;
}
.AnyTagClassName
{
color: #325E9B;
}
</style>
background-color css
<style>
a { background-color: #325E9B; }
a { background-color: rgb(50,94,155); }
div.DivClassName
{
background-color: #325E9B;
}
.BgClassName
{
background-color: #325E9B;
}
</style>
border-color css
<style>
span { border-color: #325E9B; }
span { border-color: rgb(50,94,155); }
td.TdClassName
{
border-color: #325E9B;
}
.TagClassName
{
border-color: #325E9B;
}
</style>