Shades of Lochmara #2F6EBC
Tints of Lochmara #2F6EBC
RGB
CMYK
RGB Variations
Color information
#2F6EBC (or 0x2F6EBC) is known color: Lochmara. HEX triplet: 2F, 6E and BC. RGB value is (47,110,188). Sum of RGB (Red+Green+Blue) = 47+110+188=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F6EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6EBC is #D09143. Grayscale: #636363. Windows color (decimal): -13668676 or 12348975. OLE color: 12348975.
HSL color Cylindrical-coordinate representation of color #2F6EBC: hue angle of 213.19º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F6EBC is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 110 | 188 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.26 |
| HSL | 213.19º | 0.6% | 0.46% | - |
| HSV(B) | 213.19º | 0.75% | 0.74% | - |
| XYZ | 15.83 | 15.39 | 49.71 | - |
| YUV | 100.06 | 177.63 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 110 | 188 | 0.75 | 0.41 | 0 | 0.26 | 213.19 | 0.6 | 0.46 |
| Hex | 2F | 6E | BC | 4B | 29 | 0 | 1A | D5 | 3C | 2E |
| Octal | 57 | 156 | 274 | 113 | 51 | 0 | 32 | 325 | 74 | 56 |
| Binary | 101111 | 1101110 | 10111100 | 1001011 | 101001 | 0 | 11010 | 11010101 | 111100 | 101110 |
Color Harmonies of #2F6EBC
Complementary color
Monochromatic Colors of #2F6EBC
Black with #2F6EBC
Text Example
Text Example
White with #2F6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6EBC; }
p { color: rgb(47,110,188); }
H1.HeaderClassName
{
color: #2F6EBC;
}
.AnyTagClassName
{
color: #2F6EBC;
}
</style>
background-color css
<style>
a { background-color: #2F6EBC; }
a { background-color: rgb(47,110,188); }
div.DivClassName
{
background-color: #2F6EBC;
}
.BgClassName
{
background-color: #2F6EBC;
}
</style>
border-color css
<style>
span { border-color: #2F6EBC; }
span { border-color: rgb(47,110,188); }
td.TdClassName
{
border-color: #2F6EBC;
}
.TagClassName
{
border-color: #2F6EBC;
}
</style>