Shades of Lochmara #2F76AB
Tints of Lochmara #2F76AB
RGB
CMYK
RGB Variations
Color information
#2F76AB (or 0x2F76AB) is known color: Lochmara. HEX triplet: 2F, 76 and AB. RGB value is (47,118,171). Sum of RGB (Red+Green+Blue) = 47+118+171=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F76AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F76AB is #D08954. Grayscale: #666666. Windows color (decimal): -13666645 or 11236911. OLE color: 11236911.
HSL color Cylindrical-coordinate representation of color #2F76AB: hue angle of 205.65º 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 #2F76AB is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 118 | 171 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.33 |
| HSL | 205.65º | 0.57% | 0.43% | - |
| HSV(B) | 205.65º | 0.73% | 0.67% | - |
| XYZ | 15 | 16.5 | 40.92 | - |
| YUV | 102.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 171 | 0.73 | 0.31 | 0 | 0.33 | 205.65 | 0.57 | 0.43 |
| Hex | 2F | 76 | AB | 49 | 1F | 0 | 21 | CE | 39 | 2B |
| Octal | 57 | 166 | 253 | 111 | 37 | 0 | 41 | 316 | 71 | 53 |
| Binary | 101111 | 1110110 | 10101011 | 1001001 | 11111 | 0 | 100001 | 11001110 | 111001 | 101011 |
Color Harmonies of #2F76AB
Complementary color
Monochromatic Colors of #2F76AB
Black with #2F76AB
Text Example
Text Example
White with #2F76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F76AB; }
p { color: rgb(47,118,171); }
H1.HeaderClassName
{
color: #2F76AB;
}
.AnyTagClassName
{
color: #2F76AB;
}
</style>
background-color css
<style>
a { background-color: #2F76AB; }
a { background-color: rgb(47,118,171); }
div.DivClassName
{
background-color: #2F76AB;
}
.BgClassName
{
background-color: #2F76AB;
}
</style>
border-color css
<style>
span { border-color: #2F76AB; }
span { border-color: rgb(47,118,171); }
td.TdClassName
{
border-color: #2F76AB;
}
.TagClassName
{
border-color: #2F76AB;
}
</style>