Shades of Mariner #3C54AA
Tints of Mariner #3C54AA
RGB
CMYK
RGB Variations
Color information
#3C54AA (or 0x3C54AA) is known color: Mariner. HEX triplet: 3C, 54 and AA. RGB value is (60,84,170). Sum of RGB (Red+Green+Blue) = 60+84+170=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C54AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C54AA is #C3AB55. Grayscale: #565656. Windows color (decimal): -12823382 or 11162684. OLE color: 11162684.
HSL color Cylindrical-coordinate representation of color #3C54AA: hue angle of 226.91º 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 #3C54AA is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 84 | 170 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.33 |
| HSL | 226.91º | 0.48% | 0.45% | - |
| HSV(B) | 226.91º | 0.65% | 0.67% | - |
| XYZ | 12.29 | 10.2 | 39.35 | - |
| YUV | 86.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 170 | 0.65 | 0.51 | 0 | 0.33 | 226.91 | 0.48 | 0.45 |
| Hex | 3C | 54 | AA | 41 | 33 | 0 | 21 | E3 | 30 | 2D |
| Octal | 74 | 124 | 252 | 101 | 63 | 0 | 41 | 343 | 60 | 55 |
| Binary | 111100 | 1010100 | 10101010 | 1000001 | 110011 | 0 | 100001 | 11100011 | 110000 | 101101 |
Color Harmonies of #3C54AA
Complementary color
Monochromatic Colors of #3C54AA
Black with #3C54AA
Text Example
Text Example
White with #3C54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C54AA; }
p { color: rgb(60,84,170); }
H1.HeaderClassName
{
color: #3C54AA;
}
.AnyTagClassName
{
color: #3C54AA;
}
</style>
background-color css
<style>
a { background-color: #3C54AA; }
a { background-color: rgb(60,84,170); }
div.DivClassName
{
background-color: #3C54AA;
}
.BgClassName
{
background-color: #3C54AA;
}
</style>
border-color css
<style>
span { border-color: #3C54AA; }
span { border-color: rgb(60,84,170); }
td.TdClassName
{
border-color: #3C54AA;
}
.TagClassName
{
border-color: #3C54AA;
}
</style>