Shades of Lochmara #247AAF
Tints of Lochmara #247AAF
RGB
CMYK
RGB Variations
Color information
#247AAF (or 0x247AAF) is known color: Lochmara. HEX triplet: 24, 7A and AF. RGB value is (36,122,175). Sum of RGB (Red+Green+Blue) = 36+122+175=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #247AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247AAF is #DB8550. Grayscale: #666666. Windows color (decimal): -14386513 or 11500068. OLE color: 11500068.
HSL color Cylindrical-coordinate representation of color #247AAF: hue angle of 202.88º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247AAF is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 122 | 175 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.31 |
| HSL | 202.88º | 0.66% | 0.41% | - |
| HSV(B) | 202.88º | 0.79% | 0.69% | - |
| XYZ | 15.42 | 17.39 | 43.1 | - |
| YUV | 102.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 175 | 0.79 | 0.30 | 0 | 0.31 | 202.88 | 0.66 | 0.41 |
| Hex | 24 | 7A | AF | 4F | 1E | 0 | 1F | CB | 42 | 29 |
| Octal | 44 | 172 | 257 | 117 | 36 | 0 | 37 | 313 | 102 | 51 |
| Binary | 100100 | 1111010 | 10101111 | 1001111 | 11110 | 0 | 11111 | 11001011 | 1000010 | 101001 |
Color Harmonies of #247AAF
Complementary color
Monochromatic Colors of #247AAF
Black with #247AAF
Text Example
Text Example
White with #247AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247AAF; }
p { color: rgb(36,122,175); }
H1.HeaderClassName
{
color: #247AAF;
}
.AnyTagClassName
{
color: #247AAF;
}
</style>
background-color css
<style>
a { background-color: #247AAF; }
a { background-color: rgb(36,122,175); }
div.DivClassName
{
background-color: #247AAF;
}
.BgClassName
{
background-color: #247AAF;
}
</style>
border-color css
<style>
span { border-color: #247AAF; }
span { border-color: rgb(36,122,175); }
td.TdClassName
{
border-color: #247AAF;
}
.TagClassName
{
border-color: #247AAF;
}
</style>