Shades of Lochmara #2A699B
Tints of Lochmara #2A699B
RGB
CMYK
RGB Variations
Color information
#2A699B (or 0x2A699B) is known color: Lochmara. HEX triplet: 2A, 69 and 9B. RGB value is (42,105,155). Sum of RGB (Red+Green+Blue) = 42+105+155=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A699B is #D59664. Grayscale: #5B5B5B. Windows color (decimal): -13997669 or 10185002. OLE color: 10185002.
HSL color Cylindrical-coordinate representation of color #2A699B: hue angle of 206.55º 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 #2A699B is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 105 | 155 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.39 |
| HSL | 206.55º | 0.57% | 0.39% | - |
| HSV(B) | 206.55º | 0.73% | 0.61% | - |
| XYZ | 11.92 | 12.96 | 32.88 | - |
| YUV | 91.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 155 | 0.73 | 0.32 | 0 | 0.39 | 206.55 | 0.57 | 0.39 |
| Hex | 2A | 69 | 9B | 49 | 20 | 0 | 27 | CF | 39 | 27 |
| Octal | 52 | 151 | 233 | 111 | 40 | 0 | 47 | 317 | 71 | 47 |
| Binary | 101010 | 1101001 | 10011011 | 1001001 | 100000 | 0 | 100111 | 11001111 | 111001 | 100111 |
Color Harmonies of #2A699B
Complementary color
Monochromatic Colors of #2A699B
Black with #2A699B
Text Example
Text Example
White with #2A699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A699B; }
p { color: rgb(42,105,155); }
H1.HeaderClassName
{
color: #2A699B;
}
.AnyTagClassName
{
color: #2A699B;
}
</style>
background-color css
<style>
a { background-color: #2A699B; }
a { background-color: rgb(42,105,155); }
div.DivClassName
{
background-color: #2A699B;
}
.BgClassName
{
background-color: #2A699B;
}
</style>
border-color css
<style>
span { border-color: #2A699B; }
span { border-color: rgb(42,105,155); }
td.TdClassName
{
border-color: #2A699B;
}
.TagClassName
{
border-color: #2A699B;
}
</style>