Shades of Lochmara #246AA0
Tints of Lochmara #246AA0
RGB
CMYK
RGB Variations
Color information
#246AA0 (or 0x246AA0) is known color: Lochmara. HEX triplet: 24, 6A and A0. RGB value is (36,106,160). Sum of RGB (Red+Green+Blue) = 36+106+160=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #246AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AA0 is #DB955F. Grayscale: #5A5A5A. Windows color (decimal): -14390624 or 10512932. OLE color: 10512932.
HSL color Cylindrical-coordinate representation of color #246AA0: hue angle of 206.13º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246AA0 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 106 | 160 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.37 |
| HSL | 206.13º | 0.63% | 0.38% | - |
| HSV(B) | 206.13º | 0.78% | 0.63% | - |
| XYZ | 12.23 | 13.22 | 35.17 | - |
| YUV | 91.23 | 166.81 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 160 | 0.78 | 0.34 | 0 | 0.37 | 206.13 | 0.63 | 0.38 |
| Hex | 24 | 6A | A0 | 4E | 22 | 0 | 25 | CE | 3F | 26 |
| Octal | 44 | 152 | 240 | 116 | 42 | 0 | 45 | 316 | 77 | 46 |
| Binary | 100100 | 1101010 | 10100000 | 1001110 | 100010 | 0 | 100101 | 11001110 | 111111 | 100110 |
Color Harmonies of #246AA0
Complementary color
Monochromatic Colors of #246AA0
Black with #246AA0
Text Example
Text Example
White with #246AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246AA0; }
p { color: rgb(36,106,160); }
H1.HeaderClassName
{
color: #246AA0;
}
.AnyTagClassName
{
color: #246AA0;
}
</style>
background-color css
<style>
a { background-color: #246AA0; }
a { background-color: rgb(36,106,160); }
div.DivClassName
{
background-color: #246AA0;
}
.BgClassName
{
background-color: #246AA0;
}
</style>
border-color css
<style>
span { border-color: #246AA0; }
span { border-color: rgb(36,106,160); }
td.TdClassName
{
border-color: #246AA0;
}
.TagClassName
{
border-color: #246AA0;
}
</style>