Shades of Lochmara #2B689B
Tints of Lochmara #2B689B
RGB
CMYK
RGB Variations
Color information
#2B689B (or 0x2B689B) is known color: Lochmara. HEX triplet: 2B, 68 and 9B. RGB value is (43,104,155). Sum of RGB (Red+Green+Blue) = 43+104+155=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B689B is #D49764. Grayscale: #5B5B5B. Windows color (decimal): -13932389 or 10184747. OLE color: 10184747.
HSL color Cylindrical-coordinate representation of color #2B689B: hue angle of 207.32º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B689B is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 104 | 155 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.39 |
| HSL | 207.32º | 0.57% | 0.39% | - |
| HSV(B) | 207.32º | 0.72% | 0.61% | - |
| XYZ | 11.86 | 12.78 | 32.85 | - |
| YUV | 91.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 155 | 0.72 | 0.33 | 0 | 0.39 | 207.32 | 0.57 | 0.39 |
| Hex | 2B | 68 | 9B | 48 | 21 | 0 | 27 | CF | 39 | 27 |
| Octal | 53 | 150 | 233 | 110 | 41 | 0 | 47 | 317 | 71 | 47 |
| Binary | 101011 | 1101000 | 10011011 | 1001000 | 100001 | 0 | 100111 | 11001111 | 111001 | 100111 |
Color Harmonies of #2B689B
Complementary color
Monochromatic Colors of #2B689B
Black with #2B689B
Text Example
Text Example
White with #2B689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B689B; }
p { color: rgb(43,104,155); }
H1.HeaderClassName
{
color: #2B689B;
}
.AnyTagClassName
{
color: #2B689B;
}
</style>
background-color css
<style>
a { background-color: #2B689B; }
a { background-color: rgb(43,104,155); }
div.DivClassName
{
background-color: #2B689B;
}
.BgClassName
{
background-color: #2B689B;
}
</style>
border-color css
<style>
span { border-color: #2B689B; }
span { border-color: rgb(43,104,155); }
td.TdClassName
{
border-color: #2B689B;
}
.TagClassName
{
border-color: #2B689B;
}
</style>