Shades of Lochmara #3C7197
Tints of Lochmara #3C7197
RGB
CMYK
RGB Variations
Color information
#3C7197 (or 0x3C7197) is known color: Lochmara. HEX triplet: 3C, 71 and 97. RGB value is (60,113,151). Sum of RGB (Red+Green+Blue) = 60+113+151=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C7197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7197 is #C38E68. Grayscale: #656565. Windows color (decimal): -12815977 or 9924924. OLE color: 9924924.
HSL color Cylindrical-coordinate representation of color #3C7197: hue angle of 205.05º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C7197 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 113 | 151 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.41 |
| HSL | 205.05º | 0.43% | 0.41% | - |
| HSV(B) | 205.05º | 0.6% | 0.59% | - |
| XYZ | 13.35 | 15.01 | 31.47 | - |
| YUV | 101.49 | 155.94 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 151 | 0.60 | 0.25 | 0 | 0.41 | 205.05 | 0.43 | 0.41 |
| Hex | 3C | 71 | 97 | 3C | 19 | 0 | 29 | CD | 2B | 29 |
| Octal | 74 | 161 | 227 | 74 | 31 | 0 | 51 | 315 | 53 | 51 |
| Binary | 111100 | 1110001 | 10010111 | 111100 | 11001 | 0 | 101001 | 11001101 | 101011 | 101001 |
Color Harmonies of #3C7197
Complementary color
Monochromatic Colors of #3C7197
Black with #3C7197
Text Example
Text Example
White with #3C7197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7197; }
p { color: rgb(60,113,151); }
H1.HeaderClassName
{
color: #3C7197;
}
.AnyTagClassName
{
color: #3C7197;
}
</style>
background-color css
<style>
a { background-color: #3C7197; }
a { background-color: rgb(60,113,151); }
div.DivClassName
{
background-color: #3C7197;
}
.BgClassName
{
background-color: #3C7197;
}
</style>
border-color css
<style>
span { border-color: #3C7197; }
span { border-color: rgb(60,113,151); }
td.TdClassName
{
border-color: #3C7197;
}
.TagClassName
{
border-color: #3C7197;
}
</style>