Shades of Mariner #385AA5
Tints of Mariner #385AA5
RGB
CMYK
RGB Variations
Color information
#385AA5 (or 0x385AA5) is known color: Mariner. HEX triplet: 38, 5A and A5. RGB value is (56,90,165). Sum of RGB (Red+Green+Blue) = 56+90+165=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #385AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385AA5 is #C7A55A. Grayscale: #585858. Windows color (decimal): -13083995 or 10836536. OLE color: 10836536.
HSL color Cylindrical-coordinate representation of color #385AA5: hue angle of 221.28º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #385AA5 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 90 | 165 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.35 |
| HSL | 221.28º | 0.49% | 0.43% | - |
| HSV(B) | 221.28º | 0.66% | 0.65% | - |
| XYZ | 12.08 | 10.87 | 37.06 | - |
| YUV | 88.38 | 171.24 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 165 | 0.66 | 0.45 | 0 | 0.35 | 221.28 | 0.49 | 0.43 |
| Hex | 38 | 5A | A5 | 42 | 2D | 0 | 23 | DD | 31 | 2B |
| Octal | 70 | 132 | 245 | 102 | 55 | 0 | 43 | 335 | 61 | 53 |
| Binary | 111000 | 1011010 | 10100101 | 1000010 | 101101 | 0 | 100011 | 11011101 | 110001 | 101011 |
Color Harmonies of #385AA5
Complementary color
Monochromatic Colors of #385AA5
Black with #385AA5
Text Example
Text Example
White with #385AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385AA5; }
p { color: rgb(56,90,165); }
H1.HeaderClassName
{
color: #385AA5;
}
.AnyTagClassName
{
color: #385AA5;
}
</style>
background-color css
<style>
a { background-color: #385AA5; }
a { background-color: rgb(56,90,165); }
div.DivClassName
{
background-color: #385AA5;
}
.BgClassName
{
background-color: #385AA5;
}
</style>
border-color css
<style>
span { border-color: #385AA5; }
span { border-color: rgb(56,90,165); }
td.TdClassName
{
border-color: #385AA5;
}
.TagClassName
{
border-color: #385AA5;
}
</style>