Shades of Lochmara #2A74AC
Tints of Lochmara #2A74AC
RGB
CMYK
RGB Variations
Color information
#2A74AC (or 0x2A74AC) is known color: Lochmara. HEX triplet: 2A, 74 and AC. RGB value is (42,116,172). Sum of RGB (Red+Green+Blue) = 42+116+172=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A74AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A74AC is #D58B53. Grayscale: #636363. Windows color (decimal): -13994836 or 11301930. OLE color: 11301930.
HSL color Cylindrical-coordinate representation of color #2A74AC: hue angle of 205.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A74AC is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 116 | 172 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.33 |
| HSL | 205.85º | 0.61% | 0.42% | - |
| HSV(B) | 205.85º | 0.76% | 0.67% | - |
| XYZ | 14.65 | 15.96 | 41.34 | - |
| YUV | 100.26 | 168.48 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 172 | 0.76 | 0.33 | 0 | 0.33 | 205.85 | 0.61 | 0.42 |
| Hex | 2A | 74 | AC | 4C | 21 | 0 | 21 | CE | 3D | 2A |
| Octal | 52 | 164 | 254 | 114 | 41 | 0 | 41 | 316 | 75 | 52 |
| Binary | 101010 | 1110100 | 10101100 | 1001100 | 100001 | 0 | 100001 | 11001110 | 111101 | 101010 |
Color Harmonies of #2A74AC
Complementary color
Monochromatic Colors of #2A74AC
Black with #2A74AC
Text Example
Text Example
White with #2A74AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A74AC; }
p { color: rgb(42,116,172); }
H1.HeaderClassName
{
color: #2A74AC;
}
.AnyTagClassName
{
color: #2A74AC;
}
</style>
background-color css
<style>
a { background-color: #2A74AC; }
a { background-color: rgb(42,116,172); }
div.DivClassName
{
background-color: #2A74AC;
}
.BgClassName
{
background-color: #2A74AC;
}
</style>
border-color css
<style>
span { border-color: #2A74AC; }
span { border-color: rgb(42,116,172); }
td.TdClassName
{
border-color: #2A74AC;
}
.TagClassName
{
border-color: #2A74AC;
}
</style>