Shades of Mariner #396599
Tints of Mariner #396599
RGB
CMYK
RGB Variations
Color information
#396599 (or 0x396599) is known color: Mariner. HEX triplet: 39, 65 and 99. RGB value is (57,101,153). Sum of RGB (Red+Green+Blue) = 57+101+153=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #396599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396599 is #C69A66. Grayscale: #5D5D5D. Windows color (decimal): -13015655 or 10052921. OLE color: 10052921.
HSL color Cylindrical-coordinate representation of color #396599: hue angle of 212.5º 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 #396599 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 101 | 153 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.4 |
| HSL | 212.5º | 0.46% | 0.41% | - |
| HSV(B) | 212.5º | 0.63% | 0.6% | - |
| XYZ | 12.09 | 12.48 | 31.91 | - |
| YUV | 93.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 153 | 0.63 | 0.34 | 0 | 0.4 | 212.5 | 0.46 | 0.41 |
| Hex | 39 | 65 | 99 | 3F | 22 | 0 | 28 | D4 | 2E | 29 |
| Octal | 71 | 145 | 231 | 77 | 42 | 0 | 50 | 324 | 56 | 51 |
| Binary | 111001 | 1100101 | 10011001 | 111111 | 100010 | 0 | 101000 | 11010100 | 101110 | 101001 |
Color Harmonies of #396599
Complementary color
Monochromatic Colors of #396599
Black with #396599
Text Example
Text Example
White with #396599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396599; }
p { color: rgb(57,101,153); }
H1.HeaderClassName
{
color: #396599;
}
.AnyTagClassName
{
color: #396599;
}
</style>
background-color css
<style>
a { background-color: #396599; }
a { background-color: rgb(57,101,153); }
div.DivClassName
{
background-color: #396599;
}
.BgClassName
{
background-color: #396599;
}
</style>
border-color css
<style>
span { border-color: #396599; }
span { border-color: rgb(57,101,153); }
td.TdClassName
{
border-color: #396599;
}
.TagClassName
{
border-color: #396599;
}
</style>