Shades of Mariner #395B9A
Tints of Mariner #395B9A
RGB
CMYK
RGB Variations
Color information
#395B9A (or 0x395B9A) is known color: Mariner. HEX triplet: 39, 5B and 9A. RGB value is (57,91,154). Sum of RGB (Red+Green+Blue) = 57+91+154=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #395B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395B9A is #C6A465. Grayscale: #575757. Windows color (decimal): -13018214 or 10115897. OLE color: 10115897.
HSL color Cylindrical-coordinate representation of color #395B9A: hue angle of 218.97º 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 #395B9A is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 91 | 154 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.40 |
| HSL | 218.97º | 0.46% | 0.41% | - |
| HSV(B) | 218.97º | 0.63% | 0.6% | - |
| XYZ | 11.26 | 10.69 | 32.04 | - |
| YUV | 88.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 154 | 0.63 | 0.41 | 0 | 0.40 | 218.97 | 0.46 | 0.41 |
| Hex | 39 | 5B | 9A | 3F | 29 | 0 | 28 | DB | 2E | 29 |
| Octal | 71 | 133 | 232 | 77 | 51 | 0 | 50 | 333 | 56 | 51 |
| Binary | 111001 | 1011011 | 10011010 | 111111 | 101001 | 0 | 101000 | 11011011 | 101110 | 101001 |
Color Harmonies of #395B9A
Complementary color
Monochromatic Colors of #395B9A
Black with #395B9A
Text Example
Text Example
White with #395B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395B9A; }
p { color: rgb(57,91,154); }
H1.HeaderClassName
{
color: #395B9A;
}
.AnyTagClassName
{
color: #395B9A;
}
</style>
background-color css
<style>
a { background-color: #395B9A; }
a { background-color: rgb(57,91,154); }
div.DivClassName
{
background-color: #395B9A;
}
.BgClassName
{
background-color: #395B9A;
}
</style>
border-color css
<style>
span { border-color: #395B9A; }
span { border-color: rgb(57,91,154); }
td.TdClassName
{
border-color: #395B9A;
}
.TagClassName
{
border-color: #395B9A;
}
</style>