Shades of Mariner #385F9B
Tints of Mariner #385F9B
RGB
CMYK
RGB Variations
Color information
#385F9B (or 0x385F9B) is known color: Mariner. HEX triplet: 38, 5F and 9B. RGB value is (56,95,155). Sum of RGB (Red+Green+Blue) = 56+95+155=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #385F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385F9B is #C7A064. Grayscale: #595959. Windows color (decimal): -13082725 or 10182456. OLE color: 10182456.
HSL color Cylindrical-coordinate representation of color #385F9B: hue angle of 216.36º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #385F9B is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 95 | 155 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.39 |
| HSL | 216.36º | 0.47% | 0.41% | - |
| HSV(B) | 216.36º | 0.64% | 0.61% | - |
| XYZ | 11.64 | 11.39 | 32.6 | - |
| YUV | 90.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 155 | 0.64 | 0.39 | 0 | 0.39 | 216.36 | 0.47 | 0.41 |
| Hex | 38 | 5F | 9B | 40 | 27 | 0 | 27 | D8 | 2F | 29 |
| Octal | 70 | 137 | 233 | 100 | 47 | 0 | 47 | 330 | 57 | 51 |
| Binary | 111000 | 1011111 | 10011011 | 1000000 | 100111 | 0 | 100111 | 11011000 | 101111 | 101001 |
Color Harmonies of #385F9B
Complementary color
Monochromatic Colors of #385F9B
Black with #385F9B
Text Example
Text Example
White with #385F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F9B; }
p { color: rgb(56,95,155); }
H1.HeaderClassName
{
color: #385F9B;
}
.AnyTagClassName
{
color: #385F9B;
}
</style>
background-color css
<style>
a { background-color: #385F9B; }
a { background-color: rgb(56,95,155); }
div.DivClassName
{
background-color: #385F9B;
}
.BgClassName
{
background-color: #385F9B;
}
</style>
border-color css
<style>
span { border-color: #385F9B; }
span { border-color: rgb(56,95,155); }
td.TdClassName
{
border-color: #385F9B;
}
.TagClassName
{
border-color: #385F9B;
}
</style>