Shades of Mariner #3850A8
Tints of Mariner #3850A8
RGB
CMYK
RGB Variations
Color information
#3850A8 (or 0x3850A8) is known color: Mariner. HEX triplet: 38, 50 and A8. RGB value is (56,80,168). Sum of RGB (Red+Green+Blue) = 56+80+168=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 168 (66.02% from 255 or 55.26% from 304); Max value from RGB is 168 - color contains mainly: blue. Hex color #3850A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3850A8 is #C7AF57. Grayscale: #525252. Windows color (decimal): -13086552 or 11030584. OLE color: 11030584.
HSL color Cylindrical-coordinate representation of color #3850A8: hue angle of 227.14º 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 #3850A8 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 80 | 168 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.34 |
| HSL | 227.14º | 0.5% | 0.44% | - |
| HSV(B) | 227.14º | 0.67% | 0.66% | - |
| XYZ | 11.57 | 9.41 | 38.25 | - |
| YUV | 82.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 168 | 0.67 | 0.52 | 0 | 0.34 | 227.14 | 0.5 | 0.44 |
| Hex | 38 | 50 | A8 | 43 | 34 | 0 | 22 | E3 | 32 | 2C |
| Octal | 70 | 120 | 250 | 103 | 64 | 0 | 42 | 343 | 62 | 54 |
| Binary | 111000 | 1010000 | 10101000 | 1000011 | 110100 | 0 | 100010 | 11100011 | 110010 | 101100 |
Color Harmonies of #3850A8
Complementary color
Monochromatic Colors of #3850A8
Black with #3850A8
Text Example
Text Example
White with #3850A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3850A8; }
p { color: rgb(56,80,168); }
H1.HeaderClassName
{
color: #3850A8;
}
.AnyTagClassName
{
color: #3850A8;
}
</style>
background-color css
<style>
a { background-color: #3850A8; }
a { background-color: rgb(56,80,168); }
div.DivClassName
{
background-color: #3850A8;
}
.BgClassName
{
background-color: #3850A8;
}
</style>
border-color css
<style>
span { border-color: #3850A8; }
span { border-color: rgb(56,80,168); }
td.TdClassName
{
border-color: #3850A8;
}
.TagClassName
{
border-color: #3850A8;
}
</style>