Shades of Mariner #3960A6
Tints of Mariner #3960A6
RGB
CMYK
RGB Variations
Color information
#3960A6 (or 0x3960A6) is known color: Mariner. HEX triplet: 39, 60 and A6. RGB value is (57,96,166). Sum of RGB (Red+Green+Blue) = 57+96+166=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 166 (65.23% from 255 or 52.04% from 319); Max value from RGB is 166 - color contains mainly: blue. Hex color #3960A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3960A6 is #C69F59. Grayscale: #5C5C5C. Windows color (decimal): -13016922 or 10903609. OLE color: 10903609.
HSL color Cylindrical-coordinate representation of color #3960A6: hue angle of 218.53º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3960A6 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 96 | 166 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.35 |
| HSL | 218.53º | 0.49% | 0.44% | - |
| HSV(B) | 218.53º | 0.66% | 0.65% | - |
| XYZ | 12.75 | 11.99 | 37.72 | - |
| YUV | 92.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 96 | 166 | 0.66 | 0.42 | 0 | 0.35 | 218.53 | 0.49 | 0.44 |
| Hex | 39 | 60 | A6 | 42 | 2A | 0 | 23 | DB | 31 | 2C |
| Octal | 71 | 140 | 246 | 102 | 52 | 0 | 43 | 333 | 61 | 54 |
| Binary | 111001 | 1100000 | 10100110 | 1000010 | 101010 | 0 | 100011 | 11011011 | 110001 | 101100 |
Color Harmonies of #3960A6
Complementary color
Monochromatic Colors of #3960A6
Black with #3960A6
Text Example
Text Example
White with #3960A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3960A6; }
p { color: rgb(57,96,166); }
H1.HeaderClassName
{
color: #3960A6;
}
.AnyTagClassName
{
color: #3960A6;
}
</style>
background-color css
<style>
a { background-color: #3960A6; }
a { background-color: rgb(57,96,166); }
div.DivClassName
{
background-color: #3960A6;
}
.BgClassName
{
background-color: #3960A6;
}
</style>
border-color css
<style>
span { border-color: #3960A6; }
span { border-color: rgb(57,96,166); }
td.TdClassName
{
border-color: #3960A6;
}
.TagClassName
{
border-color: #3960A6;
}
</style>