Shades of Lochmara #246C94
Tints of Lochmara #246C94
RGB
CMYK
RGB Variations
Color information
#246C94 (or 0x246C94) is known color: Lochmara. HEX triplet: 24, 6C and 94. RGB value is (36,108,148). Sum of RGB (Red+Green+Blue) = 36+108+148=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #246C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C94 is #DB936B. Grayscale: #5A5A5A. Windows color (decimal): -14390124 or 9727012. OLE color: 9727012.
HSL color Cylindrical-coordinate representation of color #246C94: hue angle of 201.43º 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 #246C94 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 108 | 148 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.42 |
| HSL | 201.43º | 0.61% | 0.36% | - |
| HSV(B) | 201.43º | 0.76% | 0.58% | - |
| XYZ | 11.44 | 13.24 | 29.97 | - |
| YUV | 91.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 148 | 0.76 | 0.27 | 0 | 0.42 | 201.43 | 0.61 | 0.36 |
| Hex | 24 | 6C | 94 | 4C | 1B | 0 | 2A | C9 | 3D | 24 |
| Octal | 44 | 154 | 224 | 114 | 33 | 0 | 52 | 311 | 75 | 44 |
| Binary | 100100 | 1101100 | 10010100 | 1001100 | 11011 | 0 | 101010 | 11001001 | 111101 | 100100 |
Color Harmonies of #246C94
Complementary color
Monochromatic Colors of #246C94
Black with #246C94
Text Example
Text Example
White with #246C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246C94; }
p { color: rgb(36,108,148); }
H1.HeaderClassName
{
color: #246C94;
}
.AnyTagClassName
{
color: #246C94;
}
</style>
background-color css
<style>
a { background-color: #246C94; }
a { background-color: rgb(36,108,148); }
div.DivClassName
{
background-color: #246C94;
}
.BgClassName
{
background-color: #246C94;
}
</style>
border-color css
<style>
span { border-color: #246C94; }
span { border-color: rgb(36,108,148); }
td.TdClassName
{
border-color: #246C94;
}
.TagClassName
{
border-color: #246C94;
}
</style>