Shades of Mariner #385E98
Tints of Mariner #385E98
RGB
CMYK
RGB Variations
Color information
#385E98 (or 0x385E98) is known color: Mariner. HEX triplet: 38, 5E and 98. RGB value is (56,94,152). Sum of RGB (Red+Green+Blue) = 56+94+152=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #385E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385E98 is #C7A167. Grayscale: #585858. Windows color (decimal): -13082984 or 9985592. OLE color: 9985592.
HSL color Cylindrical-coordinate representation of color #385E98: hue angle of 216.25º 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 #385E98 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 94 | 152 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.40 |
| HSL | 216.25º | 0.46% | 0.41% | - |
| HSV(B) | 216.25º | 0.63% | 0.6% | - |
| XYZ | 11.3 | 11.11 | 31.26 | - |
| YUV | 89.25 | 163.41 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 152 | 0.63 | 0.38 | 0 | 0.40 | 216.25 | 0.46 | 0.41 |
| Hex | 38 | 5E | 98 | 3F | 26 | 0 | 28 | D8 | 2E | 29 |
| Octal | 70 | 136 | 230 | 77 | 46 | 0 | 50 | 330 | 56 | 51 |
| Binary | 111000 | 1011110 | 10011000 | 111111 | 100110 | 0 | 101000 | 11011000 | 101110 | 101001 |
Color Harmonies of #385E98
Complementary color
Monochromatic Colors of #385E98
Black with #385E98
Text Example
Text Example
White with #385E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E98; }
p { color: rgb(56,94,152); }
H1.HeaderClassName
{
color: #385E98;
}
.AnyTagClassName
{
color: #385E98;
}
</style>
background-color css
<style>
a { background-color: #385E98; }
a { background-color: rgb(56,94,152); }
div.DivClassName
{
background-color: #385E98;
}
.BgClassName
{
background-color: #385E98;
}
</style>
border-color css
<style>
span { border-color: #385E98; }
span { border-color: rgb(56,94,152); }
td.TdClassName
{
border-color: #385E98;
}
.TagClassName
{
border-color: #385E98;
}
</style>