Shades of Mariner #3C669D
Tints of Mariner #3C669D
RGB
CMYK
RGB Variations
Color information
#3C669D (or 0x3C669D) is known color: Mariner. HEX triplet: 3C, 66 and 9D. RGB value is (60,102,157). Sum of RGB (Red+Green+Blue) = 60+102+157=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C669D is #C39962. Grayscale: #5F5F5F. Windows color (decimal): -12818787 or 10315324. OLE color: 10315324.
HSL color Cylindrical-coordinate representation of color #3C669D: hue angle of 214.02º 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 #3C669D is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 102 | 157 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.38 |
| HSL | 214.02º | 0.45% | 0.43% | - |
| HSV(B) | 214.02º | 0.62% | 0.62% | - |
| XYZ | 12.7 | 12.9 | 33.72 | - |
| YUV | 95.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 157 | 0.62 | 0.35 | 0 | 0.38 | 214.02 | 0.45 | 0.43 |
| Hex | 3C | 66 | 9D | 3E | 23 | 0 | 26 | D6 | 2D | 2B |
| Octal | 74 | 146 | 235 | 76 | 43 | 0 | 46 | 326 | 55 | 53 |
| Binary | 111100 | 1100110 | 10011101 | 111110 | 100011 | 0 | 100110 | 11010110 | 101101 | 101011 |
Color Harmonies of #3C669D
Complementary color
Monochromatic Colors of #3C669D
Black with #3C669D
Text Example
Text Example
White with #3C669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C669D; }
p { color: rgb(60,102,157); }
H1.HeaderClassName
{
color: #3C669D;
}
.AnyTagClassName
{
color: #3C669D;
}
</style>
background-color css
<style>
a { background-color: #3C669D; }
a { background-color: rgb(60,102,157); }
div.DivClassName
{
background-color: #3C669D;
}
.BgClassName
{
background-color: #3C669D;
}
</style>
border-color css
<style>
span { border-color: #3C669D; }
span { border-color: rgb(60,102,157); }
td.TdClassName
{
border-color: #3C669D;
}
.TagClassName
{
border-color: #3C669D;
}
</style>