Shades of Mariner #325EAC
Tints of Mariner #325EAC
RGB
CMYK
RGB Variations
Color information
#325EAC (or 0x325EAC) is known color: Mariner. HEX triplet: 32, 5E and AC. RGB value is (50,94,172). Sum of RGB (Red+Green+Blue) = 50+94+172=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #325EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325EAC is #CDA153. Grayscale: #595959. Windows color (decimal): -13476180 or 11296306. OLE color: 11296306.
HSL color Cylindrical-coordinate representation of color #325EAC: hue angle of 218.36º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325EAC is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 94 | 172 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.33 |
| HSL | 218.36º | 0.55% | 0.44% | - |
| HSV(B) | 218.36º | 0.71% | 0.67% | - |
| XYZ | 12.76 | 11.66 | 40.61 | - |
| YUV | 89.74 | 174.42 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 172 | 0.71 | 0.45 | 0 | 0.33 | 218.36 | 0.55 | 0.44 |
| Hex | 32 | 5E | AC | 47 | 2D | 0 | 21 | DA | 37 | 2C |
| Octal | 62 | 136 | 254 | 107 | 55 | 0 | 41 | 332 | 67 | 54 |
| Binary | 110010 | 1011110 | 10101100 | 1000111 | 101101 | 0 | 100001 | 11011010 | 110111 | 101100 |
Color Harmonies of #325EAC
Complementary color
Monochromatic Colors of #325EAC
Black with #325EAC
Text Example
Text Example
White with #325EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EAC; }
p { color: rgb(50,94,172); }
H1.HeaderClassName
{
color: #325EAC;
}
.AnyTagClassName
{
color: #325EAC;
}
</style>
background-color css
<style>
a { background-color: #325EAC; }
a { background-color: rgb(50,94,172); }
div.DivClassName
{
background-color: #325EAC;
}
.BgClassName
{
background-color: #325EAC;
}
</style>
border-color css
<style>
span { border-color: #325EAC; }
span { border-color: rgb(50,94,172); }
td.TdClassName
{
border-color: #325EAC;
}
.TagClassName
{
border-color: #325EAC;
}
</style>