Shades of Lochmara #3B7296
Tints of Lochmara #3B7296
RGB
CMYK
RGB Variations
Color information
#3B7296 (or 0x3B7296) is known color: Lochmara. HEX triplet: 3B, 72 and 96. RGB value is (59,114,150). Sum of RGB (Red+Green+Blue) = 59+114+150=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B7296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7296 is #C48D69. Grayscale: #656565. Windows color (decimal): -12881258 or 9859643. OLE color: 9859643.
HSL color Cylindrical-coordinate representation of color #3B7296: hue angle of 203.74º 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 #3B7296 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 114 | 150 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.41 |
| HSL | 203.74º | 0.44% | 0.41% | - |
| HSV(B) | 203.74º | 0.61% | 0.59% | - |
| XYZ | 13.33 | 15.17 | 31.08 | - |
| YUV | 101.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 150 | 0.61 | 0.24 | 0 | 0.41 | 203.74 | 0.44 | 0.41 |
| Hex | 3B | 72 | 96 | 3D | 18 | 0 | 29 | CC | 2C | 29 |
| Octal | 73 | 162 | 226 | 75 | 30 | 0 | 51 | 314 | 54 | 51 |
| Binary | 111011 | 1110010 | 10010110 | 111101 | 11000 | 0 | 101001 | 11001100 | 101100 | 101001 |
Color Harmonies of #3B7296
Complementary color
Monochromatic Colors of #3B7296
Black with #3B7296
Text Example
Text Example
White with #3B7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7296; }
p { color: rgb(59,114,150); }
H1.HeaderClassName
{
color: #3B7296;
}
.AnyTagClassName
{
color: #3B7296;
}
</style>
background-color css
<style>
a { background-color: #3B7296; }
a { background-color: rgb(59,114,150); }
div.DivClassName
{
background-color: #3B7296;
}
.BgClassName
{
background-color: #3B7296;
}
</style>
border-color css
<style>
span { border-color: #3B7296; }
span { border-color: rgb(59,114,150); }
td.TdClassName
{
border-color: #3B7296;
}
.TagClassName
{
border-color: #3B7296;
}
</style>