Shades of Lochmara #2A6DB1
Tints of Lochmara #2A6DB1
RGB
CMYK
RGB Variations
Color information
#2A6DB1 (or 0x2A6DB1) is known color: Lochmara. HEX triplet: 2A, 6D and B1. RGB value is (42,109,177). Sum of RGB (Red+Green+Blue) = 42+109+177=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 177 (69.53% from 255 or 53.96% from 328); Max value from RGB is 177 - color contains mainly: blue. Hex color #2A6DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A6DB1 is #D5924E. Grayscale: #606060. Windows color (decimal): -13996623 or 11627818. OLE color: 11627818.
HSL color Cylindrical-coordinate representation of color #2A6DB1: hue angle of 210.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A6DB1 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 109 | 177 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.31 |
| HSL | 210.22º | 0.62% | 0.43% | - |
| HSV(B) | 210.22º | 0.76% | 0.69% | - |
| XYZ | 14.36 | 14.6 | 43.66 | - |
| YUV | 96.72 | 173.3 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 177 | 0.76 | 0.38 | 0 | 0.31 | 210.22 | 0.62 | 0.43 |
| Hex | 2A | 6D | B1 | 4C | 26 | 0 | 1F | D2 | 3E | 2B |
| Octal | 52 | 155 | 261 | 114 | 46 | 0 | 37 | 322 | 76 | 53 |
| Binary | 101010 | 1101101 | 10110001 | 1001100 | 100110 | 0 | 11111 | 11010010 | 111110 | 101011 |
Color Harmonies of #2A6DB1
Complementary color
Monochromatic Colors of #2A6DB1
Black with #2A6DB1
Text Example
Text Example
White with #2A6DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6DB1; }
p { color: rgb(42,109,177); }
H1.HeaderClassName
{
color: #2A6DB1;
}
.AnyTagClassName
{
color: #2A6DB1;
}
</style>
background-color css
<style>
a { background-color: #2A6DB1; }
a { background-color: rgb(42,109,177); }
div.DivClassName
{
background-color: #2A6DB1;
}
.BgClassName
{
background-color: #2A6DB1;
}
</style>
border-color css
<style>
span { border-color: #2A6DB1; }
span { border-color: rgb(42,109,177); }
td.TdClassName
{
border-color: #2A6DB1;
}
.TagClassName
{
border-color: #2A6DB1;
}
</style>