Shades of Lochmara #2B749D
Tints of Lochmara #2B749D
RGB
CMYK
RGB Variations
Color information
#2B749D (or 0x2B749D) is known color: Lochmara. HEX triplet: 2B, 74 and 9D. RGB value is (43,116,157). Sum of RGB (Red+Green+Blue) = 43+116+157=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B749D is #D48B62. Grayscale: #626262. Windows color (decimal): -13929315 or 10318891. OLE color: 10318891.
HSL color Cylindrical-coordinate representation of color #2B749D: hue angle of 201.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 #2B749D is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 116 | 157 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.38 |
| HSL | 201.58º | 0.57% | 0.39% | - |
| HSV(B) | 201.58º | 0.73% | 0.62% | - |
| XYZ | 13.33 | 15.44 | 34.18 | - |
| YUV | 98.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 157 | 0.73 | 0.26 | 0 | 0.38 | 201.58 | 0.57 | 0.39 |
| Hex | 2B | 74 | 9D | 49 | 1A | 0 | 26 | CA | 39 | 27 |
| Octal | 53 | 164 | 235 | 111 | 32 | 0 | 46 | 312 | 71 | 47 |
| Binary | 101011 | 1110100 | 10011101 | 1001001 | 11010 | 0 | 100110 | 11001010 | 111001 | 100111 |
Color Harmonies of #2B749D
Complementary color
Monochromatic Colors of #2B749D
Black with #2B749D
Text Example
Text Example
White with #2B749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B749D; }
p { color: rgb(43,116,157); }
H1.HeaderClassName
{
color: #2B749D;
}
.AnyTagClassName
{
color: #2B749D;
}
</style>
background-color css
<style>
a { background-color: #2B749D; }
a { background-color: rgb(43,116,157); }
div.DivClassName
{
background-color: #2B749D;
}
.BgClassName
{
background-color: #2B749D;
}
</style>
border-color css
<style>
span { border-color: #2B749D; }
span { border-color: rgb(43,116,157); }
td.TdClassName
{
border-color: #2B749D;
}
.TagClassName
{
border-color: #2B749D;
}
</style>