Shades of Lochmara #2A739B
Tints of Lochmara #2A739B
RGB
CMYK
RGB Variations
Color information
#2A739B (or 0x2A739B) is known color: Lochmara. HEX triplet: 2A, 73 and 9B. RGB value is (42,115,155). Sum of RGB (Red+Green+Blue) = 42+115+155=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A739B is #D58C64. Grayscale: #616161. Windows color (decimal): -13995109 or 10187562. OLE color: 10187562.
HSL color Cylindrical-coordinate representation of color #2A739B: hue angle of 201.24º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A739B is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 115 | 155 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.39 |
| HSL | 201.24º | 0.57% | 0.39% | - |
| HSV(B) | 201.24º | 0.73% | 0.61% | - |
| XYZ | 13 | 15.12 | 33.24 | - |
| YUV | 97.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 155 | 0.73 | 0.26 | 0 | 0.39 | 201.24 | 0.57 | 0.39 |
| Hex | 2A | 73 | 9B | 49 | 1A | 0 | 27 | C9 | 39 | 27 |
| Octal | 52 | 163 | 233 | 111 | 32 | 0 | 47 | 311 | 71 | 47 |
| Binary | 101010 | 1110011 | 10011011 | 1001001 | 11010 | 0 | 100111 | 11001001 | 111001 | 100111 |
Color Harmonies of #2A739B
Complementary color
Monochromatic Colors of #2A739B
Black with #2A739B
Text Example
Text Example
White with #2A739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A739B; }
p { color: rgb(42,115,155); }
H1.HeaderClassName
{
color: #2A739B;
}
.AnyTagClassName
{
color: #2A739B;
}
</style>
background-color css
<style>
a { background-color: #2A739B; }
a { background-color: rgb(42,115,155); }
div.DivClassName
{
background-color: #2A739B;
}
.BgClassName
{
background-color: #2A739B;
}
</style>
border-color css
<style>
span { border-color: #2A739B; }
span { border-color: rgb(42,115,155); }
td.TdClassName
{
border-color: #2A739B;
}
.TagClassName
{
border-color: #2A739B;
}
</style>