Shades of Mariner #385F93
Tints of Mariner #385F93
RGB
CMYK
RGB Variations
Color information
#385F93 (or 0x385F93) is known color: Mariner. HEX triplet: 38, 5F and 93. RGB value is (56,95,147). Sum of RGB (Red+Green+Blue) = 56+95+147=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #385F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F93 is #C7A06C. Grayscale: #595959. Windows color (decimal): -13082733 or 9658168. OLE color: 9658168.
HSL color Cylindrical-coordinate representation of color #385F93: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385F93 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 95 | 147 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.42 |
| HSL | 214.29º | 0.45% | 0.4% | - |
| HSV(B) | 214.29º | 0.62% | 0.58% | - |
| XYZ | 10.99 | 11.13 | 29.17 | - |
| YUV | 89.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 147 | 0.62 | 0.35 | 0 | 0.42 | 214.29 | 0.45 | 0.4 |
| Hex | 38 | 5F | 93 | 3E | 23 | 0 | 2A | D6 | 2D | 28 |
| Octal | 70 | 137 | 223 | 76 | 43 | 0 | 52 | 326 | 55 | 50 |
| Binary | 111000 | 1011111 | 10010011 | 111110 | 100011 | 0 | 101010 | 11010110 | 101101 | 101000 |
Color Harmonies of #385F93
Complementary color
Monochromatic Colors of #385F93
Black with #385F93
Text Example
Text Example
White with #385F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F93; }
p { color: rgb(56,95,147); }
H1.HeaderClassName
{
color: #385F93;
}
.AnyTagClassName
{
color: #385F93;
}
</style>
background-color css
<style>
a { background-color: #385F93; }
a { background-color: rgb(56,95,147); }
div.DivClassName
{
background-color: #385F93;
}
.BgClassName
{
background-color: #385F93;
}
</style>
border-color css
<style>
span { border-color: #385F93; }
span { border-color: rgb(56,95,147); }
td.TdClassName
{
border-color: #385F93;
}
.TagClassName
{
border-color: #385F93;
}
</style>