Shades of Mariner #385F92
Tints of Mariner #385F92
RGB
CMYK
RGB Variations
Color information
#385F92 (or 0x385F92) is known color: Mariner. HEX triplet: 38, 5F and 92. RGB value is (56,95,146). Sum of RGB (Red+Green+Blue) = 56+95+146=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #385F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F92 is #C7A06D. Grayscale: #585858. Windows color (decimal): -13082734 or 9592632. OLE color: 9592632.
HSL color Cylindrical-coordinate representation of color #385F92: hue angle of 214º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385F92 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 95 | 146 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.43 |
| HSL | 214º | 0.45% | 0.4% | - |
| HSV(B) | 214º | 0.62% | 0.57% | - |
| XYZ | 10.91 | 11.1 | 28.76 | - |
| YUV | 89.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 146 | 0.62 | 0.35 | 0 | 0.43 | 214 | 0.45 | 0.4 |
| Hex | 38 | 5F | 92 | 3E | 23 | 0 | 2B | D6 | 2D | 28 |
| Octal | 70 | 137 | 222 | 76 | 43 | 0 | 53 | 326 | 55 | 50 |
| Binary | 111000 | 1011111 | 10010010 | 111110 | 100011 | 0 | 101011 | 11010110 | 101101 | 101000 |
Color Harmonies of #385F92
Complementary color
Monochromatic Colors of #385F92
Black with #385F92
Text Example
Text Example
White with #385F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F92; }
p { color: rgb(56,95,146); }
H1.HeaderClassName
{
color: #385F92;
}
.AnyTagClassName
{
color: #385F92;
}
</style>
background-color css
<style>
a { background-color: #385F92; }
a { background-color: rgb(56,95,146); }
div.DivClassName
{
background-color: #385F92;
}
.BgClassName
{
background-color: #385F92;
}
</style>
border-color css
<style>
span { border-color: #385F92; }
span { border-color: rgb(56,95,146); }
td.TdClassName
{
border-color: #385F92;
}
.TagClassName
{
border-color: #385F92;
}
</style>