Shades of Mariner #385BA9
Tints of Mariner #385BA9
RGB
CMYK
RGB Variations
Color information
#385BA9 (or 0x385BA9) is known color: Mariner. HEX triplet: 38, 5B and A9. RGB value is (56,91,169). Sum of RGB (Red+Green+Blue) = 56+91+169=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #385BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385BA9 is #C7A456. Grayscale: #595959. Windows color (decimal): -13083735 or 11098936. OLE color: 11098936.
HSL color Cylindrical-coordinate representation of color #385BA9: hue angle of 221.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #385BA9 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 91 | 169 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.34 |
| HSL | 221.42º | 0.5% | 0.44% | - |
| HSV(B) | 221.42º | 0.67% | 0.66% | - |
| XYZ | 12.53 | 11.19 | 39.03 | - |
| YUV | 89.43 | 172.9 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 169 | 0.67 | 0.46 | 0 | 0.34 | 221.42 | 0.5 | 0.44 |
| Hex | 38 | 5B | A9 | 43 | 2E | 0 | 22 | DD | 32 | 2C |
| Octal | 70 | 133 | 251 | 103 | 56 | 0 | 42 | 335 | 62 | 54 |
| Binary | 111000 | 1011011 | 10101001 | 1000011 | 101110 | 0 | 100010 | 11011101 | 110010 | 101100 |
Color Harmonies of #385BA9
Complementary color
Monochromatic Colors of #385BA9
Black with #385BA9
Text Example
Text Example
White with #385BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385BA9; }
p { color: rgb(56,91,169); }
H1.HeaderClassName
{
color: #385BA9;
}
.AnyTagClassName
{
color: #385BA9;
}
</style>
background-color css
<style>
a { background-color: #385BA9; }
a { background-color: rgb(56,91,169); }
div.DivClassName
{
background-color: #385BA9;
}
.BgClassName
{
background-color: #385BA9;
}
</style>
border-color css
<style>
span { border-color: #385BA9; }
span { border-color: rgb(56,91,169); }
td.TdClassName
{
border-color: #385BA9;
}
.TagClassName
{
border-color: #385BA9;
}
</style>