Shades of Lochmara #2470AF
Tints of Lochmara #2470AF
RGB
CMYK
RGB Variations
Color information
#2470AF (or 0x2470AF) is known color: Lochmara. HEX triplet: 24, 70 and AF. RGB value is (36,112,175). Sum of RGB (Red+Green+Blue) = 36+112+175=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #2470AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2470AF is #DB8F50. Grayscale: #606060. Windows color (decimal): -14389073 or 11497508. OLE color: 11497508.
HSL color Cylindrical-coordinate representation of color #2470AF: hue angle of 207.19º 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 #2470AF is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 112 | 175 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.31 |
| HSL | 207.19º | 0.66% | 0.41% | - |
| HSV(B) | 207.19º | 0.79% | 0.69% | - |
| XYZ | 14.26 | 15.06 | 42.71 | - |
| YUV | 96.46 | 172.32 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 175 | 0.79 | 0.36 | 0 | 0.31 | 207.19 | 0.66 | 0.41 |
| Hex | 24 | 70 | AF | 4F | 24 | 0 | 1F | CF | 42 | 29 |
| Octal | 44 | 160 | 257 | 117 | 44 | 0 | 37 | 317 | 102 | 51 |
| Binary | 100100 | 1110000 | 10101111 | 1001111 | 100100 | 0 | 11111 | 11001111 | 1000010 | 101001 |
Color Harmonies of #2470AF
Complementary color
Monochromatic Colors of #2470AF
Black with #2470AF
Text Example
Text Example
White with #2470AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2470AF; }
p { color: rgb(36,112,175); }
H1.HeaderClassName
{
color: #2470AF;
}
.AnyTagClassName
{
color: #2470AF;
}
</style>
background-color css
<style>
a { background-color: #2470AF; }
a { background-color: rgb(36,112,175); }
div.DivClassName
{
background-color: #2470AF;
}
.BgClassName
{
background-color: #2470AF;
}
</style>
border-color css
<style>
span { border-color: #2470AF; }
span { border-color: rgb(36,112,175); }
td.TdClassName
{
border-color: #2470AF;
}
.TagClassName
{
border-color: #2470AF;
}
</style>