Shades of Lochmara #2B619D
Tints of Lochmara #2B619D
RGB
CMYK
RGB Variations
Color information
#2B619D (or 0x2B619D) is known color: Lochmara. HEX triplet: 2B, 61 and 9D. RGB value is (43,97,157). Sum of RGB (Red+Green+Blue) = 43+97+157=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B619D is #D49E62. Grayscale: #575757. Windows color (decimal): -13934179 or 10314027. OLE color: 10314027.
HSL color Cylindrical-coordinate representation of color #2B619D: hue angle of 211.58º 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 #2B619D is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 97 | 157 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.38 |
| HSL | 211.58º | 0.57% | 0.39% | - |
| HSV(B) | 211.58º | 0.73% | 0.62% | - |
| XYZ | 11.36 | 11.5 | 33.52 | - |
| YUV | 87.69 | 167.11 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 157 | 0.73 | 0.38 | 0 | 0.38 | 211.58 | 0.57 | 0.39 |
| Hex | 2B | 61 | 9D | 49 | 26 | 0 | 26 | D4 | 39 | 27 |
| Octal | 53 | 141 | 235 | 111 | 46 | 0 | 46 | 324 | 71 | 47 |
| Binary | 101011 | 1100001 | 10011101 | 1001001 | 100110 | 0 | 100110 | 11010100 | 111001 | 100111 |
Color Harmonies of #2B619D
Complementary color
Monochromatic Colors of #2B619D
Black with #2B619D
Text Example
Text Example
White with #2B619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B619D; }
p { color: rgb(43,97,157); }
H1.HeaderClassName
{
color: #2B619D;
}
.AnyTagClassName
{
color: #2B619D;
}
</style>
background-color css
<style>
a { background-color: #2B619D; }
a { background-color: rgb(43,97,157); }
div.DivClassName
{
background-color: #2B619D;
}
.BgClassName
{
background-color: #2B619D;
}
</style>
border-color css
<style>
span { border-color: #2B619D; }
span { border-color: rgb(43,97,157); }
td.TdClassName
{
border-color: #2B619D;
}
.TagClassName
{
border-color: #2B619D;
}
</style>