Shades of Lochmara #2F7DAA
Tints of Lochmara #2F7DAA
RGB
CMYK
RGB Variations
Color information
#2F7DAA (or 0x2F7DAA) is known color: Lochmara. HEX triplet: 2F, 7D and AA. RGB value is (47,125,170). Sum of RGB (Red+Green+Blue) = 47+125+170=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F7DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F7DAA is #D08255. Grayscale: #6A6A6A. Windows color (decimal): -13664854 or 11173167. OLE color: 11173167.
HSL color Cylindrical-coordinate representation of color #2F7DAA: hue angle of 201.95º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F7DAA is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 125 | 170 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.33 |
| HSL | 201.95º | 0.57% | 0.43% | - |
| HSV(B) | 201.95º | 0.72% | 0.67% | - |
| XYZ | 15.76 | 18.17 | 40.71 | - |
| YUV | 106.81 | 163.66 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 125 | 170 | 0.72 | 0.26 | 0 | 0.33 | 201.95 | 0.57 | 0.43 |
| Hex | 2F | 7D | AA | 48 | 1A | 0 | 21 | CA | 39 | 2B |
| Octal | 57 | 175 | 252 | 110 | 32 | 0 | 41 | 312 | 71 | 53 |
| Binary | 101111 | 1111101 | 10101010 | 1001000 | 11010 | 0 | 100001 | 11001010 | 111001 | 101011 |
Color Harmonies of #2F7DAA
Complementary color
Monochromatic Colors of #2F7DAA
Black with #2F7DAA
Text Example
Text Example
White with #2F7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7DAA; }
p { color: rgb(47,125,170); }
H1.HeaderClassName
{
color: #2F7DAA;
}
.AnyTagClassName
{
color: #2F7DAA;
}
</style>
background-color css
<style>
a { background-color: #2F7DAA; }
a { background-color: rgb(47,125,170); }
div.DivClassName
{
background-color: #2F7DAA;
}
.BgClassName
{
background-color: #2F7DAA;
}
</style>
border-color css
<style>
span { border-color: #2F7DAA; }
span { border-color: rgb(47,125,170); }
td.TdClassName
{
border-color: #2F7DAA;
}
.TagClassName
{
border-color: #2F7DAA;
}
</style>