Shades of Lochmara #2464AD
Tints of Lochmara #2464AD
RGB
CMYK
RGB Variations
Color information
#2464AD (or 0x2464AD) is known color: Lochmara. HEX triplet: 24, 64 and AD. RGB value is (36,100,173). Sum of RGB (Red+Green+Blue) = 36+100+173=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #2464AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2464AD is #DB9B52. Grayscale: #585858. Windows color (decimal): -14392147 or 11363364. OLE color: 11363364.
HSL color Cylindrical-coordinate representation of color #2464AD: hue angle of 211.97º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2464AD is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 100 | 173 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.32 |
| HSL | 211.97º | 0.66% | 0.41% | - |
| HSV(B) | 211.97º | 0.79% | 0.68% | - |
| XYZ | 12.83 | 12.51 | 41.27 | - |
| YUV | 89.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 173 | 0.79 | 0.42 | 0 | 0.32 | 211.97 | 0.66 | 0.41 |
| Hex | 24 | 64 | AD | 4F | 2A | 0 | 20 | D4 | 42 | 29 |
| Octal | 44 | 144 | 255 | 117 | 52 | 0 | 40 | 324 | 102 | 51 |
| Binary | 100100 | 1100100 | 10101101 | 1001111 | 101010 | 0 | 100000 | 11010100 | 1000010 | 101001 |
Color Harmonies of #2464AD
Complementary color
Monochromatic Colors of #2464AD
Black with #2464AD
Text Example
Text Example
White with #2464AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2464AD; }
p { color: rgb(36,100,173); }
H1.HeaderClassName
{
color: #2464AD;
}
.AnyTagClassName
{
color: #2464AD;
}
</style>
background-color css
<style>
a { background-color: #2464AD; }
a { background-color: rgb(36,100,173); }
div.DivClassName
{
background-color: #2464AD;
}
.BgClassName
{
background-color: #2464AD;
}
</style>
border-color css
<style>
span { border-color: #2464AD; }
span { border-color: rgb(36,100,173); }
td.TdClassName
{
border-color: #2464AD;
}
.TagClassName
{
border-color: #2464AD;
}
</style>