Shades of Lochmara #246FA2
Tints of Lochmara #246FA2
RGB
CMYK
RGB Variations
Color information
#246FA2 (or 0x246FA2) is known color: Lochmara. HEX triplet: 24, 6F and A2. RGB value is (36,111,162). Sum of RGB (Red+Green+Blue) = 36+111+162=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #246FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246FA2 is #DB905D. Grayscale: #5E5E5E. Windows color (decimal): -14389342 or 10645284. OLE color: 10645284.
HSL color Cylindrical-coordinate representation of color #246FA2: hue angle of 204.29º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #246FA2 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 111 | 162 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.36 |
| HSL | 204.29º | 0.64% | 0.39% | - |
| HSV(B) | 204.29º | 0.78% | 0.64% | - |
| XYZ | 12.93 | 14.35 | 36.27 | - |
| YUV | 94.39 | 166.15 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 162 | 0.78 | 0.31 | 0 | 0.36 | 204.29 | 0.64 | 0.39 |
| Hex | 24 | 6F | A2 | 4E | 1F | 0 | 24 | CC | 40 | 27 |
| Octal | 44 | 157 | 242 | 116 | 37 | 0 | 44 | 314 | 100 | 47 |
| Binary | 100100 | 1101111 | 10100010 | 1001110 | 11111 | 0 | 100100 | 11001100 | 1000000 | 100111 |
Color Harmonies of #246FA2
Complementary color
Monochromatic Colors of #246FA2
Black with #246FA2
Text Example
Text Example
White with #246FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246FA2; }
p { color: rgb(36,111,162); }
H1.HeaderClassName
{
color: #246FA2;
}
.AnyTagClassName
{
color: #246FA2;
}
</style>
background-color css
<style>
a { background-color: #246FA2; }
a { background-color: rgb(36,111,162); }
div.DivClassName
{
background-color: #246FA2;
}
.BgClassName
{
background-color: #246FA2;
}
</style>
border-color css
<style>
span { border-color: #246FA2; }
span { border-color: rgb(36,111,162); }
td.TdClassName
{
border-color: #246FA2;
}
.TagClassName
{
border-color: #246FA2;
}
</style>