Shades of Lochmara #246C95
Tints of Lochmara #246C95
RGB
CMYK
RGB Variations
Color information
#246C95 (or 0x246C95) is known color: Lochmara. HEX triplet: 24, 6C and 95. RGB value is (36,108,149). Sum of RGB (Red+Green+Blue) = 36+108+149=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #246C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C95 is #DB936A. Grayscale: #5A5A5A. Windows color (decimal): -14390123 or 9792548. OLE color: 9792548.
HSL color Cylindrical-coordinate representation of color #246C95: hue angle of 201.77º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246C95 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 108 | 149 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.42 |
| HSL | 201.77º | 0.61% | 0.36% | - |
| HSV(B) | 201.77º | 0.76% | 0.58% | - |
| XYZ | 11.51 | 13.27 | 30.39 | - |
| YUV | 91.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 149 | 0.76 | 0.28 | 0 | 0.42 | 201.77 | 0.61 | 0.36 |
| Hex | 24 | 6C | 95 | 4C | 1C | 0 | 2A | CA | 3D | 24 |
| Octal | 44 | 154 | 225 | 114 | 34 | 0 | 52 | 312 | 75 | 44 |
| Binary | 100100 | 1101100 | 10010101 | 1001100 | 11100 | 0 | 101010 | 11001010 | 111101 | 100100 |
Color Harmonies of #246C95
Complementary color
Monochromatic Colors of #246C95
Black with #246C95
Text Example
Text Example
White with #246C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246C95; }
p { color: rgb(36,108,149); }
H1.HeaderClassName
{
color: #246C95;
}
.AnyTagClassName
{
color: #246C95;
}
</style>
background-color css
<style>
a { background-color: #246C95; }
a { background-color: rgb(36,108,149); }
div.DivClassName
{
background-color: #246C95;
}
.BgClassName
{
background-color: #246C95;
}
</style>
border-color css
<style>
span { border-color: #246C95; }
span { border-color: rgb(36,108,149); }
td.TdClassName
{
border-color: #246C95;
}
.TagClassName
{
border-color: #246C95;
}
</style>