Shades of Mariner #3C68A9
Tints of Mariner #3C68A9
RGB
CMYK
RGB Variations
Color information
#3C68A9 (or 0x3C68A9) is known color: Mariner. HEX triplet: 3C, 68 and A9. RGB value is (60,104,169). Sum of RGB (Red+Green+Blue) = 60+104+169=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C68A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C68A9 is #C39756. Grayscale: #616161. Windows color (decimal): -12818263 or 11102268. OLE color: 11102268.
HSL color Cylindrical-coordinate representation of color #3C68A9: hue angle of 215.78º 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 #3C68A9 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 104 | 169 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.34 |
| HSL | 215.78º | 0.48% | 0.45% | - |
| HSV(B) | 215.78º | 0.64% | 0.66% | - |
| XYZ | 13.98 | 13.73 | 39.45 | - |
| YUV | 98.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 169 | 0.64 | 0.38 | 0 | 0.34 | 215.78 | 0.48 | 0.45 |
| Hex | 3C | 68 | A9 | 40 | 26 | 0 | 22 | D8 | 30 | 2D |
| Octal | 74 | 150 | 251 | 100 | 46 | 0 | 42 | 330 | 60 | 55 |
| Binary | 111100 | 1101000 | 10101001 | 1000000 | 100110 | 0 | 100010 | 11011000 | 110000 | 101101 |
Color Harmonies of #3C68A9
Complementary color
Monochromatic Colors of #3C68A9
Black with #3C68A9
Text Example
Text Example
White with #3C68A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C68A9; }
p { color: rgb(60,104,169); }
H1.HeaderClassName
{
color: #3C68A9;
}
.AnyTagClassName
{
color: #3C68A9;
}
</style>
background-color css
<style>
a { background-color: #3C68A9; }
a { background-color: rgb(60,104,169); }
div.DivClassName
{
background-color: #3C68A9;
}
.BgClassName
{
background-color: #3C68A9;
}
</style>
border-color css
<style>
span { border-color: #3C68A9; }
span { border-color: rgb(60,104,169); }
td.TdClassName
{
border-color: #3C68A9;
}
.TagClassName
{
border-color: #3C68A9;
}
</style>