Shades of Lochmara #2F73AA
Tints of Lochmara #2F73AA
RGB
CMYK
RGB Variations
Color information
#2F73AA (or 0x2F73AA) is known color: Lochmara. HEX triplet: 2F, 73 and AA. RGB value is (47,115,170). Sum of RGB (Red+Green+Blue) = 47+115+170=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F73AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F73AA is #D08C55. Grayscale: #646464. Windows color (decimal): -13667414 or 11170607. OLE color: 11170607.
HSL color Cylindrical-coordinate representation of color #2F73AA: hue angle of 206.83º 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 #2F73AA is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 115 | 170 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.33 |
| HSL | 206.83º | 0.57% | 0.43% | - |
| HSV(B) | 206.83º | 0.72% | 0.67% | - |
| XYZ | 14.56 | 15.77 | 40.31 | - |
| YUV | 100.94 | 166.97 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 115 | 170 | 0.72 | 0.32 | 0 | 0.33 | 206.83 | 0.57 | 0.43 |
| Hex | 2F | 73 | AA | 48 | 20 | 0 | 21 | CF | 39 | 2B |
| Octal | 57 | 163 | 252 | 110 | 40 | 0 | 41 | 317 | 71 | 53 |
| Binary | 101111 | 1110011 | 10101010 | 1001000 | 100000 | 0 | 100001 | 11001111 | 111001 | 101011 |
Color Harmonies of #2F73AA
Complementary color
Monochromatic Colors of #2F73AA
Black with #2F73AA
Text Example
Text Example
White with #2F73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F73AA; }
p { color: rgb(47,115,170); }
H1.HeaderClassName
{
color: #2F73AA;
}
.AnyTagClassName
{
color: #2F73AA;
}
</style>
background-color css
<style>
a { background-color: #2F73AA; }
a { background-color: rgb(47,115,170); }
div.DivClassName
{
background-color: #2F73AA;
}
.BgClassName
{
background-color: #2F73AA;
}
</style>
border-color css
<style>
span { border-color: #2F73AA; }
span { border-color: rgb(47,115,170); }
td.TdClassName
{
border-color: #2F73AA;
}
.TagClassName
{
border-color: #2F73AA;
}
</style>