Shades of Mariner #385FA1
Tints of Mariner #385FA1
RGB
CMYK
RGB Variations
Color information
#385FA1 (or 0x385FA1) is known color: Mariner. HEX triplet: 38, 5F and A1. RGB value is (56,95,161). Sum of RGB (Red+Green+Blue) = 56+95+161=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 161 (63.28% from 255 or 51.60% from 312); Max value from RGB is 161 - color contains mainly: blue. Hex color #385FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385FA1 is #C7A05E. Grayscale: #5A5A5A. Windows color (decimal): -13082719 or 10575672. OLE color: 10575672.
HSL color Cylindrical-coordinate representation of color #385FA1: hue angle of 217.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #385FA1 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 95 | 161 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.37 |
| HSL | 217.71º | 0.48% | 0.43% | - |
| HSV(B) | 217.71º | 0.65% | 0.63% | - |
| XYZ | 12.16 | 11.6 | 35.32 | - |
| YUV | 90.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 161 | 0.65 | 0.41 | 0 | 0.37 | 217.71 | 0.48 | 0.43 |
| Hex | 38 | 5F | A1 | 41 | 29 | 0 | 25 | DA | 30 | 2B |
| Octal | 70 | 137 | 241 | 101 | 51 | 0 | 45 | 332 | 60 | 53 |
| Binary | 111000 | 1011111 | 10100001 | 1000001 | 101001 | 0 | 100101 | 11011010 | 110000 | 101011 |
Color Harmonies of #385FA1
Complementary color
Monochromatic Colors of #385FA1
Black with #385FA1
Text Example
Text Example
White with #385FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FA1; }
p { color: rgb(56,95,161); }
H1.HeaderClassName
{
color: #385FA1;
}
.AnyTagClassName
{
color: #385FA1;
}
</style>
background-color css
<style>
a { background-color: #385FA1; }
a { background-color: rgb(56,95,161); }
div.DivClassName
{
background-color: #385FA1;
}
.BgClassName
{
background-color: #385FA1;
}
</style>
border-color css
<style>
span { border-color: #385FA1; }
span { border-color: rgb(56,95,161); }
td.TdClassName
{
border-color: #385FA1;
}
.TagClassName
{
border-color: #385FA1;
}
</style>