Shades of Lochmara #2F7AAE
Tints of Lochmara #2F7AAE
RGB
CMYK
RGB Variations
Color information
#2F7AAE (or 0x2F7AAE) is known color: Lochmara. HEX triplet: 2F, 7A and AE. RGB value is (47,122,174). Sum of RGB (Red+Green+Blue) = 47+122+174=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F7AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7AAE is #D08551. Grayscale: #696969. Windows color (decimal): -13665618 or 11434543. OLE color: 11434543.
HSL color Cylindrical-coordinate representation of color #2F7AAE: hue angle of 204.57º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F7AAE is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 122 | 174 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.32 |
| HSL | 204.57º | 0.57% | 0.43% | - |
| HSV(B) | 204.57º | 0.73% | 0.68% | - |
| XYZ | 15.77 | 17.58 | 42.61 | - |
| YUV | 105.5 | 166.65 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 174 | 0.73 | 0.30 | 0 | 0.32 | 204.57 | 0.57 | 0.43 |
| Hex | 2F | 7A | AE | 49 | 1E | 0 | 20 | CD | 39 | 2B |
| Octal | 57 | 172 | 256 | 111 | 36 | 0 | 40 | 315 | 71 | 53 |
| Binary | 101111 | 1111010 | 10101110 | 1001001 | 11110 | 0 | 100000 | 11001101 | 111001 | 101011 |
Color Harmonies of #2F7AAE
Complementary color
Monochromatic Colors of #2F7AAE
Black with #2F7AAE
Text Example
Text Example
White with #2F7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7AAE; }
p { color: rgb(47,122,174); }
H1.HeaderClassName
{
color: #2F7AAE;
}
.AnyTagClassName
{
color: #2F7AAE;
}
</style>
background-color css
<style>
a { background-color: #2F7AAE; }
a { background-color: rgb(47,122,174); }
div.DivClassName
{
background-color: #2F7AAE;
}
.BgClassName
{
background-color: #2F7AAE;
}
</style>
border-color css
<style>
span { border-color: #2F7AAE; }
span { border-color: rgb(47,122,174); }
td.TdClassName
{
border-color: #2F7AAE;
}
.TagClassName
{
border-color: #2F7AAE;
}
</style>