Shades of Lochmara #2B68AF
Tints of Lochmara #2B68AF
RGB
CMYK
RGB Variations
Color information
#2B68AF (or 0x2B68AF) is known color: Lochmara. HEX triplet: 2B, 68 and AF. RGB value is (43,104,175). Sum of RGB (Red+Green+Blue) = 43+104+175=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B68AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B68AF is #D49750. Grayscale: #5D5D5D. Windows color (decimal): -13932369 or 11495467. OLE color: 11495467.
HSL color Cylindrical-coordinate representation of color #2B68AF: hue angle of 212.27º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B68AF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 104 | 175 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.31 |
| HSL | 212.27º | 0.61% | 0.43% | - |
| HSV(B) | 212.27º | 0.75% | 0.69% | - |
| XYZ | 13.68 | 13.51 | 42.44 | - |
| YUV | 93.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 175 | 0.75 | 0.41 | 0 | 0.31 | 212.27 | 0.61 | 0.43 |
| Hex | 2B | 68 | AF | 4B | 29 | 0 | 1F | D4 | 3D | 2B |
| Octal | 53 | 150 | 257 | 113 | 51 | 0 | 37 | 324 | 75 | 53 |
| Binary | 101011 | 1101000 | 10101111 | 1001011 | 101001 | 0 | 11111 | 11010100 | 111101 | 101011 |
Color Harmonies of #2B68AF
Complementary color
Monochromatic Colors of #2B68AF
Black with #2B68AF
Text Example
Text Example
White with #2B68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B68AF; }
p { color: rgb(43,104,175); }
H1.HeaderClassName
{
color: #2B68AF;
}
.AnyTagClassName
{
color: #2B68AF;
}
</style>
background-color css
<style>
a { background-color: #2B68AF; }
a { background-color: rgb(43,104,175); }
div.DivClassName
{
background-color: #2B68AF;
}
.BgClassName
{
background-color: #2B68AF;
}
</style>
border-color css
<style>
span { border-color: #2B68AF; }
span { border-color: rgb(43,104,175); }
td.TdClassName
{
border-color: #2B68AF;
}
.TagClassName
{
border-color: #2B68AF;
}
</style>