Shades of Mariner #395E9B
Tints of Mariner #395E9B
RGB
CMYK
RGB Variations
Color information
#395E9B (or 0x395E9B) is known color: Mariner. HEX triplet: 39, 5E and 9B. RGB value is (57,94,155). Sum of RGB (Red+Green+Blue) = 57+94+155=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #395E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395E9B is #C6A164. Grayscale: #595959. Windows color (decimal): -13017445 or 10182201. OLE color: 10182201.
HSL color Cylindrical-coordinate representation of color #395E9B: hue angle of 217.35º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395E9B is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 94 | 155 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.39 |
| HSL | 217.35º | 0.46% | 0.42% | - |
| HSV(B) | 217.35º | 0.63% | 0.61% | - |
| XYZ | 11.61 | 11.24 | 32.57 | - |
| YUV | 89.89 | 164.74 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 155 | 0.63 | 0.39 | 0 | 0.39 | 217.35 | 0.46 | 0.42 |
| Hex | 39 | 5E | 9B | 3F | 27 | 0 | 27 | D9 | 2E | 2A |
| Octal | 71 | 136 | 233 | 77 | 47 | 0 | 47 | 331 | 56 | 52 |
| Binary | 111001 | 1011110 | 10011011 | 111111 | 100111 | 0 | 100111 | 11011001 | 101110 | 101010 |
Color Harmonies of #395E9B
Complementary color
Monochromatic Colors of #395E9B
Black with #395E9B
Text Example
Text Example
White with #395E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395E9B; }
p { color: rgb(57,94,155); }
H1.HeaderClassName
{
color: #395E9B;
}
.AnyTagClassName
{
color: #395E9B;
}
</style>
background-color css
<style>
a { background-color: #395E9B; }
a { background-color: rgb(57,94,155); }
div.DivClassName
{
background-color: #395E9B;
}
.BgClassName
{
background-color: #395E9B;
}
</style>
border-color css
<style>
span { border-color: #395E9B; }
span { border-color: rgb(57,94,155); }
td.TdClassName
{
border-color: #395E9B;
}
.TagClassName
{
border-color: #395E9B;
}
</style>