Shades of Mariner #3968AD
Tints of Mariner #3968AD
RGB
CMYK
RGB Variations
Color information
#3968AD (or 0x3968AD) is known color: Mariner. HEX triplet: 39, 68 and AD. RGB value is (57,104,173). Sum of RGB (Red+Green+Blue) = 57+104+173=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #3968AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3968AD is #C69752. Grayscale: #616161. Windows color (decimal): -13014867 or 11364409. OLE color: 11364409.
HSL color Cylindrical-coordinate representation of color #3968AD: hue angle of 215.69º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3968AD is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 104 | 173 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.32 |
| HSL | 215.69º | 0.5% | 0.45% | - |
| HSV(B) | 215.69º | 0.67% | 0.68% | - |
| XYZ | 14.18 | 13.79 | 41.45 | - |
| YUV | 97.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 173 | 0.67 | 0.40 | 0 | 0.32 | 215.69 | 0.5 | 0.45 |
| Hex | 39 | 68 | AD | 43 | 28 | 0 | 20 | D8 | 32 | 2D |
| Octal | 71 | 150 | 255 | 103 | 50 | 0 | 40 | 330 | 62 | 55 |
| Binary | 111001 | 1101000 | 10101101 | 1000011 | 101000 | 0 | 100000 | 11011000 | 110010 | 101101 |
Color Harmonies of #3968AD
Complementary color
Monochromatic Colors of #3968AD
Black with #3968AD
Text Example
Text Example
White with #3968AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3968AD; }
p { color: rgb(57,104,173); }
H1.HeaderClassName
{
color: #3968AD;
}
.AnyTagClassName
{
color: #3968AD;
}
</style>
background-color css
<style>
a { background-color: #3968AD; }
a { background-color: rgb(57,104,173); }
div.DivClassName
{
background-color: #3968AD;
}
.BgClassName
{
background-color: #3968AD;
}
</style>
border-color css
<style>
span { border-color: #3968AD; }
span { border-color: rgb(57,104,173); }
td.TdClassName
{
border-color: #3968AD;
}
.TagClassName
{
border-color: #3968AD;
}
</style>