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