Shades of Mariner #3C55AA
Tints of Mariner #3C55AA
RGB
CMYK
RGB Variations
Color information
#3C55AA (or 0x3C55AA) is known color: Mariner. HEX triplet: 3C, 55 and AA. RGB value is (60,85,170). Sum of RGB (Red+Green+Blue) = 60+85+170=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C55AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C55AA is #C3AA55. Grayscale: #565656. Windows color (decimal): -12823126 or 11162940. OLE color: 11162940.
HSL color Cylindrical-coordinate representation of color #3C55AA: hue angle of 226.36º 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 #3C55AA is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 85 | 170 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.33 |
| HSL | 226.36º | 0.48% | 0.45% | - |
| HSV(B) | 226.36º | 0.65% | 0.67% | - |
| XYZ | 12.37 | 10.36 | 39.38 | - |
| YUV | 87.22 | 174.72 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 170 | 0.65 | 0.50 | 0 | 0.33 | 226.36 | 0.48 | 0.45 |
| Hex | 3C | 55 | AA | 41 | 32 | 0 | 21 | E2 | 30 | 2D |
| Octal | 74 | 125 | 252 | 101 | 62 | 0 | 41 | 342 | 60 | 55 |
| Binary | 111100 | 1010101 | 10101010 | 1000001 | 110010 | 0 | 100001 | 11100010 | 110000 | 101101 |
Color Harmonies of #3C55AA
Complementary color
Monochromatic Colors of #3C55AA
Black with #3C55AA
Text Example
Text Example
White with #3C55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C55AA; }
p { color: rgb(60,85,170); }
H1.HeaderClassName
{
color: #3C55AA;
}
.AnyTagClassName
{
color: #3C55AA;
}
</style>
background-color css
<style>
a { background-color: #3C55AA; }
a { background-color: rgb(60,85,170); }
div.DivClassName
{
background-color: #3C55AA;
}
.BgClassName
{
background-color: #3C55AA;
}
</style>
border-color css
<style>
span { border-color: #3C55AA; }
span { border-color: rgb(60,85,170); }
td.TdClassName
{
border-color: #3C55AA;
}
.TagClassName
{
border-color: #3C55AA;
}
</style>