Shades of Lochmara #2D6AB5
Tints of Lochmara #2D6AB5
RGB
CMYK
RGB Variations
Color information
#2D6AB5 (or 0x2D6AB5) is known color: Lochmara. HEX triplet: 2D, 6A and B5. RGB value is (45,106,181). Sum of RGB (Red+Green+Blue) = 45+106+181=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 181 (71.09% from 255 or 54.52% from 332); Max value from RGB is 181 - color contains mainly: blue. Hex color #2D6AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6AB5 is #D2954A. Grayscale: #5F5F5F. Windows color (decimal): -13800779 or 11889197. OLE color: 11889197.
HSL color Cylindrical-coordinate representation of color #2D6AB5: hue angle of 213.09º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D6AB5 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 106 | 181 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.29 |
| HSL | 213.09º | 0.6% | 0.44% | - |
| HSV(B) | 213.09º | 0.75% | 0.71% | - |
| XYZ | 14.58 | 14.2 | 45.69 | - |
| YUV | 96.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 181 | 0.75 | 0.41 | 0 | 0.29 | 213.09 | 0.6 | 0.44 |
| Hex | 2D | 6A | B5 | 4B | 29 | 0 | 1D | D5 | 3C | 2C |
| Octal | 55 | 152 | 265 | 113 | 51 | 0 | 35 | 325 | 74 | 54 |
| Binary | 101101 | 1101010 | 10110101 | 1001011 | 101001 | 0 | 11101 | 11010101 | 111100 | 101100 |
Color Harmonies of #2D6AB5
Complementary color
Monochromatic Colors of #2D6AB5
Black with #2D6AB5
Text Example
Text Example
White with #2D6AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6AB5; }
p { color: rgb(45,106,181); }
H1.HeaderClassName
{
color: #2D6AB5;
}
.AnyTagClassName
{
color: #2D6AB5;
}
</style>
background-color css
<style>
a { background-color: #2D6AB5; }
a { background-color: rgb(45,106,181); }
div.DivClassName
{
background-color: #2D6AB5;
}
.BgClassName
{
background-color: #2D6AB5;
}
</style>
border-color css
<style>
span { border-color: #2D6AB5; }
span { border-color: rgb(45,106,181); }
td.TdClassName
{
border-color: #2D6AB5;
}
.TagClassName
{
border-color: #2D6AB5;
}
</style>