Shades of Lochmara #2A7C9C
Tints of Lochmara #2A7C9C
RGB
CMYK
RGB Variations
Color information
#2A7C9C (or 0x2A7C9C) is known color: Lochmara. HEX triplet: 2A, 7C and 9C. RGB value is (42,124,156). Sum of RGB (Red+Green+Blue) = 42+124+156=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A7C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7C9C is #D58363. Grayscale: #666666. Windows color (decimal): -13992804 or 10255402. OLE color: 10255402.
HSL color Cylindrical-coordinate representation of color #2A7C9C: hue angle of 196.84º degrees, saturation: 0.58, 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 #2A7C9C is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 124 | 156 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.39 |
| HSL | 196.84º | 0.58% | 0.39% | - |
| HSV(B) | 196.84º | 0.73% | 0.61% | - |
| XYZ | 14.16 | 17.31 | 34.05 | - |
| YUV | 103.13 | 157.83 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 156 | 0.73 | 0.21 | 0 | 0.39 | 196.84 | 0.58 | 0.39 |
| Hex | 2A | 7C | 9C | 49 | 15 | 0 | 27 | C5 | 3A | 27 |
| Octal | 52 | 174 | 234 | 111 | 25 | 0 | 47 | 305 | 72 | 47 |
| Binary | 101010 | 1111100 | 10011100 | 1001001 | 10101 | 0 | 100111 | 11000101 | 111010 | 100111 |
Color Harmonies of #2A7C9C
Complementary color
Monochromatic Colors of #2A7C9C
Black with #2A7C9C
Text Example
Text Example
White with #2A7C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7C9C; }
p { color: rgb(42,124,156); }
H1.HeaderClassName
{
color: #2A7C9C;
}
.AnyTagClassName
{
color: #2A7C9C;
}
</style>
background-color css
<style>
a { background-color: #2A7C9C; }
a { background-color: rgb(42,124,156); }
div.DivClassName
{
background-color: #2A7C9C;
}
.BgClassName
{
background-color: #2A7C9C;
}
</style>
border-color css
<style>
span { border-color: #2A7C9C; }
span { border-color: rgb(42,124,156); }
td.TdClassName
{
border-color: #2A7C9C;
}
.TagClassName
{
border-color: #2A7C9C;
}
</style>