Shades of Lochmara #2A699A
Tints of Lochmara #2A699A
RGB
CMYK
RGB Variations
Color information
#2A699A (or 0x2A699A) is known color: Lochmara. HEX triplet: 2A, 69 and 9A. RGB value is (42,105,154). Sum of RGB (Red+Green+Blue) = 42+105+154=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A699A is #D59665. Grayscale: #5B5B5B. Windows color (decimal): -13997670 or 10119466. OLE color: 10119466.
HSL color Cylindrical-coordinate representation of color #2A699A: hue angle of 206.25º 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 #2A699A is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 105 | 154 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.40 |
| HSL | 206.25º | 0.57% | 0.38% | - |
| HSV(B) | 206.25º | 0.73% | 0.6% | - |
| XYZ | 11.84 | 12.93 | 32.44 | - |
| YUV | 91.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 154 | 0.73 | 0.32 | 0 | 0.40 | 206.25 | 0.57 | 0.38 |
| Hex | 2A | 69 | 9A | 49 | 20 | 0 | 28 | CE | 39 | 26 |
| Octal | 52 | 151 | 232 | 111 | 40 | 0 | 50 | 316 | 71 | 46 |
| Binary | 101010 | 1101001 | 10011010 | 1001001 | 100000 | 0 | 101000 | 11001110 | 111001 | 100110 |
Color Harmonies of #2A699A
Complementary color
Monochromatic Colors of #2A699A
Black with #2A699A
Text Example
Text Example
White with #2A699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A699A; }
p { color: rgb(42,105,154); }
H1.HeaderClassName
{
color: #2A699A;
}
.AnyTagClassName
{
color: #2A699A;
}
</style>
background-color css
<style>
a { background-color: #2A699A; }
a { background-color: rgb(42,105,154); }
div.DivClassName
{
background-color: #2A699A;
}
.BgClassName
{
background-color: #2A699A;
}
</style>
border-color css
<style>
span { border-color: #2A699A; }
span { border-color: rgb(42,105,154); }
td.TdClassName
{
border-color: #2A699A;
}
.TagClassName
{
border-color: #2A699A;
}
</style>