Shades of Mariner #385E99
Tints of Mariner #385E99
RGB
CMYK
RGB Variations
Color information
#385E99 (or 0x385E99) is known color: Mariner. HEX triplet: 38, 5E and 99. RGB value is (56,94,153). Sum of RGB (Red+Green+Blue) = 56+94+153=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #385E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385E99 is #C7A166. Grayscale: #595959. Windows color (decimal): -13082983 or 10051128. OLE color: 10051128.
HSL color Cylindrical-coordinate representation of color #385E99: hue angle of 216.49º 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 #385E99 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 94 | 153 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.4 |
| HSL | 216.49º | 0.46% | 0.41% | - |
| HSV(B) | 216.49º | 0.63% | 0.6% | - |
| XYZ | 11.38 | 11.15 | 31.69 | - |
| YUV | 89.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 153 | 0.63 | 0.39 | 0 | 0.4 | 216.49 | 0.46 | 0.41 |
| Hex | 38 | 5E | 99 | 3F | 27 | 0 | 28 | D8 | 2E | 29 |
| Octal | 70 | 136 | 231 | 77 | 47 | 0 | 50 | 330 | 56 | 51 |
| Binary | 111000 | 1011110 | 10011001 | 111111 | 100111 | 0 | 101000 | 11011000 | 101110 | 101001 |
Color Harmonies of #385E99
Complementary color
Monochromatic Colors of #385E99
Black with #385E99
Text Example
Text Example
White with #385E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E99; }
p { color: rgb(56,94,153); }
H1.HeaderClassName
{
color: #385E99;
}
.AnyTagClassName
{
color: #385E99;
}
</style>
background-color css
<style>
a { background-color: #385E99; }
a { background-color: rgb(56,94,153); }
div.DivClassName
{
background-color: #385E99;
}
.BgClassName
{
background-color: #385E99;
}
</style>
border-color css
<style>
span { border-color: #385E99; }
span { border-color: rgb(56,94,153); }
td.TdClassName
{
border-color: #385E99;
}
.TagClassName
{
border-color: #385E99;
}
</style>