Shades of Mariner #3C699C
Tints of Mariner #3C699C
RGB
CMYK
RGB Variations
Color information
#3C699C (or 0x3C699C) is known color: Mariner. HEX triplet: 3C, 69 and 9C. RGB value is (60,105,156). Sum of RGB (Red+Green+Blue) = 60+105+156=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C699C is #C39663. Grayscale: #616161. Windows color (decimal): -12818020 or 10250556. OLE color: 10250556.
HSL color Cylindrical-coordinate representation of color #3C699C: hue angle of 211.88º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C699C is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 105 | 156 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.39 |
| HSL | 211.88º | 0.44% | 0.42% | - |
| HSV(B) | 211.88º | 0.62% | 0.61% | - |
| XYZ | 12.92 | 13.46 | 33.37 | - |
| YUV | 97.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 156 | 0.62 | 0.33 | 0 | 0.39 | 211.88 | 0.44 | 0.42 |
| Hex | 3C | 69 | 9C | 3E | 21 | 0 | 27 | D4 | 2C | 2A |
| Octal | 74 | 151 | 234 | 76 | 41 | 0 | 47 | 324 | 54 | 52 |
| Binary | 111100 | 1101001 | 10011100 | 111110 | 100001 | 0 | 100111 | 11010100 | 101100 | 101010 |
Color Harmonies of #3C699C
Complementary color
Monochromatic Colors of #3C699C
Black with #3C699C
Text Example
Text Example
White with #3C699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C699C; }
p { color: rgb(60,105,156); }
H1.HeaderClassName
{
color: #3C699C;
}
.AnyTagClassName
{
color: #3C699C;
}
</style>
background-color css
<style>
a { background-color: #3C699C; }
a { background-color: rgb(60,105,156); }
div.DivClassName
{
background-color: #3C699C;
}
.BgClassName
{
background-color: #3C699C;
}
</style>
border-color css
<style>
span { border-color: #3C699C; }
span { border-color: rgb(60,105,156); }
td.TdClassName
{
border-color: #3C699C;
}
.TagClassName
{
border-color: #3C699C;
}
</style>