Shades of Lochmara #2B749F
Tints of Lochmara #2B749F
RGB
CMYK
RGB Variations
Color information
#2B749F (or 0x2B749F) is known color: Lochmara. HEX triplet: 2B, 74 and 9F. RGB value is (43,116,159). Sum of RGB (Red+Green+Blue) = 43+116+159=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B749F is #D48B60. Grayscale: #626262. Windows color (decimal): -13929313 or 10449963. OLE color: 10449963.
HSL color Cylindrical-coordinate representation of color #2B749F: hue angle of 202.24º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B749F is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 116 | 159 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.38 |
| HSL | 202.24º | 0.57% | 0.4% | - |
| HSV(B) | 202.24º | 0.73% | 0.62% | - |
| XYZ | 13.5 | 15.51 | 35.08 | - |
| YUV | 99.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 159 | 0.73 | 0.27 | 0 | 0.38 | 202.24 | 0.57 | 0.4 |
| Hex | 2B | 74 | 9F | 49 | 1B | 0 | 26 | CA | 39 | 28 |
| Octal | 53 | 164 | 237 | 111 | 33 | 0 | 46 | 312 | 71 | 50 |
| Binary | 101011 | 1110100 | 10011111 | 1001001 | 11011 | 0 | 100110 | 11001010 | 111001 | 101000 |
Color Harmonies of #2B749F
Complementary color
Monochromatic Colors of #2B749F
Black with #2B749F
Text Example
Text Example
White with #2B749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B749F; }
p { color: rgb(43,116,159); }
H1.HeaderClassName
{
color: #2B749F;
}
.AnyTagClassName
{
color: #2B749F;
}
</style>
background-color css
<style>
a { background-color: #2B749F; }
a { background-color: rgb(43,116,159); }
div.DivClassName
{
background-color: #2B749F;
}
.BgClassName
{
background-color: #2B749F;
}
</style>
border-color css
<style>
span { border-color: #2B749F; }
span { border-color: rgb(43,116,159); }
td.TdClassName
{
border-color: #2B749F;
}
.TagClassName
{
border-color: #2B749F;
}
</style>