Shades of Mariner #3C5DAA
Tints of Mariner #3C5DAA
RGB
CMYK
RGB Variations
Color information
#3C5DAA (or 0x3C5DAA) is known color: Mariner. HEX triplet: 3C, 5D and AA. RGB value is (60,93,170). Sum of RGB (Red+Green+Blue) = 60+93+170=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C5DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5DAA is #C3A255. Grayscale: #5B5B5B. Windows color (decimal): -12821078 or 11164988. OLE color: 11164988.
HSL color Cylindrical-coordinate representation of color #3C5DAA: hue angle of 222º 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 #3C5DAA is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 93 | 170 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.33 |
| HSL | 222º | 0.48% | 0.45% | - |
| HSV(B) | 222º | 0.65% | 0.67% | - |
| XYZ | 13.03 | 11.69 | 39.6 | - |
| YUV | 91.91 | 172.07 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 93 | 170 | 0.65 | 0.45 | 0 | 0.33 | 222 | 0.48 | 0.45 |
| Hex | 3C | 5D | AA | 41 | 2D | 0 | 21 | DE | 30 | 2D |
| Octal | 74 | 135 | 252 | 101 | 55 | 0 | 41 | 336 | 60 | 55 |
| Binary | 111100 | 1011101 | 10101010 | 1000001 | 101101 | 0 | 100001 | 11011110 | 110000 | 101101 |
Color Harmonies of #3C5DAA
Complementary color
Monochromatic Colors of #3C5DAA
Black with #3C5DAA
Text Example
Text Example
White with #3C5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5DAA; }
p { color: rgb(60,93,170); }
H1.HeaderClassName
{
color: #3C5DAA;
}
.AnyTagClassName
{
color: #3C5DAA;
}
</style>
background-color css
<style>
a { background-color: #3C5DAA; }
a { background-color: rgb(60,93,170); }
div.DivClassName
{
background-color: #3C5DAA;
}
.BgClassName
{
background-color: #3C5DAA;
}
</style>
border-color css
<style>
span { border-color: #3C5DAA; }
span { border-color: rgb(60,93,170); }
td.TdClassName
{
border-color: #3C5DAA;
}
.TagClassName
{
border-color: #3C5DAA;
}
</style>