Shades of Lochmara #246BA0
Tints of Lochmara #246BA0
RGB
CMYK
RGB Variations
Color information
#246BA0 (or 0x246BA0) is known color: Lochmara. HEX triplet: 24, 6B and A0. RGB value is (36,107,160). Sum of RGB (Red+Green+Blue) = 36+107+160=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #246BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246BA0 is #DB945F. Grayscale: #5B5B5B. Windows color (decimal): -14390368 or 10513188. OLE color: 10513188.
HSL color Cylindrical-coordinate representation of color #246BA0: hue angle of 205.65º 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 #246BA0 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 107 | 160 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.37 |
| HSL | 205.65º | 0.63% | 0.38% | - |
| HSV(B) | 205.65º | 0.78% | 0.63% | - |
| XYZ | 12.33 | 13.43 | 35.2 | - |
| YUV | 91.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 160 | 0.78 | 0.33 | 0 | 0.37 | 205.65 | 0.63 | 0.38 |
| Hex | 24 | 6B | A0 | 4E | 21 | 0 | 25 | CE | 3F | 26 |
| Octal | 44 | 153 | 240 | 116 | 41 | 0 | 45 | 316 | 77 | 46 |
| Binary | 100100 | 1101011 | 10100000 | 1001110 | 100001 | 0 | 100101 | 11001110 | 111111 | 100110 |
Color Harmonies of #246BA0
Complementary color
Monochromatic Colors of #246BA0
Black with #246BA0
Text Example
Text Example
White with #246BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246BA0; }
p { color: rgb(36,107,160); }
H1.HeaderClassName
{
color: #246BA0;
}
.AnyTagClassName
{
color: #246BA0;
}
</style>
background-color css
<style>
a { background-color: #246BA0; }
a { background-color: rgb(36,107,160); }
div.DivClassName
{
background-color: #246BA0;
}
.BgClassName
{
background-color: #246BA0;
}
</style>
border-color css
<style>
span { border-color: #246BA0; }
span { border-color: rgb(36,107,160); }
td.TdClassName
{
border-color: #246BA0;
}
.TagClassName
{
border-color: #246BA0;
}
</style>