Shades of Lochmara #246D93
Tints of Lochmara #246D93
RGB
CMYK
RGB Variations
Color information
#246D93 (or 0x246D93) is known color: Lochmara. HEX triplet: 24, 6D and 93. RGB value is (36,109,147). Sum of RGB (Red+Green+Blue) = 36+109+147=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #246D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D93 is #DB926C. Grayscale: #5B5B5B. Windows color (decimal): -14389869 or 9661732. OLE color: 9661732.
HSL color Cylindrical-coordinate representation of color #246D93: hue angle of 200.54º 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 #246D93 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 109 | 147 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.42 |
| HSL | 200.54º | 0.61% | 0.36% | - |
| HSV(B) | 200.54º | 0.76% | 0.58% | - |
| XYZ | 11.46 | 13.42 | 29.59 | - |
| YUV | 91.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 147 | 0.76 | 0.26 | 0 | 0.42 | 200.54 | 0.61 | 0.36 |
| Hex | 24 | 6D | 93 | 4C | 1A | 0 | 2A | C9 | 3D | 24 |
| Octal | 44 | 155 | 223 | 114 | 32 | 0 | 52 | 311 | 75 | 44 |
| Binary | 100100 | 1101101 | 10010011 | 1001100 | 11010 | 0 | 101010 | 11001001 | 111101 | 100100 |
Color Harmonies of #246D93
Complementary color
Monochromatic Colors of #246D93
Black with #246D93
Text Example
Text Example
White with #246D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D93; }
p { color: rgb(36,109,147); }
H1.HeaderClassName
{
color: #246D93;
}
.AnyTagClassName
{
color: #246D93;
}
</style>
background-color css
<style>
a { background-color: #246D93; }
a { background-color: rgb(36,109,147); }
div.DivClassName
{
background-color: #246D93;
}
.BgClassName
{
background-color: #246D93;
}
</style>
border-color css
<style>
span { border-color: #246D93; }
span { border-color: rgb(36,109,147); }
td.TdClassName
{
border-color: #246D93;
}
.TagClassName
{
border-color: #246D93;
}
</style>