Shades of Lochmara #247AAD
Tints of Lochmara #247AAD
RGB
CMYK
RGB Variations
Color information
#247AAD (or 0x247AAD) is known color: Lochmara. HEX triplet: 24, 7A and AD. RGB value is (36,122,173). Sum of RGB (Red+Green+Blue) = 36+122+173=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #247AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247AAD is #DB8552. Grayscale: #656565. Windows color (decimal): -14386515 or 11368996. OLE color: 11368996.
HSL color Cylindrical-coordinate representation of color #247AAD: hue angle of 202.34º 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 #247AAD is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 122 | 173 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.32 |
| HSL | 202.34º | 0.66% | 0.41% | - |
| HSV(B) | 202.34º | 0.79% | 0.68% | - |
| XYZ | 15.23 | 17.31 | 42.07 | - |
| YUV | 102.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 173 | 0.79 | 0.29 | 0 | 0.32 | 202.34 | 0.66 | 0.41 |
| Hex | 24 | 7A | AD | 4F | 1D | 0 | 20 | CA | 42 | 29 |
| Octal | 44 | 172 | 255 | 117 | 35 | 0 | 40 | 312 | 102 | 51 |
| Binary | 100100 | 1111010 | 10101101 | 1001111 | 11101 | 0 | 100000 | 11001010 | 1000010 | 101001 |
Color Harmonies of #247AAD
Complementary color
Monochromatic Colors of #247AAD
Black with #247AAD
Text Example
Text Example
White with #247AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247AAD; }
p { color: rgb(36,122,173); }
H1.HeaderClassName
{
color: #247AAD;
}
.AnyTagClassName
{
color: #247AAD;
}
</style>
background-color css
<style>
a { background-color: #247AAD; }
a { background-color: rgb(36,122,173); }
div.DivClassName
{
background-color: #247AAD;
}
.BgClassName
{
background-color: #247AAD;
}
</style>
border-color css
<style>
span { border-color: #247AAD; }
span { border-color: rgb(36,122,173); }
td.TdClassName
{
border-color: #247AAD;
}
.TagClassName
{
border-color: #247AAD;
}
</style>