Shades of Lochmara #2478AD
Tints of Lochmara #2478AD
RGB
CMYK
RGB Variations
Color information
#2478AD (or 0x2478AD) is known color: Lochmara. HEX triplet: 24, 78 and AD. RGB value is (36,120,173). Sum of RGB (Red+Green+Blue) = 36+120+173=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #2478AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2478AD is #DB8752. Grayscale: #646464. Windows color (decimal): -14387027 or 11368484. OLE color: 11368484.
HSL color Cylindrical-coordinate representation of color #2478AD: hue angle of 203.21º 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 #2478AD is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 120 | 173 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.32 |
| HSL | 203.21º | 0.66% | 0.41% | - |
| HSV(B) | 203.21º | 0.79% | 0.68% | - |
| XYZ | 14.99 | 16.83 | 41.99 | - |
| YUV | 100.93 | 168.67 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 173 | 0.79 | 0.31 | 0 | 0.32 | 203.21 | 0.66 | 0.41 |
| Hex | 24 | 78 | AD | 4F | 1F | 0 | 20 | CB | 42 | 29 |
| Octal | 44 | 170 | 255 | 117 | 37 | 0 | 40 | 313 | 102 | 51 |
| Binary | 100100 | 1111000 | 10101101 | 1001111 | 11111 | 0 | 100000 | 11001011 | 1000010 | 101001 |
Color Harmonies of #2478AD
Complementary color
Monochromatic Colors of #2478AD
Black with #2478AD
Text Example
Text Example
White with #2478AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2478AD; }
p { color: rgb(36,120,173); }
H1.HeaderClassName
{
color: #2478AD;
}
.AnyTagClassName
{
color: #2478AD;
}
</style>
background-color css
<style>
a { background-color: #2478AD; }
a { background-color: rgb(36,120,173); }
div.DivClassName
{
background-color: #2478AD;
}
.BgClassName
{
background-color: #2478AD;
}
</style>
border-color css
<style>
span { border-color: #2478AD; }
span { border-color: rgb(36,120,173); }
td.TdClassName
{
border-color: #2478AD;
}
.TagClassName
{
border-color: #2478AD;
}
</style>