Shades of Lochmara #2B639C
Tints of Lochmara #2B639C
RGB
CMYK
RGB Variations
Color information
#2B639C (or 0x2B639C) is known color: Lochmara. HEX triplet: 2B, 63 and 9C. RGB value is (43,99,156). Sum of RGB (Red+Green+Blue) = 43+99+156=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B639C is #D49C63. Grayscale: #585858. Windows color (decimal): -13933668 or 10249003. OLE color: 10249003.
HSL color Cylindrical-coordinate representation of color #2B639C: hue angle of 210.27º 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 #2B639C is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 99 | 156 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.39 |
| HSL | 210.27º | 0.57% | 0.39% | - |
| HSV(B) | 210.27º | 0.72% | 0.61% | - |
| XYZ | 11.46 | 11.84 | 33.13 | - |
| YUV | 88.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 156 | 0.72 | 0.37 | 0 | 0.39 | 210.27 | 0.57 | 0.39 |
| Hex | 2B | 63 | 9C | 48 | 25 | 0 | 27 | D2 | 39 | 27 |
| Octal | 53 | 143 | 234 | 110 | 45 | 0 | 47 | 322 | 71 | 47 |
| Binary | 101011 | 1100011 | 10011100 | 1001000 | 100101 | 0 | 100111 | 11010010 | 111001 | 100111 |
Color Harmonies of #2B639C
Complementary color
Monochromatic Colors of #2B639C
Black with #2B639C
Text Example
Text Example
White with #2B639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B639C; }
p { color: rgb(43,99,156); }
H1.HeaderClassName
{
color: #2B639C;
}
.AnyTagClassName
{
color: #2B639C;
}
</style>
background-color css
<style>
a { background-color: #2B639C; }
a { background-color: rgb(43,99,156); }
div.DivClassName
{
background-color: #2B639C;
}
.BgClassName
{
background-color: #2B639C;
}
</style>
border-color css
<style>
span { border-color: #2B639C; }
span { border-color: rgb(43,99,156); }
td.TdClassName
{
border-color: #2B639C;
}
.TagClassName
{
border-color: #2B639C;
}
</style>