Shades of Lochmara #2E6FBA
Tints of Lochmara #2E6FBA
RGB
CMYK
RGB Variations
Color information
#2E6FBA (or 0x2E6FBA) is known color: Lochmara. HEX triplet: 2E, 6F and BA. RGB value is (46,111,186). Sum of RGB (Red+Green+Blue) = 46+111+186=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E6FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6FBA is #D19045. Grayscale: #636363. Windows color (decimal): -13733958 or 12218158. OLE color: 12218158.
HSL color Cylindrical-coordinate representation of color #2E6FBA: hue angle of 212.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E6FBA is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 111 | 186 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.27 |
| HSL | 212.14º | 0.6% | 0.45% | - |
| HSV(B) | 212.14º | 0.75% | 0.73% | - |
| XYZ | 15.67 | 15.49 | 48.62 | - |
| YUV | 100.12 | 176.47 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 186 | 0.75 | 0.40 | 0 | 0.27 | 212.14 | 0.6 | 0.45 |
| Hex | 2E | 6F | BA | 4B | 28 | 0 | 1B | D4 | 3C | 2D |
| Octal | 56 | 157 | 272 | 113 | 50 | 0 | 33 | 324 | 74 | 55 |
| Binary | 101110 | 1101111 | 10111010 | 1001011 | 101000 | 0 | 11011 | 11010100 | 111100 | 101101 |
Color Harmonies of #2E6FBA
Complementary color
Monochromatic Colors of #2E6FBA
Black with #2E6FBA
Text Example
Text Example
White with #2E6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6FBA; }
p { color: rgb(46,111,186); }
H1.HeaderClassName
{
color: #2E6FBA;
}
.AnyTagClassName
{
color: #2E6FBA;
}
</style>
background-color css
<style>
a { background-color: #2E6FBA; }
a { background-color: rgb(46,111,186); }
div.DivClassName
{
background-color: #2E6FBA;
}
.BgClassName
{
background-color: #2E6FBA;
}
</style>
border-color css
<style>
span { border-color: #2E6FBA; }
span { border-color: rgb(46,111,186); }
td.TdClassName
{
border-color: #2E6FBA;
}
.TagClassName
{
border-color: #2E6FBA;
}
</style>