Shades of Mariner #3C54AB
Tints of Mariner #3C54AB
RGB
CMYK
RGB Variations
Color information
#3C54AB (or 0x3C54AB) is known color: Mariner. HEX triplet: 3C, 54 and AB. RGB value is (60,84,171). Sum of RGB (Red+Green+Blue) = 60+84+171=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C54AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C54AB is #C3AB54. Grayscale: #565656. Windows color (decimal): -12823381 or 11228220. OLE color: 11228220.
HSL color Cylindrical-coordinate representation of color #3C54AB: hue angle of 227.03º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C54AB is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 84 | 171 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.33 |
| HSL | 227.03º | 0.48% | 0.45% | - |
| HSV(B) | 227.03º | 0.65% | 0.67% | - |
| XYZ | 12.38 | 10.24 | 39.85 | - |
| YUV | 86.74 | 175.55 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 171 | 0.65 | 0.51 | 0 | 0.33 | 227.03 | 0.48 | 0.45 |
| Hex | 3C | 54 | AB | 41 | 33 | 0 | 21 | E3 | 30 | 2D |
| Octal | 74 | 124 | 253 | 101 | 63 | 0 | 41 | 343 | 60 | 55 |
| Binary | 111100 | 1010100 | 10101011 | 1000001 | 110011 | 0 | 100001 | 11100011 | 110000 | 101101 |
Color Harmonies of #3C54AB
Complementary color
Monochromatic Colors of #3C54AB
Black with #3C54AB
Text Example
Text Example
White with #3C54AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C54AB; }
p { color: rgb(60,84,171); }
H1.HeaderClassName
{
color: #3C54AB;
}
.AnyTagClassName
{
color: #3C54AB;
}
</style>
background-color css
<style>
a { background-color: #3C54AB; }
a { background-color: rgb(60,84,171); }
div.DivClassName
{
background-color: #3C54AB;
}
.BgClassName
{
background-color: #3C54AB;
}
</style>
border-color css
<style>
span { border-color: #3C54AB; }
span { border-color: rgb(60,84,171); }
td.TdClassName
{
border-color: #3C54AB;
}
.TagClassName
{
border-color: #3C54AB;
}
</style>