Shades of Lochmara #246DA8
Tints of Lochmara #246DA8
RGB
CMYK
RGB Variations
Color information
#246DA8 (or 0x246DA8) is known color: Lochmara. HEX triplet: 24, 6D and A8. RGB value is (36,109,168). Sum of RGB (Red+Green+Blue) = 36+109+168=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 168 (66.02% from 255 or 53.67% from 313); Max value from RGB is 168 - color contains mainly: blue. Hex color #246DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246DA8 is #DB9257. Grayscale: #5D5D5D. Windows color (decimal): -14389848 or 11037988. OLE color: 11037988.
HSL color Cylindrical-coordinate representation of color #246DA8: hue angle of 206.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246DA8 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 109 | 168 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.34 |
| HSL | 206.82º | 0.65% | 0.4% | - |
| HSV(B) | 206.82º | 0.79% | 0.66% | - |
| XYZ | 13.26 | 14.14 | 39.08 | - |
| YUV | 93.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 168 | 0.79 | 0.35 | 0 | 0.34 | 206.82 | 0.65 | 0.4 |
| Hex | 24 | 6D | A8 | 4F | 23 | 0 | 22 | CF | 41 | 28 |
| Octal | 44 | 155 | 250 | 117 | 43 | 0 | 42 | 317 | 101 | 50 |
| Binary | 100100 | 1101101 | 10101000 | 1001111 | 100011 | 0 | 100010 | 11001111 | 1000001 | 101000 |
Color Harmonies of #246DA8
Complementary color
Monochromatic Colors of #246DA8
Black with #246DA8
Text Example
Text Example
White with #246DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246DA8; }
p { color: rgb(36,109,168); }
H1.HeaderClassName
{
color: #246DA8;
}
.AnyTagClassName
{
color: #246DA8;
}
</style>
background-color css
<style>
a { background-color: #246DA8; }
a { background-color: rgb(36,109,168); }
div.DivClassName
{
background-color: #246DA8;
}
.BgClassName
{
background-color: #246DA8;
}
</style>
border-color css
<style>
span { border-color: #246DA8; }
span { border-color: rgb(36,109,168); }
td.TdClassName
{
border-color: #246DA8;
}
.TagClassName
{
border-color: #246DA8;
}
</style>