Shades of Mariner #385FAD
Tints of Mariner #385FAD
RGB
CMYK
RGB Variations
Color information
#385FAD (or 0x385FAD) is known color: Mariner. HEX triplet: 38, 5F and AD. RGB value is (56,95,173). Sum of RGB (Red+Green+Blue) = 56+95+173=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #385FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385FAD is #C7A052. Grayscale: #5B5B5B. Windows color (decimal): -13082707 or 11362104. OLE color: 11362104.
HSL color Cylindrical-coordinate representation of color #385FAD: hue angle of 220º 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 #385FAD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 95 | 173 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.32 |
| HSL | 220º | 0.51% | 0.45% | - |
| HSV(B) | 220º | 0.68% | 0.68% | - |
| XYZ | 13.27 | 12.04 | 41.16 | - |
| YUV | 92.23 | 173.58 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 173 | 0.68 | 0.45 | 0 | 0.32 | 220 | 0.51 | 0.45 |
| Hex | 38 | 5F | AD | 44 | 2D | 0 | 20 | DC | 33 | 2D |
| Octal | 70 | 137 | 255 | 104 | 55 | 0 | 40 | 334 | 63 | 55 |
| Binary | 111000 | 1011111 | 10101101 | 1000100 | 101101 | 0 | 100000 | 11011100 | 110011 | 101101 |
Color Harmonies of #385FAD
Complementary color
Monochromatic Colors of #385FAD
Black with #385FAD
Text Example
Text Example
White with #385FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FAD; }
p { color: rgb(56,95,173); }
H1.HeaderClassName
{
color: #385FAD;
}
.AnyTagClassName
{
color: #385FAD;
}
</style>
background-color css
<style>
a { background-color: #385FAD; }
a { background-color: rgb(56,95,173); }
div.DivClassName
{
background-color: #385FAD;
}
.BgClassName
{
background-color: #385FAD;
}
</style>
border-color css
<style>
span { border-color: #385FAD; }
span { border-color: rgb(56,95,173); }
td.TdClassName
{
border-color: #385FAD;
}
.TagClassName
{
border-color: #385FAD;
}
</style>