Shades of Lochmara #2A789D
Tints of Lochmara #2A789D
RGB
CMYK
RGB Variations
Color information
#2A789D (or 0x2A789D) is known color: Lochmara. HEX triplet: 2A, 78 and 9D. RGB value is (42,120,157). Sum of RGB (Red+Green+Blue) = 42+120+157=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A789D is #D58762. Grayscale: #646464. Windows color (decimal): -13993827 or 10319914. OLE color: 10319914.
HSL color Cylindrical-coordinate representation of color #2A789D: hue angle of 199.3º 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 #2A789D is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 120 | 157 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.38 |
| HSL | 199.3º | 0.58% | 0.39% | - |
| HSV(B) | 199.3º | 0.73% | 0.62% | - |
| XYZ | 13.76 | 16.36 | 34.33 | - |
| YUV | 100.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 157 | 0.73 | 0.24 | 0 | 0.38 | 199.3 | 0.58 | 0.39 |
| Hex | 2A | 78 | 9D | 49 | 18 | 0 | 26 | C7 | 3A | 27 |
| Octal | 52 | 170 | 235 | 111 | 30 | 0 | 46 | 307 | 72 | 47 |
| Binary | 101010 | 1111000 | 10011101 | 1001001 | 11000 | 0 | 100110 | 11000111 | 111010 | 100111 |
Color Harmonies of #2A789D
Complementary color
Monochromatic Colors of #2A789D
Black with #2A789D
Text Example
Text Example
White with #2A789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A789D; }
p { color: rgb(42,120,157); }
H1.HeaderClassName
{
color: #2A789D;
}
.AnyTagClassName
{
color: #2A789D;
}
</style>
background-color css
<style>
a { background-color: #2A789D; }
a { background-color: rgb(42,120,157); }
div.DivClassName
{
background-color: #2A789D;
}
.BgClassName
{
background-color: #2A789D;
}
</style>
border-color css
<style>
span { border-color: #2A789D; }
span { border-color: rgb(42,120,157); }
td.TdClassName
{
border-color: #2A789D;
}
.TagClassName
{
border-color: #2A789D;
}
</style>