Shades of Mariner #385EAD
Tints of Mariner #385EAD
RGB
CMYK
RGB Variations
Color information
#385EAD (or 0x385EAD) is known color: Mariner. HEX triplet: 38, 5E and AD. RGB value is (56,94,173). Sum of RGB (Red+Green+Blue) = 56+94+173=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #385EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385EAD is #C7A152. Grayscale: #5B5B5B. Windows color (decimal): -13082963 or 11361848. OLE color: 11361848.
HSL color Cylindrical-coordinate representation of color #385EAD: hue angle of 220.51º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #385EAD is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 94 | 173 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.32 |
| HSL | 220.51º | 0.51% | 0.45% | - |
| HSV(B) | 220.51º | 0.68% | 0.68% | - |
| XYZ | 13.18 | 11.86 | 41.13 | - |
| YUV | 91.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 173 | 0.68 | 0.46 | 0 | 0.32 | 220.51 | 0.51 | 0.45 |
| Hex | 38 | 5E | AD | 44 | 2E | 0 | 20 | DD | 33 | 2D |
| Octal | 70 | 136 | 255 | 104 | 56 | 0 | 40 | 335 | 63 | 55 |
| Binary | 111000 | 1011110 | 10101101 | 1000100 | 101110 | 0 | 100000 | 11011101 | 110011 | 101101 |
Color Harmonies of #385EAD
Complementary color
Monochromatic Colors of #385EAD
Black with #385EAD
Text Example
Text Example
White with #385EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385EAD; }
p { color: rgb(56,94,173); }
H1.HeaderClassName
{
color: #385EAD;
}
.AnyTagClassName
{
color: #385EAD;
}
</style>
background-color css
<style>
a { background-color: #385EAD; }
a { background-color: rgb(56,94,173); }
div.DivClassName
{
background-color: #385EAD;
}
.BgClassName
{
background-color: #385EAD;
}
</style>
border-color css
<style>
span { border-color: #385EAD; }
span { border-color: rgb(56,94,173); }
td.TdClassName
{
border-color: #385EAD;
}
.TagClassName
{
border-color: #385EAD;
}
</style>