Shades of Lochmara #2479AD
Tints of Lochmara #2479AD
RGB
CMYK
RGB Variations
Color information
#2479AD (or 0x2479AD) is known color: Lochmara. HEX triplet: 24, 79 and AD. RGB value is (36,121,173). Sum of RGB (Red+Green+Blue) = 36+121+173=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #2479AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2479AD is #DB8652. Grayscale: #656565. Windows color (decimal): -14386771 or 11368740. OLE color: 11368740.
HSL color Cylindrical-coordinate representation of color #2479AD: hue angle of 202.77º 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 #2479AD is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 121 | 173 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.32 |
| HSL | 202.77º | 0.66% | 0.41% | - |
| HSV(B) | 202.77º | 0.79% | 0.68% | - |
| XYZ | 15.11 | 17.07 | 42.03 | - |
| YUV | 101.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 173 | 0.79 | 0.30 | 0 | 0.32 | 202.77 | 0.66 | 0.41 |
| Hex | 24 | 79 | AD | 4F | 1E | 0 | 20 | CB | 42 | 29 |
| Octal | 44 | 171 | 255 | 117 | 36 | 0 | 40 | 313 | 102 | 51 |
| Binary | 100100 | 1111001 | 10101101 | 1001111 | 11110 | 0 | 100000 | 11001011 | 1000010 | 101001 |
Color Harmonies of #2479AD
Complementary color
Monochromatic Colors of #2479AD
Black with #2479AD
Text Example
Text Example
White with #2479AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479AD; }
p { color: rgb(36,121,173); }
H1.HeaderClassName
{
color: #2479AD;
}
.AnyTagClassName
{
color: #2479AD;
}
</style>
background-color css
<style>
a { background-color: #2479AD; }
a { background-color: rgb(36,121,173); }
div.DivClassName
{
background-color: #2479AD;
}
.BgClassName
{
background-color: #2479AD;
}
</style>
border-color css
<style>
span { border-color: #2479AD; }
span { border-color: rgb(36,121,173); }
td.TdClassName
{
border-color: #2479AD;
}
.TagClassName
{
border-color: #2479AD;
}
</style>