Shades of Lochmara #246DAC
Tints of Lochmara #246DAC
RGB
CMYK
RGB Variations
Color information
#246DAC (or 0x246DAC) is known color: Lochmara. HEX triplet: 24, 6D and AC. RGB value is (36,109,172). Sum of RGB (Red+Green+Blue) = 36+109+172=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #246DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246DAC is #DB9253. Grayscale: #5E5E5E. Windows color (decimal): -14389844 or 11300132. OLE color: 11300132.
HSL color Cylindrical-coordinate representation of color #246DAC: hue angle of 207.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246DAC is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 109 | 172 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.33 |
| HSL | 207.79º | 0.65% | 0.41% | - |
| HSV(B) | 207.79º | 0.79% | 0.67% | - |
| XYZ | 13.64 | 14.29 | 41.07 | - |
| YUV | 94.36 | 171.82 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 172 | 0.79 | 0.37 | 0 | 0.33 | 207.79 | 0.65 | 0.41 |
| Hex | 24 | 6D | AC | 4F | 25 | 0 | 21 | D0 | 41 | 29 |
| Octal | 44 | 155 | 254 | 117 | 45 | 0 | 41 | 320 | 101 | 51 |
| Binary | 100100 | 1101101 | 10101100 | 1001111 | 100101 | 0 | 100001 | 11010000 | 1000001 | 101001 |
Color Harmonies of #246DAC
Complementary color
Monochromatic Colors of #246DAC
Black with #246DAC
Text Example
Text Example
White with #246DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246DAC; }
p { color: rgb(36,109,172); }
H1.HeaderClassName
{
color: #246DAC;
}
.AnyTagClassName
{
color: #246DAC;
}
</style>
background-color css
<style>
a { background-color: #246DAC; }
a { background-color: rgb(36,109,172); }
div.DivClassName
{
background-color: #246DAC;
}
.BgClassName
{
background-color: #246DAC;
}
</style>
border-color css
<style>
span { border-color: #246DAC; }
span { border-color: rgb(36,109,172); }
td.TdClassName
{
border-color: #246DAC;
}
.TagClassName
{
border-color: #246DAC;
}
</style>