Shades of Lochmara #2473AD
Tints of Lochmara #2473AD
RGB
CMYK
RGB Variations
Color information
#2473AD (or 0x2473AD) is known color: Lochmara. HEX triplet: 24, 73 and AD. RGB value is (36,115,173). Sum of RGB (Red+Green+Blue) = 36+115+173=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #2473AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2473AD is #DB8C52. Grayscale: #616161. Windows color (decimal): -14388307 or 11367204. OLE color: 11367204.
HSL color Cylindrical-coordinate representation of color #2473AD: hue angle of 205.4º 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 #2473AD is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 115 | 173 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.32 |
| HSL | 205.4º | 0.66% | 0.41% | - |
| HSV(B) | 205.4º | 0.79% | 0.68% | - |
| XYZ | 14.4 | 15.65 | 41.8 | - |
| YUV | 97.99 | 170.33 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 173 | 0.79 | 0.34 | 0 | 0.32 | 205.4 | 0.66 | 0.41 |
| Hex | 24 | 73 | AD | 4F | 22 | 0 | 20 | CD | 42 | 29 |
| Octal | 44 | 163 | 255 | 117 | 42 | 0 | 40 | 315 | 102 | 51 |
| Binary | 100100 | 1110011 | 10101101 | 1001111 | 100010 | 0 | 100000 | 11001101 | 1000010 | 101001 |
Color Harmonies of #2473AD
Complementary color
Monochromatic Colors of #2473AD
Black with #2473AD
Text Example
Text Example
White with #2473AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2473AD; }
p { color: rgb(36,115,173); }
H1.HeaderClassName
{
color: #2473AD;
}
.AnyTagClassName
{
color: #2473AD;
}
</style>
background-color css
<style>
a { background-color: #2473AD; }
a { background-color: rgb(36,115,173); }
div.DivClassName
{
background-color: #2473AD;
}
.BgClassName
{
background-color: #2473AD;
}
</style>
border-color css
<style>
span { border-color: #2473AD; }
span { border-color: rgb(36,115,173); }
td.TdClassName
{
border-color: #2473AD;
}
.TagClassName
{
border-color: #2473AD;
}
</style>