Shades of Lochmara #2B679D
Tints of Lochmara #2B679D
RGB
CMYK
RGB Variations
Color information
#2B679D (or 0x2B679D) is known color: Lochmara. HEX triplet: 2B, 67 and 9D. RGB value is (43,103,157). Sum of RGB (Red+Green+Blue) = 43+103+157=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B679D is #D49862. Grayscale: #5A5A5A. Windows color (decimal): -13932643 or 10315563. OLE color: 10315563.
HSL color Cylindrical-coordinate representation of color #2B679D: hue angle of 208.42º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B679D is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 103 | 157 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.38 |
| HSL | 208.42º | 0.57% | 0.39% | - |
| HSV(B) | 208.42º | 0.73% | 0.62% | - |
| XYZ | 11.93 | 12.65 | 33.71 | - |
| YUV | 91.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 157 | 0.73 | 0.34 | 0 | 0.38 | 208.42 | 0.57 | 0.39 |
| Hex | 2B | 67 | 9D | 49 | 22 | 0 | 26 | D0 | 39 | 27 |
| Octal | 53 | 147 | 235 | 111 | 42 | 0 | 46 | 320 | 71 | 47 |
| Binary | 101011 | 1100111 | 10011101 | 1001001 | 100010 | 0 | 100110 | 11010000 | 111001 | 100111 |
Color Harmonies of #2B679D
Complementary color
Monochromatic Colors of #2B679D
Black with #2B679D
Text Example
Text Example
White with #2B679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B679D; }
p { color: rgb(43,103,157); }
H1.HeaderClassName
{
color: #2B679D;
}
.AnyTagClassName
{
color: #2B679D;
}
</style>
background-color css
<style>
a { background-color: #2B679D; }
a { background-color: rgb(43,103,157); }
div.DivClassName
{
background-color: #2B679D;
}
.BgClassName
{
background-color: #2B679D;
}
</style>
border-color css
<style>
span { border-color: #2B679D; }
span { border-color: rgb(43,103,157); }
td.TdClassName
{
border-color: #2B679D;
}
.TagClassName
{
border-color: #2B679D;
}
</style>