Shades of Lochmara #2D61AB
Tints of Lochmara #2D61AB
RGB
CMYK
RGB Variations
Color information
#2D61AB (or 0x2D61AB) is known color: Lochmara. HEX triplet: 2D, 61 and AB. RGB value is (45,97,171). Sum of RGB (Red+Green+Blue) = 45+97+171=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D61AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D61AB is #D29E54. Grayscale: #595959. Windows color (decimal): -13803093 or 11231533. OLE color: 11231533.
HSL color Cylindrical-coordinate representation of color #2D61AB: hue angle of 215.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D61AB is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 97 | 171 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.33 |
| HSL | 215.24º | 0.58% | 0.42% | - |
| HSV(B) | 215.24º | 0.74% | 0.67% | - |
| XYZ | 12.71 | 12.05 | 40.18 | - |
| YUV | 89.89 | 173.77 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 171 | 0.74 | 0.43 | 0 | 0.33 | 215.24 | 0.58 | 0.42 |
| Hex | 2D | 61 | AB | 4A | 2B | 0 | 21 | D7 | 3A | 2A |
| Octal | 55 | 141 | 253 | 112 | 53 | 0 | 41 | 327 | 72 | 52 |
| Binary | 101101 | 1100001 | 10101011 | 1001010 | 101011 | 0 | 100001 | 11010111 | 111010 | 101010 |
Color Harmonies of #2D61AB
Complementary color
Monochromatic Colors of #2D61AB
Black with #2D61AB
Text Example
Text Example
White with #2D61AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D61AB; }
p { color: rgb(45,97,171); }
H1.HeaderClassName
{
color: #2D61AB;
}
.AnyTagClassName
{
color: #2D61AB;
}
</style>
background-color css
<style>
a { background-color: #2D61AB; }
a { background-color: rgb(45,97,171); }
div.DivClassName
{
background-color: #2D61AB;
}
.BgClassName
{
background-color: #2D61AB;
}
</style>
border-color css
<style>
span { border-color: #2D61AB; }
span { border-color: rgb(45,97,171); }
td.TdClassName
{
border-color: #2D61AB;
}
.TagClassName
{
border-color: #2D61AB;
}
</style>