Shades of Mariner #385BA6
Tints of Mariner #385BA6
RGB
CMYK
RGB Variations
Color information
#385BA6 (or 0x385BA6) is known color: Mariner. HEX triplet: 38, 5B and A6. RGB value is (56,91,166). Sum of RGB (Red+Green+Blue) = 56+91+166=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #385BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385BA6 is #C7A459. Grayscale: #585858. Windows color (decimal): -13083738 or 10902328. OLE color: 10902328.
HSL color Cylindrical-coordinate representation of color #385BA6: hue angle of 220.91º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #385BA6 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 91 | 166 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.35 |
| HSL | 220.91º | 0.5% | 0.44% | - |
| HSV(B) | 220.91º | 0.66% | 0.65% | - |
| XYZ | 12.25 | 11.08 | 37.57 | - |
| YUV | 89.09 | 171.4 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 166 | 0.66 | 0.45 | 0 | 0.35 | 220.91 | 0.5 | 0.44 |
| Hex | 38 | 5B | A6 | 42 | 2D | 0 | 23 | DD | 32 | 2C |
| Octal | 70 | 133 | 246 | 102 | 55 | 0 | 43 | 335 | 62 | 54 |
| Binary | 111000 | 1011011 | 10100110 | 1000010 | 101101 | 0 | 100011 | 11011101 | 110010 | 101100 |
Color Harmonies of #385BA6
Complementary color
Monochromatic Colors of #385BA6
Black with #385BA6
Text Example
Text Example
White with #385BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BA6; }
p { color: rgb(56,91,166); }
H1.HeaderClassName
{
color: #385BA6;
}
.AnyTagClassName
{
color: #385BA6;
}
</style>
background-color css
<style>
a { background-color: #385BA6; }
a { background-color: rgb(56,91,166); }
div.DivClassName
{
background-color: #385BA6;
}
.BgClassName
{
background-color: #385BA6;
}
</style>
border-color css
<style>
span { border-color: #385BA6; }
span { border-color: rgb(56,91,166); }
td.TdClassName
{
border-color: #385BA6;
}
.TagClassName
{
border-color: #385BA6;
}
</style>