Shades of Lochmara #246AA3
Tints of Lochmara #246AA3
RGB
CMYK
RGB Variations
Color information
#246AA3 (or 0x246AA3) is known color: Lochmara. HEX triplet: 24, 6A and A3. RGB value is (36,106,163). Sum of RGB (Red+Green+Blue) = 36+106+163=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #246AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AA3 is #DB955C. Grayscale: #5B5B5B. Windows color (decimal): -14390621 or 10709540. OLE color: 10709540.
HSL color Cylindrical-coordinate representation of color #246AA3: hue angle of 206.93º 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 #246AA3 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 106 | 163 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.36 |
| HSL | 206.93º | 0.64% | 0.39% | - |
| HSV(B) | 206.93º | 0.78% | 0.64% | - |
| XYZ | 12.49 | 13.33 | 36.56 | - |
| YUV | 91.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 163 | 0.78 | 0.35 | 0 | 0.36 | 206.93 | 0.64 | 0.39 |
| Hex | 24 | 6A | A3 | 4E | 23 | 0 | 24 | CF | 40 | 27 |
| Octal | 44 | 152 | 243 | 116 | 43 | 0 | 44 | 317 | 100 | 47 |
| Binary | 100100 | 1101010 | 10100011 | 1001110 | 100011 | 0 | 100100 | 11001111 | 1000000 | 100111 |
Color Harmonies of #246AA3
Complementary color
Monochromatic Colors of #246AA3
Black with #246AA3
Text Example
Text Example
White with #246AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246AA3; }
p { color: rgb(36,106,163); }
H1.HeaderClassName
{
color: #246AA3;
}
.AnyTagClassName
{
color: #246AA3;
}
</style>
background-color css
<style>
a { background-color: #246AA3; }
a { background-color: rgb(36,106,163); }
div.DivClassName
{
background-color: #246AA3;
}
.BgClassName
{
background-color: #246AA3;
}
</style>
border-color css
<style>
span { border-color: #246AA3; }
span { border-color: rgb(36,106,163); }
td.TdClassName
{
border-color: #246AA3;
}
.TagClassName
{
border-color: #246AA3;
}
</style>