Shades of Lochmara #246797
Tints of Lochmara #246797
RGB
CMYK
RGB Variations
Color information
#246797 (or 0x246797) is known color: Lochmara. HEX triplet: 24, 67 and 97. RGB value is (36,103,151). Sum of RGB (Red+Green+Blue) = 36+103+151=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #246797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246797 is #DB9868. Grayscale: #585858. Windows color (decimal): -14391401 or 9922340. OLE color: 9922340.
HSL color Cylindrical-coordinate representation of color #246797: hue angle of 205.04º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246797 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 103 | 151 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.41 |
| HSL | 205.04º | 0.61% | 0.37% | - |
| HSV(B) | 205.04º | 0.76% | 0.59% | - |
| XYZ | 11.16 | 12.31 | 31.07 | - |
| YUV | 88.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 151 | 0.76 | 0.32 | 0 | 0.41 | 205.04 | 0.61 | 0.37 |
| Hex | 24 | 67 | 97 | 4C | 20 | 0 | 29 | CD | 3D | 25 |
| Octal | 44 | 147 | 227 | 114 | 40 | 0 | 51 | 315 | 75 | 45 |
| Binary | 100100 | 1100111 | 10010111 | 1001100 | 100000 | 0 | 101001 | 11001101 | 111101 | 100101 |
Color Harmonies of #246797
Complementary color
Monochromatic Colors of #246797
Black with #246797
Text Example
Text Example
White with #246797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246797; }
p { color: rgb(36,103,151); }
H1.HeaderClassName
{
color: #246797;
}
.AnyTagClassName
{
color: #246797;
}
</style>
background-color css
<style>
a { background-color: #246797; }
a { background-color: rgb(36,103,151); }
div.DivClassName
{
background-color: #246797;
}
.BgClassName
{
background-color: #246797;
}
</style>
border-color css
<style>
span { border-color: #246797; }
span { border-color: rgb(36,103,151); }
td.TdClassName
{
border-color: #246797;
}
.TagClassName
{
border-color: #246797;
}
</style>