Shades of Lochmara #2B68A9
Tints of Lochmara #2B68A9
RGB
CMYK
RGB Variations
Color information
#2B68A9 (or 0x2B68A9) is known color: Lochmara. HEX triplet: 2B, 68 and A9. RGB value is (43,104,169). Sum of RGB (Red+Green+Blue) = 43+104+169=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #2B68A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B68A9 is #D49756. Grayscale: #5C5C5C. Windows color (decimal): -13932375 or 11102251. OLE color: 11102251.
HSL color Cylindrical-coordinate representation of color #2B68A9: hue angle of 210.95º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B68A9 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 104 | 169 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.34 |
| HSL | 210.95º | 0.59% | 0.42% | - |
| HSV(B) | 210.95º | 0.75% | 0.66% | - |
| XYZ | 13.11 | 13.28 | 39.41 | - |
| YUV | 93.17 | 170.79 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 169 | 0.75 | 0.38 | 0 | 0.34 | 210.95 | 0.59 | 0.42 |
| Hex | 2B | 68 | A9 | 4B | 26 | 0 | 22 | D3 | 3B | 2A |
| Octal | 53 | 150 | 251 | 113 | 46 | 0 | 42 | 323 | 73 | 52 |
| Binary | 101011 | 1101000 | 10101001 | 1001011 | 100110 | 0 | 100010 | 11010011 | 111011 | 101010 |
Color Harmonies of #2B68A9
Complementary color
Monochromatic Colors of #2B68A9
Black with #2B68A9
Text Example
Text Example
White with #2B68A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B68A9; }
p { color: rgb(43,104,169); }
H1.HeaderClassName
{
color: #2B68A9;
}
.AnyTagClassName
{
color: #2B68A9;
}
</style>
background-color css
<style>
a { background-color: #2B68A9; }
a { background-color: rgb(43,104,169); }
div.DivClassName
{
background-color: #2B68A9;
}
.BgClassName
{
background-color: #2B68A9;
}
</style>
border-color css
<style>
span { border-color: #2B68A9; }
span { border-color: rgb(43,104,169); }
td.TdClassName
{
border-color: #2B68A9;
}
.TagClassName
{
border-color: #2B68A9;
}
</style>