Shades of Lochmara #2A739C
Tints of Lochmara #2A739C
RGB
CMYK
RGB Variations
Color information
#2A739C (or 0x2A739C) is known color: Lochmara. HEX triplet: 2A, 73 and 9C. RGB value is (42,115,156). Sum of RGB (Red+Green+Blue) = 42+115+156=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A739C is #D58C63. Grayscale: #616161. Windows color (decimal): -13995108 or 10253098. OLE color: 10253098.
HSL color Cylindrical-coordinate representation of color #2A739C: hue angle of 201.58º 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 #2A739C is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 115 | 156 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.39 |
| HSL | 201.58º | 0.58% | 0.39% | - |
| HSV(B) | 201.58º | 0.73% | 0.61% | - |
| XYZ | 13.09 | 15.15 | 33.69 | - |
| YUV | 97.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 156 | 0.73 | 0.26 | 0 | 0.39 | 201.58 | 0.58 | 0.39 |
| Hex | 2A | 73 | 9C | 49 | 1A | 0 | 27 | CA | 3A | 27 |
| Octal | 52 | 163 | 234 | 111 | 32 | 0 | 47 | 312 | 72 | 47 |
| Binary | 101010 | 1110011 | 10011100 | 1001001 | 11010 | 0 | 100111 | 11001010 | 111010 | 100111 |
Color Harmonies of #2A739C
Complementary color
Monochromatic Colors of #2A739C
Black with #2A739C
Text Example
Text Example
White with #2A739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A739C; }
p { color: rgb(42,115,156); }
H1.HeaderClassName
{
color: #2A739C;
}
.AnyTagClassName
{
color: #2A739C;
}
</style>
background-color css
<style>
a { background-color: #2A739C; }
a { background-color: rgb(42,115,156); }
div.DivClassName
{
background-color: #2A739C;
}
.BgClassName
{
background-color: #2A739C;
}
</style>
border-color css
<style>
span { border-color: #2A739C; }
span { border-color: rgb(42,115,156); }
td.TdClassName
{
border-color: #2A739C;
}
.TagClassName
{
border-color: #2A739C;
}
</style>