Shades of Mariner #395F99
Tints of Mariner #395F99
RGB
CMYK
RGB Variations
Color information
#395F99 (or 0x395F99) is known color: Mariner. HEX triplet: 39, 5F and 99. RGB value is (57,95,153). Sum of RGB (Red+Green+Blue) = 57+95+153=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #395F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395F99 is #C6A066. Grayscale: #595959. Windows color (decimal): -13017191 or 10051385. OLE color: 10051385.
HSL color Cylindrical-coordinate representation of color #395F99: hue angle of 216.25º 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 #395F99 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 95 | 153 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.4 |
| HSL | 216.25º | 0.46% | 0.41% | - |
| HSV(B) | 216.25º | 0.63% | 0.6% | - |
| XYZ | 11.53 | 11.35 | 31.72 | - |
| YUV | 90.25 | 163.41 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 153 | 0.63 | 0.38 | 0 | 0.4 | 216.25 | 0.46 | 0.41 |
| Hex | 39 | 5F | 99 | 3F | 26 | 0 | 28 | D8 | 2E | 29 |
| Octal | 71 | 137 | 231 | 77 | 46 | 0 | 50 | 330 | 56 | 51 |
| Binary | 111001 | 1011111 | 10011001 | 111111 | 100110 | 0 | 101000 | 11011000 | 101110 | 101001 |
Color Harmonies of #395F99
Complementary color
Monochromatic Colors of #395F99
Black with #395F99
Text Example
Text Example
White with #395F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395F99; }
p { color: rgb(57,95,153); }
H1.HeaderClassName
{
color: #395F99;
}
.AnyTagClassName
{
color: #395F99;
}
</style>
background-color css
<style>
a { background-color: #395F99; }
a { background-color: rgb(57,95,153); }
div.DivClassName
{
background-color: #395F99;
}
.BgClassName
{
background-color: #395F99;
}
</style>
border-color css
<style>
span { border-color: #395F99; }
span { border-color: rgb(57,95,153); }
td.TdClassName
{
border-color: #395F99;
}
.TagClassName
{
border-color: #395F99;
}
</style>