Shades of Mariner #325DAD
Tints of Mariner #325DAD
RGB
CMYK
RGB Variations
Color information
#325DAD (or 0x325DAD) is known color: Mariner. HEX triplet: 32, 5D and AD. RGB value is (50,93,173). Sum of RGB (Red+Green+Blue) = 50+93+173=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #325DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DAD is #CDA252. Grayscale: #585858. Windows color (decimal): -13476435 or 11361586. OLE color: 11361586.
HSL color Cylindrical-coordinate representation of color #325DAD: hue angle of 219.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325DAD is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 93 | 173 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.32 |
| HSL | 219.02º | 0.55% | 0.44% | - |
| HSV(B) | 219.02º | 0.71% | 0.68% | - |
| XYZ | 12.77 | 11.52 | 41.09 | - |
| YUV | 89.26 | 175.25 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 173 | 0.71 | 0.46 | 0 | 0.32 | 219.02 | 0.55 | 0.44 |
| Hex | 32 | 5D | AD | 47 | 2E | 0 | 20 | DB | 37 | 2C |
| Octal | 62 | 135 | 255 | 107 | 56 | 0 | 40 | 333 | 67 | 54 |
| Binary | 110010 | 1011101 | 10101101 | 1000111 | 101110 | 0 | 100000 | 11011011 | 110111 | 101100 |
Color Harmonies of #325DAD
Complementary color
Monochromatic Colors of #325DAD
Black with #325DAD
Text Example
Text Example
White with #325DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DAD; }
p { color: rgb(50,93,173); }
H1.HeaderClassName
{
color: #325DAD;
}
.AnyTagClassName
{
color: #325DAD;
}
</style>
background-color css
<style>
a { background-color: #325DAD; }
a { background-color: rgb(50,93,173); }
div.DivClassName
{
background-color: #325DAD;
}
.BgClassName
{
background-color: #325DAD;
}
</style>
border-color css
<style>
span { border-color: #325DAD; }
span { border-color: rgb(50,93,173); }
td.TdClassName
{
border-color: #325DAD;
}
.TagClassName
{
border-color: #325DAD;
}
</style>