Shades of Mariner #3C52AB
Tints of Mariner #3C52AB
RGB
CMYK
RGB Variations
Color information
#3C52AB (or 0x3C52AB) is known color: Mariner. HEX triplet: 3C, 52 and AB. RGB value is (60,82,171). Sum of RGB (Red+Green+Blue) = 60+82+171=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C52AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C52AB is #C3AD54. Grayscale: #555555. Windows color (decimal): -12823893 or 11227708. OLE color: 11227708.
HSL color Cylindrical-coordinate representation of color #3C52AB: hue angle of 228.11º 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 #3C52AB is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 82 | 171 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.33 |
| HSL | 228.11º | 0.48% | 0.45% | - |
| HSV(B) | 228.11º | 0.65% | 0.67% | - |
| XYZ | 12.23 | 9.94 | 39.8 | - |
| YUV | 85.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 171 | 0.65 | 0.52 | 0 | 0.33 | 228.11 | 0.48 | 0.45 |
| Hex | 3C | 52 | AB | 41 | 34 | 0 | 21 | E4 | 30 | 2D |
| Octal | 74 | 122 | 253 | 101 | 64 | 0 | 41 | 344 | 60 | 55 |
| Binary | 111100 | 1010010 | 10101011 | 1000001 | 110100 | 0 | 100001 | 11100100 | 110000 | 101101 |
Color Harmonies of #3C52AB
Complementary color
Monochromatic Colors of #3C52AB
Black with #3C52AB
Text Example
Text Example
White with #3C52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C52AB; }
p { color: rgb(60,82,171); }
H1.HeaderClassName
{
color: #3C52AB;
}
.AnyTagClassName
{
color: #3C52AB;
}
</style>
background-color css
<style>
a { background-color: #3C52AB; }
a { background-color: rgb(60,82,171); }
div.DivClassName
{
background-color: #3C52AB;
}
.BgClassName
{
background-color: #3C52AB;
}
</style>
border-color css
<style>
span { border-color: #3C52AB; }
span { border-color: rgb(60,82,171); }
td.TdClassName
{
border-color: #3C52AB;
}
.TagClassName
{
border-color: #3C52AB;
}
</style>