Shades of Mariner #3C52AC
Tints of Mariner #3C52AC
RGB
CMYK
RGB Variations
Color information
#3C52AC (or 0x3C52AC) is known color: Mariner. HEX triplet: 3C, 52 and AC. RGB value is (60,82,172). Sum of RGB (Red+Green+Blue) = 60+82+172=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C52AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C52AC is #C3AD53. Grayscale: #555555. Windows color (decimal): -12823892 or 11293244. OLE color: 11293244.
HSL color Cylindrical-coordinate representation of color #3C52AC: hue angle of 228.21º 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 #3C52AC is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 82 | 172 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.33 |
| HSL | 228.21º | 0.48% | 0.45% | - |
| HSV(B) | 228.21º | 0.65% | 0.67% | - |
| XYZ | 12.33 | 9.97 | 40.31 | - |
| YUV | 85.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 172 | 0.65 | 0.52 | 0 | 0.33 | 228.21 | 0.48 | 0.45 |
| Hex | 3C | 52 | AC | 41 | 34 | 0 | 21 | E4 | 30 | 2D |
| Octal | 74 | 122 | 254 | 101 | 64 | 0 | 41 | 344 | 60 | 55 |
| Binary | 111100 | 1010010 | 10101100 | 1000001 | 110100 | 0 | 100001 | 11100100 | 110000 | 101101 |
Color Harmonies of #3C52AC
Complementary color
Monochromatic Colors of #3C52AC
Black with #3C52AC
Text Example
Text Example
White with #3C52AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C52AC; }
p { color: rgb(60,82,172); }
H1.HeaderClassName
{
color: #3C52AC;
}
.AnyTagClassName
{
color: #3C52AC;
}
</style>
background-color css
<style>
a { background-color: #3C52AC; }
a { background-color: rgb(60,82,172); }
div.DivClassName
{
background-color: #3C52AC;
}
.BgClassName
{
background-color: #3C52AC;
}
</style>
border-color css
<style>
span { border-color: #3C52AC; }
span { border-color: rgb(60,82,172); }
td.TdClassName
{
border-color: #3C52AC;
}
.TagClassName
{
border-color: #3C52AC;
}
</style>