Shades of Lochmara #3B7097
Tints of Lochmara #3B7097
RGB
CMYK
RGB Variations
Color information
#3B7097 (or 0x3B7097) is known color: Lochmara. HEX triplet: 3B, 70 and 97. RGB value is (59,112,151). Sum of RGB (Red+Green+Blue) = 59+112+151=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B7097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7097 is #C48F68. Grayscale: #646464. Windows color (decimal): -12881769 or 9924667. OLE color: 9924667.
HSL color Cylindrical-coordinate representation of color #3B7097: hue angle of 205.43º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B7097 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 112 | 151 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.41 |
| HSL | 205.43º | 0.44% | 0.41% | - |
| HSV(B) | 205.43º | 0.61% | 0.59% | - |
| XYZ | 13.18 | 14.75 | 31.43 | - |
| YUV | 100.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 151 | 0.61 | 0.26 | 0 | 0.41 | 205.43 | 0.44 | 0.41 |
| Hex | 3B | 70 | 97 | 3D | 1A | 0 | 29 | CD | 2C | 29 |
| Octal | 73 | 160 | 227 | 75 | 32 | 0 | 51 | 315 | 54 | 51 |
| Binary | 111011 | 1110000 | 10010111 | 111101 | 11010 | 0 | 101001 | 11001101 | 101100 | 101001 |
Color Harmonies of #3B7097
Complementary color
Monochromatic Colors of #3B7097
Black with #3B7097
Text Example
Text Example
White with #3B7097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7097; }
p { color: rgb(59,112,151); }
H1.HeaderClassName
{
color: #3B7097;
}
.AnyTagClassName
{
color: #3B7097;
}
</style>
background-color css
<style>
a { background-color: #3B7097; }
a { background-color: rgb(59,112,151); }
div.DivClassName
{
background-color: #3B7097;
}
.BgClassName
{
background-color: #3B7097;
}
</style>
border-color css
<style>
span { border-color: #3B7097; }
span { border-color: rgb(59,112,151); }
td.TdClassName
{
border-color: #3B7097;
}
.TagClassName
{
border-color: #3B7097;
}
</style>