Shades of Lochmara #2A699D
Tints of Lochmara #2A699D
RGB
CMYK
RGB Variations
Color information
#2A699D (or 0x2A699D) is known color: Lochmara. HEX triplet: 2A, 69 and 9D. RGB value is (42,105,157). Sum of RGB (Red+Green+Blue) = 42+105+157=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A699D is #D59662. Grayscale: #5B5B5B. Windows color (decimal): -13997667 or 10316074. OLE color: 10316074.
HSL color Cylindrical-coordinate representation of color #2A699D: hue angle of 207.13º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A699D is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 105 | 157 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.38 |
| HSL | 207.13º | 0.58% | 0.39% | - |
| HSV(B) | 207.13º | 0.73% | 0.62% | - |
| XYZ | 12.09 | 13.03 | 33.78 | - |
| YUV | 92.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 157 | 0.73 | 0.33 | 0 | 0.38 | 207.13 | 0.58 | 0.39 |
| Hex | 2A | 69 | 9D | 49 | 21 | 0 | 26 | CF | 3A | 27 |
| Octal | 52 | 151 | 235 | 111 | 41 | 0 | 46 | 317 | 72 | 47 |
| Binary | 101010 | 1101001 | 10011101 | 1001001 | 100001 | 0 | 100110 | 11001111 | 111010 | 100111 |
Color Harmonies of #2A699D
Complementary color
Monochromatic Colors of #2A699D
Black with #2A699D
Text Example
Text Example
White with #2A699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A699D; }
p { color: rgb(42,105,157); }
H1.HeaderClassName
{
color: #2A699D;
}
.AnyTagClassName
{
color: #2A699D;
}
</style>
background-color css
<style>
a { background-color: #2A699D; }
a { background-color: rgb(42,105,157); }
div.DivClassName
{
background-color: #2A699D;
}
.BgClassName
{
background-color: #2A699D;
}
</style>
border-color css
<style>
span { border-color: #2A699D; }
span { border-color: rgb(42,105,157); }
td.TdClassName
{
border-color: #2A699D;
}
.TagClassName
{
border-color: #2A699D;
}
</style>