Shades of Lochmara #2A78AC
Tints of Lochmara #2A78AC
RGB
CMYK
RGB Variations
Color information
#2A78AC (or 0x2A78AC) is known color: Lochmara. HEX triplet: 2A, 78 and AC. RGB value is (42,120,172). Sum of RGB (Red+Green+Blue) = 42+120+172=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A78AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A78AC is #D58753. Grayscale: #666666. Windows color (decimal): -13993812 or 11302954. OLE color: 11302954.
HSL color Cylindrical-coordinate representation of color #2A78AC: hue angle of 204º 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 #2A78AC is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 120 | 172 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.33 |
| HSL | 204º | 0.61% | 0.42% | - |
| HSV(B) | 204º | 0.76% | 0.67% | - |
| XYZ | 15.12 | 16.9 | 41.5 | - |
| YUV | 102.61 | 167.16 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 172 | 0.76 | 0.30 | 0 | 0.33 | 204 | 0.61 | 0.42 |
| Hex | 2A | 78 | AC | 4C | 1E | 0 | 21 | CC | 3D | 2A |
| Octal | 52 | 170 | 254 | 114 | 36 | 0 | 41 | 314 | 75 | 52 |
| Binary | 101010 | 1111000 | 10101100 | 1001100 | 11110 | 0 | 100001 | 11001100 | 111101 | 101010 |
Color Harmonies of #2A78AC
Complementary color
Monochromatic Colors of #2A78AC
Black with #2A78AC
Text Example
Text Example
White with #2A78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A78AC; }
p { color: rgb(42,120,172); }
H1.HeaderClassName
{
color: #2A78AC;
}
.AnyTagClassName
{
color: #2A78AC;
}
</style>
background-color css
<style>
a { background-color: #2A78AC; }
a { background-color: rgb(42,120,172); }
div.DivClassName
{
background-color: #2A78AC;
}
.BgClassName
{
background-color: #2A78AC;
}
</style>
border-color css
<style>
span { border-color: #2A78AC; }
span { border-color: rgb(42,120,172); }
td.TdClassName
{
border-color: #2A78AC;
}
.TagClassName
{
border-color: #2A78AC;
}
</style>