Shades of Mariner #3C619D
Tints of Mariner #3C619D
RGB
CMYK
RGB Variations
Color information
#3C619D (or 0x3C619D) is known color: Mariner. HEX triplet: 3C, 61 and 9D. RGB value is (60,97,157). Sum of RGB (Red+Green+Blue) = 60+97+157=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C619D is #C39E62. Grayscale: #5C5C5C. Windows color (decimal): -12820067 or 10314044. OLE color: 10314044.
HSL color Cylindrical-coordinate representation of color #3C619D: hue angle of 217.11º 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 #3C619D is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 97 | 157 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.38 |
| HSL | 217.11º | 0.45% | 0.43% | - |
| HSV(B) | 217.11º | 0.62% | 0.62% | - |
| XYZ | 12.22 | 11.94 | 33.56 | - |
| YUV | 92.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 157 | 0.62 | 0.38 | 0 | 0.38 | 217.11 | 0.45 | 0.43 |
| Hex | 3C | 61 | 9D | 3E | 26 | 0 | 26 | D9 | 2D | 2B |
| Octal | 74 | 141 | 235 | 76 | 46 | 0 | 46 | 331 | 55 | 53 |
| Binary | 111100 | 1100001 | 10011101 | 111110 | 100110 | 0 | 100110 | 11011001 | 101101 | 101011 |
Color Harmonies of #3C619D
Complementary color
Monochromatic Colors of #3C619D
Black with #3C619D
Text Example
Text Example
White with #3C619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C619D; }
p { color: rgb(60,97,157); }
H1.HeaderClassName
{
color: #3C619D;
}
.AnyTagClassName
{
color: #3C619D;
}
</style>
background-color css
<style>
a { background-color: #3C619D; }
a { background-color: rgb(60,97,157); }
div.DivClassName
{
background-color: #3C619D;
}
.BgClassName
{
background-color: #3C619D;
}
</style>
border-color css
<style>
span { border-color: #3C619D; }
span { border-color: rgb(60,97,157); }
td.TdClassName
{
border-color: #3C619D;
}
.TagClassName
{
border-color: #3C619D;
}
</style>