Shades of Lochmara #2A769A
Tints of Lochmara #2A769A
RGB
CMYK
RGB Variations
Color information
#2A769A (or 0x2A769A) is known color: Lochmara. HEX triplet: 2A, 76 and 9A. RGB value is (42,118,154). Sum of RGB (Red+Green+Blue) = 42+118+154=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A769A is #D58965. Grayscale: #636363. Windows color (decimal): -13994342 or 10122794. OLE color: 10122794.
HSL color Cylindrical-coordinate representation of color #2A769A: hue angle of 199.29º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A769A is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 118 | 154 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.40 |
| HSL | 199.29º | 0.57% | 0.38% | - |
| HSV(B) | 199.29º | 0.73% | 0.6% | - |
| XYZ | 13.27 | 15.78 | 32.92 | - |
| YUV | 99.38 | 158.82 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 118 | 154 | 0.73 | 0.23 | 0 | 0.40 | 199.29 | 0.57 | 0.38 |
| Hex | 2A | 76 | 9A | 49 | 17 | 0 | 28 | C7 | 39 | 26 |
| Octal | 52 | 166 | 232 | 111 | 27 | 0 | 50 | 307 | 71 | 46 |
| Binary | 101010 | 1110110 | 10011010 | 1001001 | 10111 | 0 | 101000 | 11000111 | 111001 | 100110 |
Color Harmonies of #2A769A
Complementary color
Monochromatic Colors of #2A769A
Black with #2A769A
Text Example
Text Example
White with #2A769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A769A; }
p { color: rgb(42,118,154); }
H1.HeaderClassName
{
color: #2A769A;
}
.AnyTagClassName
{
color: #2A769A;
}
</style>
background-color css
<style>
a { background-color: #2A769A; }
a { background-color: rgb(42,118,154); }
div.DivClassName
{
background-color: #2A769A;
}
.BgClassName
{
background-color: #2A769A;
}
</style>
border-color css
<style>
span { border-color: #2A769A; }
span { border-color: rgb(42,118,154); }
td.TdClassName
{
border-color: #2A769A;
}
.TagClassName
{
border-color: #2A769A;
}
</style>