Shades of Lochmara #246BA1
Tints of Lochmara #246BA1
RGB
CMYK
RGB Variations
Color information
#246BA1 (or 0x246BA1) is known color: Lochmara. HEX triplet: 24, 6B and A1. RGB value is (36,107,161). Sum of RGB (Red+Green+Blue) = 36+107+161=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #246BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246BA1 is #DB945E. Grayscale: #5B5B5B. Windows color (decimal): -14390367 or 10578724. OLE color: 10578724.
HSL color Cylindrical-coordinate representation of color #246BA1: hue angle of 205.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #246BA1 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 107 | 161 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.37 |
| HSL | 205.92º | 0.63% | 0.39% | - |
| HSV(B) | 205.92º | 0.78% | 0.63% | - |
| XYZ | 12.42 | 13.46 | 35.66 | - |
| YUV | 91.93 | 166.98 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 161 | 0.78 | 0.34 | 0 | 0.37 | 205.92 | 0.63 | 0.39 |
| Hex | 24 | 6B | A1 | 4E | 22 | 0 | 25 | CE | 3F | 27 |
| Octal | 44 | 153 | 241 | 116 | 42 | 0 | 45 | 316 | 77 | 47 |
| Binary | 100100 | 1101011 | 10100001 | 1001110 | 100010 | 0 | 100101 | 11001110 | 111111 | 100111 |
Color Harmonies of #246BA1
Complementary color
Monochromatic Colors of #246BA1
Black with #246BA1
Text Example
Text Example
White with #246BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246BA1; }
p { color: rgb(36,107,161); }
H1.HeaderClassName
{
color: #246BA1;
}
.AnyTagClassName
{
color: #246BA1;
}
</style>
background-color css
<style>
a { background-color: #246BA1; }
a { background-color: rgb(36,107,161); }
div.DivClassName
{
background-color: #246BA1;
}
.BgClassName
{
background-color: #246BA1;
}
</style>
border-color css
<style>
span { border-color: #246BA1; }
span { border-color: rgb(36,107,161); }
td.TdClassName
{
border-color: #246BA1;
}
.TagClassName
{
border-color: #246BA1;
}
</style>