Shades of Mariner #385AA6
Tints of Mariner #385AA6
RGB
CMYK
RGB Variations
Color information
#385AA6 (or 0x385AA6) is known color: Mariner. HEX triplet: 38, 5A and A6. RGB value is (56,90,166). Sum of RGB (Red+Green+Blue) = 56+90+166=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 166 (65.23% from 255 or 53.21% from 312); Max value from RGB is 166 - color contains mainly: blue. Hex color #385AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385AA6 is #C7A559. Grayscale: #585858. Windows color (decimal): -13083994 or 10902072. OLE color: 10902072.
HSL color Cylindrical-coordinate representation of color #385AA6: hue angle of 221.45º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #385AA6 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 90 | 166 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.35 |
| HSL | 221.45º | 0.5% | 0.44% | - |
| HSV(B) | 221.45º | 0.66% | 0.65% | - |
| XYZ | 12.17 | 10.91 | 37.54 | - |
| YUV | 88.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 166 | 0.66 | 0.46 | 0 | 0.35 | 221.45 | 0.5 | 0.44 |
| Hex | 38 | 5A | A6 | 42 | 2E | 0 | 23 | DD | 32 | 2C |
| Octal | 70 | 132 | 246 | 102 | 56 | 0 | 43 | 335 | 62 | 54 |
| Binary | 111000 | 1011010 | 10100110 | 1000010 | 101110 | 0 | 100011 | 11011101 | 110010 | 101100 |
Color Harmonies of #385AA6
Complementary color
Monochromatic Colors of #385AA6
Black with #385AA6
Text Example
Text Example
White with #385AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385AA6; }
p { color: rgb(56,90,166); }
H1.HeaderClassName
{
color: #385AA6;
}
.AnyTagClassName
{
color: #385AA6;
}
</style>
background-color css
<style>
a { background-color: #385AA6; }
a { background-color: rgb(56,90,166); }
div.DivClassName
{
background-color: #385AA6;
}
.BgClassName
{
background-color: #385AA6;
}
</style>
border-color css
<style>
span { border-color: #385AA6; }
span { border-color: rgb(56,90,166); }
td.TdClassName
{
border-color: #385AA6;
}
.TagClassName
{
border-color: #385AA6;
}
</style>