Shades of Lochmara #246AA5
Tints of Lochmara #246AA5
RGB
CMYK
RGB Variations
Color information
#246AA5 (or 0x246AA5) is known color: Lochmara. HEX triplet: 24, 6A and A5. RGB value is (36,106,165). Sum of RGB (Red+Green+Blue) = 36+106+165=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #246AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AA5 is #DB955A. Grayscale: #5B5B5B. Windows color (decimal): -14390619 or 10840612. OLE color: 10840612.
HSL color Cylindrical-coordinate representation of color #246AA5: hue angle of 207.44º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #246AA5 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 106 | 165 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.35 |
| HSL | 207.44º | 0.64% | 0.39% | - |
| HSV(B) | 207.44º | 0.78% | 0.65% | - |
| XYZ | 12.67 | 13.4 | 37.52 | - |
| YUV | 91.8 | 169.31 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 165 | 0.78 | 0.36 | 0 | 0.35 | 207.44 | 0.64 | 0.39 |
| Hex | 24 | 6A | A5 | 4E | 24 | 0 | 23 | CF | 40 | 27 |
| Octal | 44 | 152 | 245 | 116 | 44 | 0 | 43 | 317 | 100 | 47 |
| Binary | 100100 | 1101010 | 10100101 | 1001110 | 100100 | 0 | 100011 | 11001111 | 1000000 | 100111 |
Color Harmonies of #246AA5
Complementary color
Monochromatic Colors of #246AA5
Black with #246AA5
Text Example
Text Example
White with #246AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246AA5; }
p { color: rgb(36,106,165); }
H1.HeaderClassName
{
color: #246AA5;
}
.AnyTagClassName
{
color: #246AA5;
}
</style>
background-color css
<style>
a { background-color: #246AA5; }
a { background-color: rgb(36,106,165); }
div.DivClassName
{
background-color: #246AA5;
}
.BgClassName
{
background-color: #246AA5;
}
</style>
border-color css
<style>
span { border-color: #246AA5; }
span { border-color: rgb(36,106,165); }
td.TdClassName
{
border-color: #246AA5;
}
.TagClassName
{
border-color: #246AA5;
}
</style>