Shades of Mariner #385FAE
Tints of Mariner #385FAE
RGB
CMYK
RGB Variations
Color information
#385FAE (or 0x385FAE) is known color: Mariner. HEX triplet: 38, 5F and AE. RGB value is (56,95,174). Sum of RGB (Red+Green+Blue) = 56+95+174=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #385FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385FAE is #C7A051. Grayscale: #5B5B5B. Windows color (decimal): -13082706 or 11427640. OLE color: 11427640.
HSL color Cylindrical-coordinate representation of color #385FAE: hue angle of 220.17º 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 #385FAE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 95 | 174 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.32 |
| HSL | 220.17º | 0.51% | 0.45% | - |
| HSV(B) | 220.17º | 0.68% | 0.68% | - |
| XYZ | 13.36 | 12.08 | 41.67 | - |
| YUV | 92.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 174 | 0.68 | 0.45 | 0 | 0.32 | 220.17 | 0.51 | 0.45 |
| Hex | 38 | 5F | AE | 44 | 2D | 0 | 20 | DC | 33 | 2D |
| Octal | 70 | 137 | 256 | 104 | 55 | 0 | 40 | 334 | 63 | 55 |
| Binary | 111000 | 1011111 | 10101110 | 1000100 | 101101 | 0 | 100000 | 11011100 | 110011 | 101101 |
Color Harmonies of #385FAE
Complementary color
Monochromatic Colors of #385FAE
Black with #385FAE
Text Example
Text Example
White with #385FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FAE; }
p { color: rgb(56,95,174); }
H1.HeaderClassName
{
color: #385FAE;
}
.AnyTagClassName
{
color: #385FAE;
}
</style>
background-color css
<style>
a { background-color: #385FAE; }
a { background-color: rgb(56,95,174); }
div.DivClassName
{
background-color: #385FAE;
}
.BgClassName
{
background-color: #385FAE;
}
</style>
border-color css
<style>
span { border-color: #385FAE; }
span { border-color: rgb(56,95,174); }
td.TdClassName
{
border-color: #385FAE;
}
.TagClassName
{
border-color: #385FAE;
}
</style>