Shades of Mariner #385DAF
Tints of Mariner #385DAF
RGB
CMYK
RGB Variations
Color information
#385DAF (or 0x385DAF) is known color: Mariner. HEX triplet: 38, 5D and AF. RGB value is (56,93,175). Sum of RGB (Red+Green+Blue) = 56+93+175=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #385DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385DAF is #C7A250. Grayscale: #5A5A5A. Windows color (decimal): -13083217 or 11492664. OLE color: 11492664.
HSL color Cylindrical-coordinate representation of color #385DAF: hue angle of 221.34º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #385DAF is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 93 | 175 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.31 |
| HSL | 221.34º | 0.52% | 0.45% | - |
| HSV(B) | 221.34º | 0.68% | 0.69% | - |
| XYZ | 13.28 | 11.76 | 42.13 | - |
| YUV | 91.29 | 175.24 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 175 | 0.68 | 0.47 | 0 | 0.31 | 221.34 | 0.52 | 0.45 |
| Hex | 38 | 5D | AF | 44 | 2F | 0 | 1F | DD | 34 | 2D |
| Octal | 70 | 135 | 257 | 104 | 57 | 0 | 37 | 335 | 64 | 55 |
| Binary | 111000 | 1011101 | 10101111 | 1000100 | 101111 | 0 | 11111 | 11011101 | 110100 | 101101 |
Color Harmonies of #385DAF
Complementary color
Monochromatic Colors of #385DAF
Black with #385DAF
Text Example
Text Example
White with #385DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DAF; }
p { color: rgb(56,93,175); }
H1.HeaderClassName
{
color: #385DAF;
}
.AnyTagClassName
{
color: #385DAF;
}
</style>
background-color css
<style>
a { background-color: #385DAF; }
a { background-color: rgb(56,93,175); }
div.DivClassName
{
background-color: #385DAF;
}
.BgClassName
{
background-color: #385DAF;
}
</style>
border-color css
<style>
span { border-color: #385DAF; }
span { border-color: rgb(56,93,175); }
td.TdClassName
{
border-color: #385DAF;
}
.TagClassName
{
border-color: #385DAF;
}
</style>