Shades of Lochmara #2A749B
Tints of Lochmara #2A749B
RGB
CMYK
RGB Variations
Color information
#2A749B (or 0x2A749B) is known color: Lochmara. HEX triplet: 2A, 74 and 9B. RGB value is (42,116,155). Sum of RGB (Red+Green+Blue) = 42+116+155=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A749B is #D58B64. Grayscale: #626262. Windows color (decimal): -13994853 or 10187818. OLE color: 10187818.
HSL color Cylindrical-coordinate representation of color #2A749B: hue angle of 200.71º 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 #2A749B is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 116 | 155 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.39 |
| HSL | 200.71º | 0.57% | 0.39% | - |
| HSV(B) | 200.71º | 0.73% | 0.61% | - |
| XYZ | 13.12 | 15.35 | 33.28 | - |
| YUV | 98.32 | 159.98 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 155 | 0.73 | 0.25 | 0 | 0.39 | 200.71 | 0.57 | 0.39 |
| Hex | 2A | 74 | 9B | 49 | 19 | 0 | 27 | C9 | 39 | 27 |
| Octal | 52 | 164 | 233 | 111 | 31 | 0 | 47 | 311 | 71 | 47 |
| Binary | 101010 | 1110100 | 10011011 | 1001001 | 11001 | 0 | 100111 | 11001001 | 111001 | 100111 |
Color Harmonies of #2A749B
Complementary color
Monochromatic Colors of #2A749B
Black with #2A749B
Text Example
Text Example
White with #2A749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A749B; }
p { color: rgb(42,116,155); }
H1.HeaderClassName
{
color: #2A749B;
}
.AnyTagClassName
{
color: #2A749B;
}
</style>
background-color css
<style>
a { background-color: #2A749B; }
a { background-color: rgb(42,116,155); }
div.DivClassName
{
background-color: #2A749B;
}
.BgClassName
{
background-color: #2A749B;
}
</style>
border-color css
<style>
span { border-color: #2A749B; }
span { border-color: rgb(42,116,155); }
td.TdClassName
{
border-color: #2A749B;
}
.TagClassName
{
border-color: #2A749B;
}
</style>