Shades of Lochmara #2F7AAB
Tints of Lochmara #2F7AAB
RGB
CMYK
RGB Variations
Color information
#2F7AAB (or 0x2F7AAB) is known color: Lochmara. HEX triplet: 2F, 7A and AB. RGB value is (47,122,171). Sum of RGB (Red+Green+Blue) = 47+122+171=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F7AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7AAB is #D08554. Grayscale: #686868. Windows color (decimal): -13665621 or 11237935. OLE color: 11237935.
HSL color Cylindrical-coordinate representation of color #2F7AAB: hue angle of 203.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F7AAB is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 122 | 171 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.33 |
| HSL | 203.71º | 0.57% | 0.43% | - |
| HSV(B) | 203.71º | 0.73% | 0.67% | - |
| XYZ | 15.48 | 17.46 | 41.08 | - |
| YUV | 105.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 122 | 171 | 0.73 | 0.29 | 0 | 0.33 | 203.71 | 0.57 | 0.43 |
| Hex | 2F | 7A | AB | 49 | 1D | 0 | 21 | CC | 39 | 2B |
| Octal | 57 | 172 | 253 | 111 | 35 | 0 | 41 | 314 | 71 | 53 |
| Binary | 101111 | 1111010 | 10101011 | 1001001 | 11101 | 0 | 100001 | 11001100 | 111001 | 101011 |
Color Harmonies of #2F7AAB
Complementary color
Monochromatic Colors of #2F7AAB
Black with #2F7AAB
Text Example
Text Example
White with #2F7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7AAB; }
p { color: rgb(47,122,171); }
H1.HeaderClassName
{
color: #2F7AAB;
}
.AnyTagClassName
{
color: #2F7AAB;
}
</style>
background-color css
<style>
a { background-color: #2F7AAB; }
a { background-color: rgb(47,122,171); }
div.DivClassName
{
background-color: #2F7AAB;
}
.BgClassName
{
background-color: #2F7AAB;
}
</style>
border-color css
<style>
span { border-color: #2F7AAB; }
span { border-color: rgb(47,122,171); }
td.TdClassName
{
border-color: #2F7AAB;
}
.TagClassName
{
border-color: #2F7AAB;
}
</style>