Shades of Mariner #3C679C
Tints of Mariner #3C679C
RGB
CMYK
RGB Variations
Color information
#3C679C (or 0x3C679C) is known color: Mariner. HEX triplet: 3C, 67 and 9C. RGB value is (60,103,156). Sum of RGB (Red+Green+Blue) = 60+103+156=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C679C is #C39863. Grayscale: #5F5F5F. Windows color (decimal): -12818532 or 10250044. OLE color: 10250044.
HSL color Cylindrical-coordinate representation of color #3C679C: hue angle of 213.12º 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 #3C679C is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 103 | 156 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.39 |
| HSL | 213.13º | 0.44% | 0.42% | - |
| HSV(B) | 213.13º | 0.62% | 0.61% | - |
| XYZ | 12.71 | 13.06 | 33.3 | - |
| YUV | 96.19 | 161.75 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 156 | 0.62 | 0.34 | 0 | 0.39 | 213.13 | 0.44 | 0.42 |
| Hex | 3C | 67 | 9C | 3E | 22 | 0 | 27 | D5 | 2C | 2A |
| Octal | 74 | 147 | 234 | 76 | 42 | 0 | 47 | 325 | 54 | 52 |
| Binary | 111100 | 1100111 | 10011100 | 111110 | 100010 | 0 | 100111 | 11010101 | 101100 | 101010 |
Color Harmonies of #3C679C
Complementary color
Monochromatic Colors of #3C679C
Black with #3C679C
Text Example
Text Example
White with #3C679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C679C; }
p { color: rgb(60,103,156); }
H1.HeaderClassName
{
color: #3C679C;
}
.AnyTagClassName
{
color: #3C679C;
}
</style>
background-color css
<style>
a { background-color: #3C679C; }
a { background-color: rgb(60,103,156); }
div.DivClassName
{
background-color: #3C679C;
}
.BgClassName
{
background-color: #3C679C;
}
</style>
border-color css
<style>
span { border-color: #3C679C; }
span { border-color: rgb(60,103,156); }
td.TdClassName
{
border-color: #3C679C;
}
.TagClassName
{
border-color: #3C679C;
}
</style>