Shades of Lochmara #2B639F
Tints of Lochmara #2B639F
RGB
CMYK
RGB Variations
Color information
#2B639F (or 0x2B639F) is known color: Lochmara. HEX triplet: 2B, 63 and 9F. RGB value is (43,99,159). Sum of RGB (Red+Green+Blue) = 43+99+159=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B639F is #D49C60. Grayscale: #585858. Windows color (decimal): -13933665 or 10445611. OLE color: 10445611.
HSL color Cylindrical-coordinate representation of color #2B639F: hue angle of 211.03º 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 #2B639F is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 99 | 159 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.38 |
| HSL | 211.03º | 0.57% | 0.4% | - |
| HSV(B) | 211.03º | 0.73% | 0.62% | - |
| XYZ | 11.72 | 11.94 | 34.49 | - |
| YUV | 89.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 159 | 0.73 | 0.38 | 0 | 0.38 | 211.03 | 0.57 | 0.4 |
| Hex | 2B | 63 | 9F | 49 | 26 | 0 | 26 | D3 | 39 | 28 |
| Octal | 53 | 143 | 237 | 111 | 46 | 0 | 46 | 323 | 71 | 50 |
| Binary | 101011 | 1100011 | 10011111 | 1001001 | 100110 | 0 | 100110 | 11010011 | 111001 | 101000 |
Color Harmonies of #2B639F
Complementary color
Monochromatic Colors of #2B639F
Black with #2B639F
Text Example
Text Example
White with #2B639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B639F; }
p { color: rgb(43,99,159); }
H1.HeaderClassName
{
color: #2B639F;
}
.AnyTagClassName
{
color: #2B639F;
}
</style>
background-color css
<style>
a { background-color: #2B639F; }
a { background-color: rgb(43,99,159); }
div.DivClassName
{
background-color: #2B639F;
}
.BgClassName
{
background-color: #2B639F;
}
</style>
border-color css
<style>
span { border-color: #2B639F; }
span { border-color: rgb(43,99,159); }
td.TdClassName
{
border-color: #2B639F;
}
.TagClassName
{
border-color: #2B639F;
}
</style>