Shades of Lochmara #246896
Tints of Lochmara #246896
RGB
CMYK
RGB Variations
Color information
#246896 (or 0x246896) is known color: Lochmara. HEX triplet: 24, 68 and 96. RGB value is (36,104,150). Sum of RGB (Red+Green+Blue) = 36+104+150=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #246896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246896 is #DB9769. Grayscale: #585858. Windows color (decimal): -14391146 or 9857060. OLE color: 9857060.
HSL color Cylindrical-coordinate representation of color #246896: hue angle of 204.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246896 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 104 | 150 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.41 |
| HSL | 204.21º | 0.61% | 0.36% | - |
| HSV(B) | 204.21º | 0.76% | 0.59% | - |
| XYZ | 11.18 | 12.48 | 30.67 | - |
| YUV | 88.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 150 | 0.76 | 0.31 | 0 | 0.41 | 204.21 | 0.61 | 0.36 |
| Hex | 24 | 68 | 96 | 4C | 1F | 0 | 29 | CC | 3D | 24 |
| Octal | 44 | 150 | 226 | 114 | 37 | 0 | 51 | 314 | 75 | 44 |
| Binary | 100100 | 1101000 | 10010110 | 1001100 | 11111 | 0 | 101001 | 11001100 | 111101 | 100100 |
Color Harmonies of #246896
Complementary color
Monochromatic Colors of #246896
Black with #246896
Text Example
Text Example
White with #246896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246896; }
p { color: rgb(36,104,150); }
H1.HeaderClassName
{
color: #246896;
}
.AnyTagClassName
{
color: #246896;
}
</style>
background-color css
<style>
a { background-color: #246896; }
a { background-color: rgb(36,104,150); }
div.DivClassName
{
background-color: #246896;
}
.BgClassName
{
background-color: #246896;
}
</style>
border-color css
<style>
span { border-color: #246896; }
span { border-color: rgb(36,104,150); }
td.TdClassName
{
border-color: #246896;
}
.TagClassName
{
border-color: #246896;
}
</style>