Shades of Mariner #385DAA
Tints of Mariner #385DAA
RGB
CMYK
RGB Variations
Color information
#385DAA (or 0x385DAA) is known color: Mariner. HEX triplet: 38, 5D and AA. RGB value is (56,93,170). Sum of RGB (Red+Green+Blue) = 56+93+170=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #385DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385DAA is #C7A255. Grayscale: #5A5A5A. Windows color (decimal): -13083222 or 11164984. OLE color: 11164984.
HSL color Cylindrical-coordinate representation of color #385DAA: hue angle of 220.53º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #385DAA is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 93 | 170 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.33 |
| HSL | 220.53º | 0.5% | 0.44% | - |
| HSV(B) | 220.53º | 0.67% | 0.67% | - |
| XYZ | 12.8 | 11.57 | 39.59 | - |
| YUV | 90.72 | 172.74 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 170 | 0.67 | 0.45 | 0 | 0.33 | 220.53 | 0.5 | 0.44 |
| Hex | 38 | 5D | AA | 43 | 2D | 0 | 21 | DD | 32 | 2C |
| Octal | 70 | 135 | 252 | 103 | 55 | 0 | 41 | 335 | 62 | 54 |
| Binary | 111000 | 1011101 | 10101010 | 1000011 | 101101 | 0 | 100001 | 11011101 | 110010 | 101100 |
Color Harmonies of #385DAA
Complementary color
Monochromatic Colors of #385DAA
Black with #385DAA
Text Example
Text Example
White with #385DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DAA; }
p { color: rgb(56,93,170); }
H1.HeaderClassName
{
color: #385DAA;
}
.AnyTagClassName
{
color: #385DAA;
}
</style>
background-color css
<style>
a { background-color: #385DAA; }
a { background-color: rgb(56,93,170); }
div.DivClassName
{
background-color: #385DAA;
}
.BgClassName
{
background-color: #385DAA;
}
</style>
border-color css
<style>
span { border-color: #385DAA; }
span { border-color: rgb(56,93,170); }
td.TdClassName
{
border-color: #385DAA;
}
.TagClassName
{
border-color: #385DAA;
}
</style>