Shades of Lochmara #2A689A
Tints of Lochmara #2A689A
RGB
CMYK
RGB Variations
Color information
#2A689A (or 0x2A689A) is known color: Lochmara. HEX triplet: 2A, 68 and 9A. RGB value is (42,104,154). Sum of RGB (Red+Green+Blue) = 42+104+154=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A689A is #D59765. Grayscale: #5A5A5A. Windows color (decimal): -13997926 or 10119210. OLE color: 10119210.
HSL color Cylindrical-coordinate representation of color #2A689A: hue angle of 206.79º 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 #2A689A is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 104 | 154 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.40 |
| HSL | 206.79º | 0.57% | 0.38% | - |
| HSV(B) | 206.79º | 0.73% | 0.6% | - |
| XYZ | 11.74 | 12.73 | 32.41 | - |
| YUV | 91.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 154 | 0.73 | 0.32 | 0 | 0.40 | 206.79 | 0.57 | 0.38 |
| Hex | 2A | 68 | 9A | 49 | 20 | 0 | 28 | CF | 39 | 26 |
| Octal | 52 | 150 | 232 | 111 | 40 | 0 | 50 | 317 | 71 | 46 |
| Binary | 101010 | 1101000 | 10011010 | 1001001 | 100000 | 0 | 101000 | 11001111 | 111001 | 100110 |
Color Harmonies of #2A689A
Complementary color
Monochromatic Colors of #2A689A
Black with #2A689A
Text Example
Text Example
White with #2A689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A689A; }
p { color: rgb(42,104,154); }
H1.HeaderClassName
{
color: #2A689A;
}
.AnyTagClassName
{
color: #2A689A;
}
</style>
background-color css
<style>
a { background-color: #2A689A; }
a { background-color: rgb(42,104,154); }
div.DivClassName
{
background-color: #2A689A;
}
.BgClassName
{
background-color: #2A689A;
}
</style>
border-color css
<style>
span { border-color: #2A689A; }
span { border-color: rgb(42,104,154); }
td.TdClassName
{
border-color: #2A689A;
}
.TagClassName
{
border-color: #2A689A;
}
</style>