Shades of Lochmara #2B68B4
Tints of Lochmara #2B68B4
RGB
CMYK
RGB Variations
Color information
#2B68B4 (or 0x2B68B4) is known color: Lochmara. HEX triplet: 2B, 68 and B4. RGB value is (43,104,180). Sum of RGB (Red+Green+Blue) = 43+104+180=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B68B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B68B4 is #D4974B. Grayscale: #5E5E5E. Windows color (decimal): -13932364 or 11823147. OLE color: 11823147.
HSL color Cylindrical-coordinate representation of color #2B68B4: hue angle of 213.28º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B68B4 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 104 | 180 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.29 |
| HSL | 213.28º | 0.61% | 0.44% | - |
| HSV(B) | 213.28º | 0.76% | 0.71% | - |
| XYZ | 14.18 | 13.71 | 45.08 | - |
| YUV | 94.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 180 | 0.76 | 0.42 | 0 | 0.29 | 213.28 | 0.61 | 0.44 |
| Hex | 2B | 68 | B4 | 4C | 2A | 0 | 1D | D5 | 3D | 2C |
| Octal | 53 | 150 | 264 | 114 | 52 | 0 | 35 | 325 | 75 | 54 |
| Binary | 101011 | 1101000 | 10110100 | 1001100 | 101010 | 0 | 11101 | 11010101 | 111101 | 101100 |
Color Harmonies of #2B68B4
Complementary color
Monochromatic Colors of #2B68B4
Black with #2B68B4
Text Example
Text Example
White with #2B68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B68B4; }
p { color: rgb(43,104,180); }
H1.HeaderClassName
{
color: #2B68B4;
}
.AnyTagClassName
{
color: #2B68B4;
}
</style>
background-color css
<style>
a { background-color: #2B68B4; }
a { background-color: rgb(43,104,180); }
div.DivClassName
{
background-color: #2B68B4;
}
.BgClassName
{
background-color: #2B68B4;
}
</style>
border-color css
<style>
span { border-color: #2B68B4; }
span { border-color: rgb(43,104,180); }
td.TdClassName
{
border-color: #2B68B4;
}
.TagClassName
{
border-color: #2B68B4;
}
</style>