Shades of Mariner #3C54AD
Tints of Mariner #3C54AD
RGB
CMYK
RGB Variations
Color information
#3C54AD (or 0x3C54AD) is known color: Mariner. HEX triplet: 3C, 54 and AD. RGB value is (60,84,173). Sum of RGB (Red+Green+Blue) = 60+84+173=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C54AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C54AD is #C3AB52. Grayscale: #565656. Windows color (decimal): -12823379 or 11359292. OLE color: 11359292.
HSL color Cylindrical-coordinate representation of color #3C54AD: hue angle of 227.26º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C54AD is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 84 | 173 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.32 |
| HSL | 227.26º | 0.48% | 0.46% | - |
| HSV(B) | 227.26º | 0.65% | 0.68% | - |
| XYZ | 12.58 | 10.32 | 40.86 | - |
| YUV | 86.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 173 | 0.65 | 0.51 | 0 | 0.32 | 227.26 | 0.48 | 0.46 |
| Hex | 3C | 54 | AD | 41 | 33 | 0 | 20 | E3 | 30 | 2E |
| Octal | 74 | 124 | 255 | 101 | 63 | 0 | 40 | 343 | 60 | 56 |
| Binary | 111100 | 1010100 | 10101101 | 1000001 | 110011 | 0 | 100000 | 11100011 | 110000 | 101110 |
Color Harmonies of #3C54AD
Complementary color
Monochromatic Colors of #3C54AD
Black with #3C54AD
Text Example
Text Example
White with #3C54AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C54AD; }
p { color: rgb(60,84,173); }
H1.HeaderClassName
{
color: #3C54AD;
}
.AnyTagClassName
{
color: #3C54AD;
}
</style>
background-color css
<style>
a { background-color: #3C54AD; }
a { background-color: rgb(60,84,173); }
div.DivClassName
{
background-color: #3C54AD;
}
.BgClassName
{
background-color: #3C54AD;
}
</style>
border-color css
<style>
span { border-color: #3C54AD; }
span { border-color: rgb(60,84,173); }
td.TdClassName
{
border-color: #3C54AD;
}
.TagClassName
{
border-color: #3C54AD;
}
</style>