Shades of Lochmara #246A97
Tints of Lochmara #246A97
RGB
CMYK
RGB Variations
Color information
#246A97 (or 0x246A97) is known color: Lochmara. HEX triplet: 24, 6A and 97. RGB value is (36,106,151). Sum of RGB (Red+Green+Blue) = 36+106+151=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #246A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A97 is #DB9568. Grayscale: #595959. Windows color (decimal): -14390633 or 9923108. OLE color: 9923108.
HSL color Cylindrical-coordinate representation of color #246A97: hue angle of 203.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246A97 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 106 | 151 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.41 |
| HSL | 203.48º | 0.61% | 0.37% | - |
| HSV(B) | 203.48º | 0.76% | 0.59% | - |
| XYZ | 11.47 | 12.92 | 31.17 | - |
| YUV | 90.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 151 | 0.76 | 0.30 | 0 | 0.41 | 203.48 | 0.61 | 0.37 |
| Hex | 24 | 6A | 97 | 4C | 1E | 0 | 29 | CB | 3D | 25 |
| Octal | 44 | 152 | 227 | 114 | 36 | 0 | 51 | 313 | 75 | 45 |
| Binary | 100100 | 1101010 | 10010111 | 1001100 | 11110 | 0 | 101001 | 11001011 | 111101 | 100101 |
Color Harmonies of #246A97
Complementary color
Monochromatic Colors of #246A97
Black with #246A97
Text Example
Text Example
White with #246A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246A97; }
p { color: rgb(36,106,151); }
H1.HeaderClassName
{
color: #246A97;
}
.AnyTagClassName
{
color: #246A97;
}
</style>
background-color css
<style>
a { background-color: #246A97; }
a { background-color: rgb(36,106,151); }
div.DivClassName
{
background-color: #246A97;
}
.BgClassName
{
background-color: #246A97;
}
</style>
border-color css
<style>
span { border-color: #246A97; }
span { border-color: rgb(36,106,151); }
td.TdClassName
{
border-color: #246A97;
}
.TagClassName
{
border-color: #246A97;
}
</style>