Shades of Mariner #3C519F
Tints of Mariner #3C519F
RGB
CMYK
RGB Variations
Color information
#3C519F (or 0x3C519F) is known color: Mariner. HEX triplet: 3C, 51 and 9F. RGB value is (60,81,159). Sum of RGB (Red+Green+Blue) = 60+81+159=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C519F is #C3AE60. Grayscale: #535353. Windows color (decimal): -12824161 or 10441020. OLE color: 10441020.
HSL color Cylindrical-coordinate representation of color #3C519F: hue angle of 227.27º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C519F is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 81 | 159 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.38 |
| HSL | 227.27º | 0.45% | 0.43% | - |
| HSV(B) | 227.27º | 0.62% | 0.62% | - |
| XYZ | 11.06 | 9.35 | 34.02 | - |
| YUV | 83.61 | 170.54 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 159 | 0.62 | 0.49 | 0 | 0.38 | 227.27 | 0.45 | 0.43 |
| Hex | 3C | 51 | 9F | 3E | 31 | 0 | 26 | E3 | 2D | 2B |
| Octal | 74 | 121 | 237 | 76 | 61 | 0 | 46 | 343 | 55 | 53 |
| Binary | 111100 | 1010001 | 10011111 | 111110 | 110001 | 0 | 100110 | 11100011 | 101101 | 101011 |
Color Harmonies of #3C519F
Complementary color
Monochromatic Colors of #3C519F
Black with #3C519F
Text Example
Text Example
White with #3C519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C519F; }
p { color: rgb(60,81,159); }
H1.HeaderClassName
{
color: #3C519F;
}
.AnyTagClassName
{
color: #3C519F;
}
</style>
background-color css
<style>
a { background-color: #3C519F; }
a { background-color: rgb(60,81,159); }
div.DivClassName
{
background-color: #3C519F;
}
.BgClassName
{
background-color: #3C519F;
}
</style>
border-color css
<style>
span { border-color: #3C519F; }
span { border-color: rgb(60,81,159); }
td.TdClassName
{
border-color: #3C519F;
}
.TagClassName
{
border-color: #3C519F;
}
</style>