Shades of Lochmara #2A729D
Tints of Lochmara #2A729D
RGB
CMYK
RGB Variations
Color information
#2A729D (or 0x2A729D) is known color: Lochmara. HEX triplet: 2A, 72 and 9D. RGB value is (42,114,157). Sum of RGB (Red+Green+Blue) = 42+114+157=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A729D is #D58D62. Grayscale: #616161. Windows color (decimal): -13995363 or 10318378. OLE color: 10318378.
HSL color Cylindrical-coordinate representation of color #2A729D: hue angle of 202.43º 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 #2A729D is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 114 | 157 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.38 |
| HSL | 202.43º | 0.58% | 0.39% | - |
| HSV(B) | 202.43º | 0.73% | 0.62% | - |
| XYZ | 13.06 | 14.96 | 34.1 | - |
| YUV | 97.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 157 | 0.73 | 0.27 | 0 | 0.38 | 202.43 | 0.58 | 0.39 |
| Hex | 2A | 72 | 9D | 49 | 1B | 0 | 26 | CA | 3A | 27 |
| Octal | 52 | 162 | 235 | 111 | 33 | 0 | 46 | 312 | 72 | 47 |
| Binary | 101010 | 1110010 | 10011101 | 1001001 | 11011 | 0 | 100110 | 11001010 | 111010 | 100111 |
Color Harmonies of #2A729D
Complementary color
Monochromatic Colors of #2A729D
Black with #2A729D
Text Example
Text Example
White with #2A729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A729D; }
p { color: rgb(42,114,157); }
H1.HeaderClassName
{
color: #2A729D;
}
.AnyTagClassName
{
color: #2A729D;
}
</style>
background-color css
<style>
a { background-color: #2A729D; }
a { background-color: rgb(42,114,157); }
div.DivClassName
{
background-color: #2A729D;
}
.BgClassName
{
background-color: #2A729D;
}
</style>
border-color css
<style>
span { border-color: #2A729D; }
span { border-color: rgb(42,114,157); }
td.TdClassName
{
border-color: #2A729D;
}
.TagClassName
{
border-color: #2A729D;
}
</style>