Shades of Mariner #385AAF
Tints of Mariner #385AAF
RGB
CMYK
RGB Variations
Color information
#385AAF (or 0x385AAF) is known color: Mariner. HEX triplet: 38, 5A and AF. RGB value is (56,90,175). Sum of RGB (Red+Green+Blue) = 56+90+175=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #385AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385AAF is #C7A550. Grayscale: #595959. Windows color (decimal): -13083985 or 11491896. OLE color: 11491896.
HSL color Cylindrical-coordinate representation of color #385AAF: hue angle of 222.86º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #385AAF is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 90 | 175 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.31 |
| HSL | 222.86º | 0.52% | 0.45% | - |
| HSV(B) | 222.86º | 0.68% | 0.69% | - |
| XYZ | 13.02 | 11.25 | 42.04 | - |
| YUV | 89.52 | 176.24 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 175 | 0.68 | 0.49 | 0 | 0.31 | 222.86 | 0.52 | 0.45 |
| Hex | 38 | 5A | AF | 44 | 31 | 0 | 1F | DF | 34 | 2D |
| Octal | 70 | 132 | 257 | 104 | 61 | 0 | 37 | 337 | 64 | 55 |
| Binary | 111000 | 1011010 | 10101111 | 1000100 | 110001 | 0 | 11111 | 11011111 | 110100 | 101101 |
Color Harmonies of #385AAF
Complementary color
Monochromatic Colors of #385AAF
Black with #385AAF
Text Example
Text Example
White with #385AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385AAF; }
p { color: rgb(56,90,175); }
H1.HeaderClassName
{
color: #385AAF;
}
.AnyTagClassName
{
color: #385AAF;
}
</style>
background-color css
<style>
a { background-color: #385AAF; }
a { background-color: rgb(56,90,175); }
div.DivClassName
{
background-color: #385AAF;
}
.BgClassName
{
background-color: #385AAF;
}
</style>
border-color css
<style>
span { border-color: #385AAF; }
span { border-color: rgb(56,90,175); }
td.TdClassName
{
border-color: #385AAF;
}
.TagClassName
{
border-color: #385AAF;
}
</style>