Shades of Lochmara #2474AD
Tints of Lochmara #2474AD
RGB
CMYK
RGB Variations
Color information
#2474AD (or 0x2474AD) is known color: Lochmara. HEX triplet: 24, 74 and AD. RGB value is (36,116,173). Sum of RGB (Red+Green+Blue) = 36+116+173=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #2474AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2474AD is #DB8B52. Grayscale: #626262. Windows color (decimal): -14388051 or 11367460. OLE color: 11367460.
HSL color Cylindrical-coordinate representation of color #2474AD: hue angle of 204.96º 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 #2474AD is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 116 | 173 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.32 |
| HSL | 204.96º | 0.66% | 0.41% | - |
| HSV(B) | 204.96º | 0.79% | 0.68% | - |
| XYZ | 14.52 | 15.88 | 41.84 | - |
| YUV | 98.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 173 | 0.79 | 0.33 | 0 | 0.32 | 204.96 | 0.66 | 0.41 |
| Hex | 24 | 74 | AD | 4F | 21 | 0 | 20 | CD | 42 | 29 |
| Octal | 44 | 164 | 255 | 117 | 41 | 0 | 40 | 315 | 102 | 51 |
| Binary | 100100 | 1110100 | 10101101 | 1001111 | 100001 | 0 | 100000 | 11001101 | 1000010 | 101001 |
Color Harmonies of #2474AD
Complementary color
Monochromatic Colors of #2474AD
Black with #2474AD
Text Example
Text Example
White with #2474AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2474AD; }
p { color: rgb(36,116,173); }
H1.HeaderClassName
{
color: #2474AD;
}
.AnyTagClassName
{
color: #2474AD;
}
</style>
background-color css
<style>
a { background-color: #2474AD; }
a { background-color: rgb(36,116,173); }
div.DivClassName
{
background-color: #2474AD;
}
.BgClassName
{
background-color: #2474AD;
}
</style>
border-color css
<style>
span { border-color: #2474AD; }
span { border-color: rgb(36,116,173); }
td.TdClassName
{
border-color: #2474AD;
}
.TagClassName
{
border-color: #2474AD;
}
</style>