Shades of Lochmara #246BAC
Tints of Lochmara #246BAC
RGB
CMYK
RGB Variations
Color information
#246BAC (or 0x246BAC) is known color: Lochmara. HEX triplet: 24, 6B and AC. RGB value is (36,107,172). Sum of RGB (Red+Green+Blue) = 36+107+172=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #246BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246BAC is #DB9453. Grayscale: #5C5C5C. Windows color (decimal): -14390356 or 11299620. OLE color: 11299620.
HSL color Cylindrical-coordinate representation of color #246BAC: hue angle of 208.68º 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 #246BAC is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 107 | 172 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.33 |
| HSL | 208.68º | 0.65% | 0.41% | - |
| HSV(B) | 208.68º | 0.79% | 0.67% | - |
| XYZ | 13.43 | 13.87 | 41 | - |
| YUV | 93.18 | 172.48 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 172 | 0.79 | 0.38 | 0 | 0.33 | 208.68 | 0.65 | 0.41 |
| Hex | 24 | 6B | AC | 4F | 26 | 0 | 21 | D1 | 41 | 29 |
| Octal | 44 | 153 | 254 | 117 | 46 | 0 | 41 | 321 | 101 | 51 |
| Binary | 100100 | 1101011 | 10101100 | 1001111 | 100110 | 0 | 100001 | 11010001 | 1000001 | 101001 |
Color Harmonies of #246BAC
Complementary color
Monochromatic Colors of #246BAC
Black with #246BAC
Text Example
Text Example
White with #246BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246BAC; }
p { color: rgb(36,107,172); }
H1.HeaderClassName
{
color: #246BAC;
}
.AnyTagClassName
{
color: #246BAC;
}
</style>
background-color css
<style>
a { background-color: #246BAC; }
a { background-color: rgb(36,107,172); }
div.DivClassName
{
background-color: #246BAC;
}
.BgClassName
{
background-color: #246BAC;
}
</style>
border-color css
<style>
span { border-color: #246BAC; }
span { border-color: rgb(36,107,172); }
td.TdClassName
{
border-color: #246BAC;
}
.TagClassName
{
border-color: #246BAC;
}
</style>