Shades of Mariner #3C649F
Tints of Mariner #3C649F
RGB
CMYK
RGB Variations
Color information
#3C649F (or 0x3C649F) is known color: Mariner. HEX triplet: 3C, 64 and 9F. RGB value is (60,100,159). Sum of RGB (Red+Green+Blue) = 60+100+159=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C649F is #C39B60. Grayscale: #5E5E5E. Windows color (decimal): -12819297 or 10445884. OLE color: 10445884.
HSL color Cylindrical-coordinate representation of color #3C649F: hue angle of 215.76º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C649F is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 100 | 159 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.38 |
| HSL | 215.76º | 0.45% | 0.43% | - |
| HSV(B) | 215.76º | 0.62% | 0.62% | - |
| XYZ | 12.68 | 12.58 | 34.56 | - |
| YUV | 94.77 | 164.25 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 159 | 0.62 | 0.37 | 0 | 0.38 | 215.76 | 0.45 | 0.43 |
| Hex | 3C | 64 | 9F | 3E | 25 | 0 | 26 | D8 | 2D | 2B |
| Octal | 74 | 144 | 237 | 76 | 45 | 0 | 46 | 330 | 55 | 53 |
| Binary | 111100 | 1100100 | 10011111 | 111110 | 100101 | 0 | 100110 | 11011000 | 101101 | 101011 |
Color Harmonies of #3C649F
Complementary color
Monochromatic Colors of #3C649F
Black with #3C649F
Text Example
Text Example
White with #3C649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C649F; }
p { color: rgb(60,100,159); }
H1.HeaderClassName
{
color: #3C649F;
}
.AnyTagClassName
{
color: #3C649F;
}
</style>
background-color css
<style>
a { background-color: #3C649F; }
a { background-color: rgb(60,100,159); }
div.DivClassName
{
background-color: #3C649F;
}
.BgClassName
{
background-color: #3C649F;
}
</style>
border-color css
<style>
span { border-color: #3C649F; }
span { border-color: rgb(60,100,159); }
td.TdClassName
{
border-color: #3C649F;
}
.TagClassName
{
border-color: #3C649F;
}
</style>