Shades of Mariner #385BAB
Tints of Mariner #385BAB
RGB
CMYK
RGB Variations
Color information
#385BAB (or 0x385BAB) is known color: Mariner. HEX triplet: 38, 5B and AB. RGB value is (56,91,171). Sum of RGB (Red+Green+Blue) = 56+91+171=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #385BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385BAB is #C7A454. Grayscale: #595959. Windows color (decimal): -13083733 or 11230008. OLE color: 11230008.
HSL color Cylindrical-coordinate representation of color #385BAB: hue angle of 221.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #385BAB is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 91 | 171 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.33 |
| HSL | 221.74º | 0.51% | 0.45% | - |
| HSV(B) | 221.74º | 0.67% | 0.67% | - |
| XYZ | 12.72 | 11.26 | 40.03 | - |
| YUV | 89.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 171 | 0.67 | 0.47 | 0 | 0.33 | 221.74 | 0.51 | 0.45 |
| Hex | 38 | 5B | AB | 43 | 2F | 0 | 21 | DE | 33 | 2D |
| Octal | 70 | 133 | 253 | 103 | 57 | 0 | 41 | 336 | 63 | 55 |
| Binary | 111000 | 1011011 | 10101011 | 1000011 | 101111 | 0 | 100001 | 11011110 | 110011 | 101101 |
Color Harmonies of #385BAB
Complementary color
Monochromatic Colors of #385BAB
Black with #385BAB
Text Example
Text Example
White with #385BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BAB; }
p { color: rgb(56,91,171); }
H1.HeaderClassName
{
color: #385BAB;
}
.AnyTagClassName
{
color: #385BAB;
}
</style>
background-color css
<style>
a { background-color: #385BAB; }
a { background-color: rgb(56,91,171); }
div.DivClassName
{
background-color: #385BAB;
}
.BgClassName
{
background-color: #385BAB;
}
</style>
border-color css
<style>
span { border-color: #385BAB; }
span { border-color: rgb(56,91,171); }
td.TdClassName
{
border-color: #385BAB;
}
.TagClassName
{
border-color: #385BAB;
}
</style>