Shades of Mariner #3C5DA9
Tints of Mariner #3C5DA9
RGB
CMYK
RGB Variations
Color information
#3C5DA9 (or 0x3C5DA9) is known color: Mariner. HEX triplet: 3C, 5D and A9. RGB value is (60,93,169). Sum of RGB (Red+Green+Blue) = 60+93+169=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C5DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5DA9 is #C3A256. Grayscale: #5B5B5B. Windows color (decimal): -12821079 or 11099452. OLE color: 11099452.
HSL color Cylindrical-coordinate representation of color #3C5DA9: hue angle of 221.83º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C5DA9 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 93 | 169 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.34 |
| HSL | 221.83º | 0.48% | 0.45% | - |
| HSV(B) | 221.83º | 0.64% | 0.66% | - |
| XYZ | 12.94 | 11.65 | 39.1 | - |
| YUV | 91.8 | 171.57 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 93 | 169 | 0.64 | 0.45 | 0 | 0.34 | 221.83 | 0.48 | 0.45 |
| Hex | 3C | 5D | A9 | 40 | 2D | 0 | 22 | DE | 30 | 2D |
| Octal | 74 | 135 | 251 | 100 | 55 | 0 | 42 | 336 | 60 | 55 |
| Binary | 111100 | 1011101 | 10101001 | 1000000 | 101101 | 0 | 100010 | 11011110 | 110000 | 101101 |
Color Harmonies of #3C5DA9
Complementary color
Monochromatic Colors of #3C5DA9
Black with #3C5DA9
Text Example
Text Example
White with #3C5DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5DA9; }
p { color: rgb(60,93,169); }
H1.HeaderClassName
{
color: #3C5DA9;
}
.AnyTagClassName
{
color: #3C5DA9;
}
</style>
background-color css
<style>
a { background-color: #3C5DA9; }
a { background-color: rgb(60,93,169); }
div.DivClassName
{
background-color: #3C5DA9;
}
.BgClassName
{
background-color: #3C5DA9;
}
</style>
border-color css
<style>
span { border-color: #3C5DA9; }
span { border-color: rgb(60,93,169); }
td.TdClassName
{
border-color: #3C5DA9;
}
.TagClassName
{
border-color: #3C5DA9;
}
</style>