Shades of Lochmara #2E669B
Tints of Lochmara #2E669B
RGB
CMYK
RGB Variations
Color information
#2E669B (or 0x2E669B) is known color: Lochmara. HEX triplet: 2E, 66 and 9B. RGB value is (46,102,155). Sum of RGB (Red+Green+Blue) = 46+102+155=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E669B is #D19964. Grayscale: #5B5B5B. Windows color (decimal): -13736293 or 10184238. OLE color: 10184238.
HSL color Cylindrical-coordinate representation of color #2E669B: hue angle of 209.17º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E669B is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 102 | 155 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.39 |
| HSL | 209.17º | 0.54% | 0.39% | - |
| HSV(B) | 209.17º | 0.7% | 0.61% | - |
| XYZ | 11.79 | 12.45 | 32.79 | - |
| YUV | 91.3 | 163.95 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 155 | 0.70 | 0.34 | 0 | 0.39 | 209.17 | 0.54 | 0.39 |
| Hex | 2E | 66 | 9B | 46 | 22 | 0 | 27 | D1 | 36 | 27 |
| Octal | 56 | 146 | 233 | 106 | 42 | 0 | 47 | 321 | 66 | 47 |
| Binary | 101110 | 1100110 | 10011011 | 1000110 | 100010 | 0 | 100111 | 11010001 | 110110 | 100111 |
Color Harmonies of #2E669B
Complementary color
Monochromatic Colors of #2E669B
Black with #2E669B
Text Example
Text Example
White with #2E669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E669B; }
p { color: rgb(46,102,155); }
H1.HeaderClassName
{
color: #2E669B;
}
.AnyTagClassName
{
color: #2E669B;
}
</style>
background-color css
<style>
a { background-color: #2E669B; }
a { background-color: rgb(46,102,155); }
div.DivClassName
{
background-color: #2E669B;
}
.BgClassName
{
background-color: #2E669B;
}
</style>
border-color css
<style>
span { border-color: #2E669B; }
span { border-color: rgb(46,102,155); }
td.TdClassName
{
border-color: #2E669B;
}
.TagClassName
{
border-color: #2E669B;
}
</style>