Shades of Lochmara #2E65B1
Tints of Lochmara #2E65B1
RGB
CMYK
RGB Variations
Color information
#2E65B1 (or 0x2E65B1) is known color: Lochmara. HEX triplet: 2E, 65 and B1. RGB value is (46,101,177). Sum of RGB (Red+Green+Blue) = 46+101+177=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 177 (69.53% from 255 or 54.63% from 324); Max value from RGB is 177 - color contains mainly: blue. Hex color #2E65B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E65B1 is #D19A4E. Grayscale: #5C5C5C. Windows color (decimal): -13736527 or 11625774. OLE color: 11625774.
HSL color Cylindrical-coordinate representation of color #2E65B1: hue angle of 214.81º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E65B1 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 101 | 177 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.31 |
| HSL | 214.81º | 0.59% | 0.44% | - |
| HSV(B) | 214.81º | 0.74% | 0.69% | - |
| XYZ | 13.72 | 13.06 | 43.39 | - |
| YUV | 93.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 101 | 177 | 0.74 | 0.43 | 0 | 0.31 | 214.81 | 0.59 | 0.44 |
| Hex | 2E | 65 | B1 | 4A | 2B | 0 | 1F | D7 | 3B | 2C |
| Octal | 56 | 145 | 261 | 112 | 53 | 0 | 37 | 327 | 73 | 54 |
| Binary | 101110 | 1100101 | 10110001 | 1001010 | 101011 | 0 | 11111 | 11010111 | 111011 | 101100 |
Color Harmonies of #2E65B1
Complementary color
Monochromatic Colors of #2E65B1
Black with #2E65B1
Text Example
Text Example
White with #2E65B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E65B1; }
p { color: rgb(46,101,177); }
H1.HeaderClassName
{
color: #2E65B1;
}
.AnyTagClassName
{
color: #2E65B1;
}
</style>
background-color css
<style>
a { background-color: #2E65B1; }
a { background-color: rgb(46,101,177); }
div.DivClassName
{
background-color: #2E65B1;
}
.BgClassName
{
background-color: #2E65B1;
}
</style>
border-color css
<style>
span { border-color: #2E65B1; }
span { border-color: rgb(46,101,177); }
td.TdClassName
{
border-color: #2E65B1;
}
.TagClassName
{
border-color: #2E65B1;
}
</style>