Shades of Mariner #396499
Tints of Mariner #396499
RGB
CMYK
RGB Variations
Color information
#396499 (or 0x396499) is known color: Mariner. HEX triplet: 39, 64 and 99. RGB value is (57,100,153). Sum of RGB (Red+Green+Blue) = 57+100+153=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #396499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396499 is #C69B66. Grayscale: #5C5C5C. Windows color (decimal): -13015911 or 10052665. OLE color: 10052665.
HSL color Cylindrical-coordinate representation of color #396499: hue angle of 213.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396499 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 100 | 153 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.4 |
| HSL | 213.13º | 0.46% | 0.41% | - |
| HSV(B) | 213.13º | 0.63% | 0.6% | - |
| XYZ | 11.99 | 12.28 | 31.88 | - |
| YUV | 93.19 | 161.75 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 153 | 0.63 | 0.35 | 0 | 0.4 | 213.13 | 0.46 | 0.41 |
| Hex | 39 | 64 | 99 | 3F | 23 | 0 | 28 | D5 | 2E | 29 |
| Octal | 71 | 144 | 231 | 77 | 43 | 0 | 50 | 325 | 56 | 51 |
| Binary | 111001 | 1100100 | 10011001 | 111111 | 100011 | 0 | 101000 | 11010101 | 101110 | 101001 |
Color Harmonies of #396499
Complementary color
Monochromatic Colors of #396499
Black with #396499
Text Example
Text Example
White with #396499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396499; }
p { color: rgb(57,100,153); }
H1.HeaderClassName
{
color: #396499;
}
.AnyTagClassName
{
color: #396499;
}
</style>
background-color css
<style>
a { background-color: #396499; }
a { background-color: rgb(57,100,153); }
div.DivClassName
{
background-color: #396499;
}
.BgClassName
{
background-color: #396499;
}
</style>
border-color css
<style>
span { border-color: #396499; }
span { border-color: rgb(57,100,153); }
td.TdClassName
{
border-color: #396499;
}
.TagClassName
{
border-color: #396499;
}
</style>