Shades of Mariner #3C5AAA
Tints of Mariner #3C5AAA
RGB
CMYK
RGB Variations
Color information
#3C5AAA (or 0x3C5AAA) is known color: Mariner. HEX triplet: 3C, 5A and AA. RGB value is (60,90,170). Sum of RGB (Red+Green+Blue) = 60+90+170=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C5AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5AAA is #C3A555. Grayscale: #595959. Windows color (decimal): -12821846 or 11164220. OLE color: 11164220.
HSL color Cylindrical-coordinate representation of color #3C5AAA: hue angle of 223.64º 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 #3C5AAA is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 90 | 170 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.33 |
| HSL | 223.64º | 0.48% | 0.45% | - |
| HSV(B) | 223.64º | 0.65% | 0.67% | - |
| XYZ | 12.78 | 11.18 | 39.51 | - |
| YUV | 90.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 170 | 0.65 | 0.47 | 0 | 0.33 | 223.64 | 0.48 | 0.45 |
| Hex | 3C | 5A | AA | 41 | 2F | 0 | 21 | E0 | 30 | 2D |
| Octal | 74 | 132 | 252 | 101 | 57 | 0 | 41 | 340 | 60 | 55 |
| Binary | 111100 | 1011010 | 10101010 | 1000001 | 101111 | 0 | 100001 | 11100000 | 110000 | 101101 |
Color Harmonies of #3C5AAA
Complementary color
Monochromatic Colors of #3C5AAA
Black with #3C5AAA
Text Example
Text Example
White with #3C5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5AAA; }
p { color: rgb(60,90,170); }
H1.HeaderClassName
{
color: #3C5AAA;
}
.AnyTagClassName
{
color: #3C5AAA;
}
</style>
background-color css
<style>
a { background-color: #3C5AAA; }
a { background-color: rgb(60,90,170); }
div.DivClassName
{
background-color: #3C5AAA;
}
.BgClassName
{
background-color: #3C5AAA;
}
</style>
border-color css
<style>
span { border-color: #3C5AAA; }
span { border-color: rgb(60,90,170); }
td.TdClassName
{
border-color: #3C5AAA;
}
.TagClassName
{
border-color: #3C5AAA;
}
</style>