Shades of Mariner #385D99
Tints of Mariner #385D99
RGB
CMYK
RGB Variations
Color information
#385D99 (or 0x385D99) is known color: Mariner. HEX triplet: 38, 5D and 99. RGB value is (56,93,153). Sum of RGB (Red+Green+Blue) = 56+93+153=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #385D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D99 is #C7A266. Grayscale: #585858. Windows color (decimal): -13083239 or 10050872. OLE color: 10050872.
HSL color Cylindrical-coordinate representation of color #385D99: 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 #385D99 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 93 | 153 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.4 |
| HSL | 217.11º | 0.46% | 0.41% | - |
| HSV(B) | 217.11º | 0.63% | 0.6% | - |
| XYZ | 11.3 | 10.97 | 31.66 | - |
| YUV | 88.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 153 | 0.63 | 0.39 | 0 | 0.4 | 217.11 | 0.46 | 0.41 |
| Hex | 38 | 5D | 99 | 3F | 27 | 0 | 28 | D9 | 2E | 29 |
| Octal | 70 | 135 | 231 | 77 | 47 | 0 | 50 | 331 | 56 | 51 |
| Binary | 111000 | 1011101 | 10011001 | 111111 | 100111 | 0 | 101000 | 11011001 | 101110 | 101001 |
Color Harmonies of #385D99
Complementary color
Monochromatic Colors of #385D99
Black with #385D99
Text Example
Text Example
White with #385D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D99; }
p { color: rgb(56,93,153); }
H1.HeaderClassName
{
color: #385D99;
}
.AnyTagClassName
{
color: #385D99;
}
</style>
background-color css
<style>
a { background-color: #385D99; }
a { background-color: rgb(56,93,153); }
div.DivClassName
{
background-color: #385D99;
}
.BgClassName
{
background-color: #385D99;
}
</style>
border-color css
<style>
span { border-color: #385D99; }
span { border-color: rgb(56,93,153); }
td.TdClassName
{
border-color: #385D99;
}
.TagClassName
{
border-color: #385D99;
}
</style>