Shades of Lochmara #2B639B
Tints of Lochmara #2B639B
RGB
CMYK
RGB Variations
Color information
#2B639B (or 0x2B639B) is known color: Lochmara. HEX triplet: 2B, 63 and 9B. RGB value is (43,99,155). Sum of RGB (Red+Green+Blue) = 43+99+155=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B639B is #D49C64. Grayscale: #585858. Windows color (decimal): -13933669 or 10183467. OLE color: 10183467.
HSL color Cylindrical-coordinate representation of color #2B639B: hue angle of 210º 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 #2B639B is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 99 | 155 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.39 |
| HSL | 210º | 0.57% | 0.39% | - |
| HSV(B) | 210º | 0.72% | 0.61% | - |
| XYZ | 11.37 | 11.8 | 32.69 | - |
| YUV | 88.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 155 | 0.72 | 0.36 | 0 | 0.39 | 210 | 0.57 | 0.39 |
| Hex | 2B | 63 | 9B | 48 | 24 | 0 | 27 | D2 | 39 | 27 |
| Octal | 53 | 143 | 233 | 110 | 44 | 0 | 47 | 322 | 71 | 47 |
| Binary | 101011 | 1100011 | 10011011 | 1001000 | 100100 | 0 | 100111 | 11010010 | 111001 | 100111 |
Color Harmonies of #2B639B
Complementary color
Monochromatic Colors of #2B639B
Black with #2B639B
Text Example
Text Example
White with #2B639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B639B; }
p { color: rgb(43,99,155); }
H1.HeaderClassName
{
color: #2B639B;
}
.AnyTagClassName
{
color: #2B639B;
}
</style>
background-color css
<style>
a { background-color: #2B639B; }
a { background-color: rgb(43,99,155); }
div.DivClassName
{
background-color: #2B639B;
}
.BgClassName
{
background-color: #2B639B;
}
</style>
border-color css
<style>
span { border-color: #2B639B; }
span { border-color: rgb(43,99,155); }
td.TdClassName
{
border-color: #2B639B;
}
.TagClassName
{
border-color: #2B639B;
}
</style>