Shades of Mariner #3956A9
Tints of Mariner #3956A9
RGB
CMYK
RGB Variations
Color information
#3956A9 (or 0x3956A9) is known color: Mariner. HEX triplet: 39, 56 and A9. RGB value is (57,86,169). Sum of RGB (Red+Green+Blue) = 57+86+169=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #3956A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3956A9 is #C6A956. Grayscale: #565656. Windows color (decimal): -13019479 or 11097657. OLE color: 11097657.
HSL color Cylindrical-coordinate representation of color #3956A9: hue angle of 224.46º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3956A9 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 57 | 86 | 169 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.34 |
| HSL | 224.46º | 0.5% | 0.44% | - |
| HSV(B) | 224.46º | 0.66% | 0.66% | - |
| XYZ | 12.18 | 10.39 | 38.9 | - |
| YUV | 86.79 | 174.39 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 86 | 169 | 0.66 | 0.49 | 0 | 0.34 | 224.46 | 0.5 | 0.44 |
| Hex | 39 | 56 | A9 | 42 | 31 | 0 | 22 | E0 | 32 | 2C |
| Octal | 71 | 126 | 251 | 102 | 61 | 0 | 42 | 340 | 62 | 54 |
| Binary | 111001 | 1010110 | 10101001 | 1000010 | 110001 | 0 | 100010 | 11100000 | 110010 | 101100 |
Color Harmonies of #3956A9
Complementary color
Monochromatic Colors of #3956A9
Black with #3956A9
Text Example
Text Example
White with #3956A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3956A9; }
p { color: rgb(57,86,169); }
H1.HeaderClassName
{
color: #3956A9;
}
.AnyTagClassName
{
color: #3956A9;
}
</style>
background-color css
<style>
a { background-color: #3956A9; }
a { background-color: rgb(57,86,169); }
div.DivClassName
{
background-color: #3956A9;
}
.BgClassName
{
background-color: #3956A9;
}
</style>
border-color css
<style>
span { border-color: #3956A9; }
span { border-color: rgb(57,86,169); }
td.TdClassName
{
border-color: #3956A9;
}
.TagClassName
{
border-color: #3956A9;
}
</style>