Shades of Mariner #3C699F
Tints of Mariner #3C699F
RGB
CMYK
RGB Variations
Color information
#3C699F (or 0x3C699F) is known color: Mariner. HEX triplet: 3C, 69 and 9F. RGB value is (60,105,159). Sum of RGB (Red+Green+Blue) = 60+105+159=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C699F is #C39660. Grayscale: #616161. Windows color (decimal): -12818017 or 10447164. OLE color: 10447164.
HSL color Cylindrical-coordinate representation of color #3C699F: hue angle of 212.73º 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 #3C699F is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 105 | 159 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.38 |
| HSL | 212.73º | 0.45% | 0.43% | - |
| HSV(B) | 212.73º | 0.62% | 0.62% | - |
| XYZ | 13.17 | 13.57 | 34.73 | - |
| YUV | 97.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 159 | 0.62 | 0.34 | 0 | 0.38 | 212.73 | 0.45 | 0.43 |
| Hex | 3C | 69 | 9F | 3E | 22 | 0 | 26 | D5 | 2D | 2B |
| Octal | 74 | 151 | 237 | 76 | 42 | 0 | 46 | 325 | 55 | 53 |
| Binary | 111100 | 1101001 | 10011111 | 111110 | 100010 | 0 | 100110 | 11010101 | 101101 | 101011 |
Color Harmonies of #3C699F
Complementary color
Monochromatic Colors of #3C699F
Black with #3C699F
Text Example
Text Example
White with #3C699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C699F; }
p { color: rgb(60,105,159); }
H1.HeaderClassName
{
color: #3C699F;
}
.AnyTagClassName
{
color: #3C699F;
}
</style>
background-color css
<style>
a { background-color: #3C699F; }
a { background-color: rgb(60,105,159); }
div.DivClassName
{
background-color: #3C699F;
}
.BgClassName
{
background-color: #3C699F;
}
</style>
border-color css
<style>
span { border-color: #3C699F; }
span { border-color: rgb(60,105,159); }
td.TdClassName
{
border-color: #3C699F;
}
.TagClassName
{
border-color: #3C699F;
}
</style>