Shades of Lochmara #2A72BA
Tints of Lochmara #2A72BA
RGB
CMYK
RGB Variations
Color information
#2A72BA (or 0x2A72BA) is known color: Lochmara. HEX triplet: 2A, 72 and BA. RGB value is (42,114,186). Sum of RGB (Red+Green+Blue) = 42+114+186=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A72BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A72BA is #D58D45. Grayscale: #646464. Windows color (decimal): -13995334 or 12218922. OLE color: 12218922.
HSL color Cylindrical-coordinate representation of color #2A72BA: hue angle of 210º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A72BA is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 114 | 186 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.27 |
| HSL | 210º | 0.63% | 0.45% | - |
| HSV(B) | 210º | 0.77% | 0.73% | - |
| XYZ | 15.84 | 16.07 | 48.72 | - |
| YUV | 100.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 186 | 0.77 | 0.39 | 0 | 0.27 | 210 | 0.63 | 0.45 |
| Hex | 2A | 72 | BA | 4D | 27 | 0 | 1B | D2 | 3F | 2D |
| Octal | 52 | 162 | 272 | 115 | 47 | 0 | 33 | 322 | 77 | 55 |
| Binary | 101010 | 1110010 | 10111010 | 1001101 | 100111 | 0 | 11011 | 11010010 | 111111 | 101101 |
Color Harmonies of #2A72BA
Complementary color
Monochromatic Colors of #2A72BA
Black with #2A72BA
Text Example
Text Example
White with #2A72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A72BA; }
p { color: rgb(42,114,186); }
H1.HeaderClassName
{
color: #2A72BA;
}
.AnyTagClassName
{
color: #2A72BA;
}
</style>
background-color css
<style>
a { background-color: #2A72BA; }
a { background-color: rgb(42,114,186); }
div.DivClassName
{
background-color: #2A72BA;
}
.BgClassName
{
background-color: #2A72BA;
}
</style>
border-color css
<style>
span { border-color: #2A72BA; }
span { border-color: rgb(42,114,186); }
td.TdClassName
{
border-color: #2A72BA;
}
.TagClassName
{
border-color: #2A72BA;
}
</style>