Shades of Mariner #385FAC
Tints of Mariner #385FAC
RGB
CMYK
RGB Variations
Color information
#385FAC (or 0x385FAC) is known color: Mariner. HEX triplet: 38, 5F and AC. RGB value is (56,95,172). Sum of RGB (Red+Green+Blue) = 56+95+172=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #385FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385FAC is #C7A053. Grayscale: #5B5B5B. Windows color (decimal): -13082708 or 11296568. OLE color: 11296568.
HSL color Cylindrical-coordinate representation of color #385FAC: hue angle of 219.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #385FAC is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 95 | 172 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.33 |
| HSL | 219.83º | 0.51% | 0.45% | - |
| HSV(B) | 219.83º | 0.67% | 0.67% | - |
| XYZ | 13.17 | 12 | 40.65 | - |
| YUV | 92.12 | 173.08 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 172 | 0.67 | 0.45 | 0 | 0.33 | 219.83 | 0.51 | 0.45 |
| Hex | 38 | 5F | AC | 43 | 2D | 0 | 21 | DC | 33 | 2D |
| Octal | 70 | 137 | 254 | 103 | 55 | 0 | 41 | 334 | 63 | 55 |
| Binary | 111000 | 1011111 | 10101100 | 1000011 | 101101 | 0 | 100001 | 11011100 | 110011 | 101101 |
Color Harmonies of #385FAC
Complementary color
Monochromatic Colors of #385FAC
Black with #385FAC
Text Example
Text Example
White with #385FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FAC; }
p { color: rgb(56,95,172); }
H1.HeaderClassName
{
color: #385FAC;
}
.AnyTagClassName
{
color: #385FAC;
}
</style>
background-color css
<style>
a { background-color: #385FAC; }
a { background-color: rgb(56,95,172); }
div.DivClassName
{
background-color: #385FAC;
}
.BgClassName
{
background-color: #385FAC;
}
</style>
border-color css
<style>
span { border-color: #385FAC; }
span { border-color: rgb(56,95,172); }
td.TdClassName
{
border-color: #385FAC;
}
.TagClassName
{
border-color: #385FAC;
}
</style>