Shades of Mariner #3C53AC
Tints of Mariner #3C53AC
RGB
CMYK
RGB Variations
Color information
#3C53AC (or 0x3C53AC) is known color: Mariner. HEX triplet: 3C, 53 and AC. RGB value is (60,83,172). Sum of RGB (Red+Green+Blue) = 60+83+172=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C53AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C53AC is #C3AC53. Grayscale: #555555. Windows color (decimal): -12823636 or 11293500. OLE color: 11293500.
HSL color Cylindrical-coordinate representation of color #3C53AC: hue angle of 227.68º 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 #3C53AC is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 83 | 172 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.33 |
| HSL | 227.68º | 0.48% | 0.45% | - |
| HSV(B) | 227.68º | 0.65% | 0.67% | - |
| XYZ | 12.4 | 10.13 | 40.33 | - |
| YUV | 86.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 172 | 0.65 | 0.52 | 0 | 0.33 | 227.68 | 0.48 | 0.45 |
| Hex | 3C | 53 | AC | 41 | 34 | 0 | 21 | E4 | 30 | 2D |
| Octal | 74 | 123 | 254 | 101 | 64 | 0 | 41 | 344 | 60 | 55 |
| Binary | 111100 | 1010011 | 10101100 | 1000001 | 110100 | 0 | 100001 | 11100100 | 110000 | 101101 |
Color Harmonies of #3C53AC
Complementary color
Monochromatic Colors of #3C53AC
Black with #3C53AC
Text Example
Text Example
White with #3C53AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C53AC; }
p { color: rgb(60,83,172); }
H1.HeaderClassName
{
color: #3C53AC;
}
.AnyTagClassName
{
color: #3C53AC;
}
</style>
background-color css
<style>
a { background-color: #3C53AC; }
a { background-color: rgb(60,83,172); }
div.DivClassName
{
background-color: #3C53AC;
}
.BgClassName
{
background-color: #3C53AC;
}
</style>
border-color css
<style>
span { border-color: #3C53AC; }
span { border-color: rgb(60,83,172); }
td.TdClassName
{
border-color: #3C53AC;
}
.TagClassName
{
border-color: #3C53AC;
}
</style>