Shades of Lochmara #246A92
Tints of Lochmara #246A92
RGB
CMYK
RGB Variations
Color information
#246A92 (or 0x246A92) is known color: Lochmara. HEX triplet: 24, 6A and 92. RGB value is (36,106,146). Sum of RGB (Red+Green+Blue) = 36+106+146=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #246A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A92 is #DB956D. Grayscale: #595959. Windows color (decimal): -14390638 or 9595428. OLE color: 9595428.
HSL color Cylindrical-coordinate representation of color #246A92: hue angle of 201.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #246A92 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 106 | 146 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.43 |
| HSL | 201.82º | 0.6% | 0.36% | - |
| HSV(B) | 201.82º | 0.75% | 0.57% | - |
| XYZ | 11.07 | 12.76 | 29.07 | - |
| YUV | 89.63 | 159.81 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 146 | 0.75 | 0.27 | 0 | 0.43 | 201.82 | 0.6 | 0.36 |
| Hex | 24 | 6A | 92 | 4B | 1B | 0 | 2B | CA | 3C | 24 |
| Octal | 44 | 152 | 222 | 113 | 33 | 0 | 53 | 312 | 74 | 44 |
| Binary | 100100 | 1101010 | 10010010 | 1001011 | 11011 | 0 | 101011 | 11001010 | 111100 | 100100 |
Color Harmonies of #246A92
Complementary color
Monochromatic Colors of #246A92
Black with #246A92
Text Example
Text Example
White with #246A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246A92; }
p { color: rgb(36,106,146); }
H1.HeaderClassName
{
color: #246A92;
}
.AnyTagClassName
{
color: #246A92;
}
</style>
background-color css
<style>
a { background-color: #246A92; }
a { background-color: rgb(36,106,146); }
div.DivClassName
{
background-color: #246A92;
}
.BgClassName
{
background-color: #246A92;
}
</style>
border-color css
<style>
span { border-color: #246A92; }
span { border-color: rgb(36,106,146); }
td.TdClassName
{
border-color: #246A92;
}
.TagClassName
{
border-color: #246A92;
}
</style>