Shades of Lochmara #246C9B
Tints of Lochmara #246C9B
RGB
CMYK
RGB Variations
Color information
#246C9B (or 0x246C9B) is known color: Lochmara. HEX triplet: 24, 6C and 9B. RGB value is (36,108,155). Sum of RGB (Red+Green+Blue) = 36+108+155=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #246C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C9B is #DB9364. Grayscale: #5B5B5B. Windows color (decimal): -14390117 or 10185764. OLE color: 10185764.
HSL color Cylindrical-coordinate representation of color #246C9B: hue angle of 203.7º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246C9B is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 108 | 155 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.39 |
| HSL | 203.7º | 0.62% | 0.37% | - |
| HSV(B) | 203.7º | 0.77% | 0.61% | - |
| XYZ | 12.01 | 13.47 | 32.98 | - |
| YUV | 91.83 | 163.65 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 155 | 0.77 | 0.30 | 0 | 0.39 | 203.7 | 0.62 | 0.37 |
| Hex | 24 | 6C | 9B | 4D | 1E | 0 | 27 | CC | 3E | 25 |
| Octal | 44 | 154 | 233 | 115 | 36 | 0 | 47 | 314 | 76 | 45 |
| Binary | 100100 | 1101100 | 10011011 | 1001101 | 11110 | 0 | 100111 | 11001100 | 111110 | 100101 |
Color Harmonies of #246C9B
Complementary color
Monochromatic Colors of #246C9B
Black with #246C9B
Text Example
Text Example
White with #246C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246C9B; }
p { color: rgb(36,108,155); }
H1.HeaderClassName
{
color: #246C9B;
}
.AnyTagClassName
{
color: #246C9B;
}
</style>
background-color css
<style>
a { background-color: #246C9B; }
a { background-color: rgb(36,108,155); }
div.DivClassName
{
background-color: #246C9B;
}
.BgClassName
{
background-color: #246C9B;
}
</style>
border-color css
<style>
span { border-color: #246C9B; }
span { border-color: rgb(36,108,155); }
td.TdClassName
{
border-color: #246C9B;
}
.TagClassName
{
border-color: #246C9B;
}
</style>