Shades of Lochmara #2A729B
Tints of Lochmara #2A729B
RGB
CMYK
RGB Variations
Color information
#2A729B (or 0x2A729B) is known color: Lochmara. HEX triplet: 2A, 72 and 9B. RGB value is (42,114,155). Sum of RGB (Red+Green+Blue) = 42+114+155=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A729B is #D58D64. Grayscale: #606060. Windows color (decimal): -13995365 or 10187306. OLE color: 10187306.
HSL color Cylindrical-coordinate representation of color #2A729B: hue angle of 201.77º degrees, saturation: 0.57, 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 #2A729B is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 114 | 155 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.39 |
| HSL | 201.77º | 0.57% | 0.39% | - |
| HSV(B) | 201.77º | 0.73% | 0.61% | - |
| XYZ | 12.89 | 14.89 | 33.21 | - |
| YUV | 97.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 155 | 0.73 | 0.26 | 0 | 0.39 | 201.77 | 0.57 | 0.39 |
| Hex | 2A | 72 | 9B | 49 | 1A | 0 | 27 | CA | 39 | 27 |
| Octal | 52 | 162 | 233 | 111 | 32 | 0 | 47 | 312 | 71 | 47 |
| Binary | 101010 | 1110010 | 10011011 | 1001001 | 11010 | 0 | 100111 | 11001010 | 111001 | 100111 |
Color Harmonies of #2A729B
Complementary color
Monochromatic Colors of #2A729B
Black with #2A729B
Text Example
Text Example
White with #2A729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A729B; }
p { color: rgb(42,114,155); }
H1.HeaderClassName
{
color: #2A729B;
}
.AnyTagClassName
{
color: #2A729B;
}
</style>
background-color css
<style>
a { background-color: #2A729B; }
a { background-color: rgb(42,114,155); }
div.DivClassName
{
background-color: #2A729B;
}
.BgClassName
{
background-color: #2A729B;
}
</style>
border-color css
<style>
span { border-color: #2A729B; }
span { border-color: rgb(42,114,155); }
td.TdClassName
{
border-color: #2A729B;
}
.TagClassName
{
border-color: #2A729B;
}
</style>