Shades of Mariner #395E9A
Tints of Mariner #395E9A
RGB
CMYK
RGB Variations
Color information
#395E9A (or 0x395E9A) is known color: Mariner. HEX triplet: 39, 5E and 9A. RGB value is (57,94,154). Sum of RGB (Red+Green+Blue) = 57+94+154=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #395E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395E9A is #C6A165. Grayscale: #595959. Windows color (decimal): -13017446 or 10116665. OLE color: 10116665.
HSL color Cylindrical-coordinate representation of color #395E9A: hue angle of 217.11º 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 #395E9A is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 94 | 154 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.40 |
| HSL | 217.11º | 0.46% | 0.41% | - |
| HSV(B) | 217.11º | 0.63% | 0.6% | - |
| XYZ | 11.52 | 11.21 | 32.13 | - |
| YUV | 89.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 94 | 154 | 0.63 | 0.39 | 0 | 0.40 | 217.11 | 0.46 | 0.41 |
| Hex | 39 | 5E | 9A | 3F | 27 | 0 | 28 | D9 | 2E | 29 |
| Octal | 71 | 136 | 232 | 77 | 47 | 0 | 50 | 331 | 56 | 51 |
| Binary | 111001 | 1011110 | 10011010 | 111111 | 100111 | 0 | 101000 | 11011001 | 101110 | 101001 |
Color Harmonies of #395E9A
Complementary color
Monochromatic Colors of #395E9A
Black with #395E9A
Text Example
Text Example
White with #395E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395E9A; }
p { color: rgb(57,94,154); }
H1.HeaderClassName
{
color: #395E9A;
}
.AnyTagClassName
{
color: #395E9A;
}
</style>
background-color css
<style>
a { background-color: #395E9A; }
a { background-color: rgb(57,94,154); }
div.DivClassName
{
background-color: #395E9A;
}
.BgClassName
{
background-color: #395E9A;
}
</style>
border-color css
<style>
span { border-color: #395E9A; }
span { border-color: rgb(57,94,154); }
td.TdClassName
{
border-color: #395E9A;
}
.TagClassName
{
border-color: #395E9A;
}
</style>