Shades of Lochmara #2973B5
Tints of Lochmara #2973B5
RGB
CMYK
RGB Variations
Color information
#2973B5 (or 0x2973B5) is known color: Lochmara. HEX triplet: 29, 73 and B5. RGB value is (41,115,181). Sum of RGB (Red+Green+Blue) = 41+115+181=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #2973B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973B5 is #D68C4A. Grayscale: #646464. Windows color (decimal): -14060619 or 11891497. OLE color: 11891497.
HSL color Cylindrical-coordinate representation of color #2973B5: hue angle of 208.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2973B5 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 115 | 181 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.29 |
| HSL | 208.29º | 0.63% | 0.44% | - |
| HSV(B) | 208.29º | 0.77% | 0.71% | - |
| XYZ | 15.39 | 16.07 | 46.01 | - |
| YUV | 100.4 | 173.48 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 181 | 0.77 | 0.36 | 0 | 0.29 | 208.29 | 0.63 | 0.44 |
| Hex | 29 | 73 | B5 | 4D | 24 | 0 | 1D | D0 | 3F | 2C |
| Octal | 51 | 163 | 265 | 115 | 44 | 0 | 35 | 320 | 77 | 54 |
| Binary | 101001 | 1110011 | 10110101 | 1001101 | 100100 | 0 | 11101 | 11010000 | 111111 | 101100 |
Color Harmonies of #2973B5
Complementary color
Monochromatic Colors of #2973B5
Black with #2973B5
Text Example
Text Example
White with #2973B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973B5; }
p { color: rgb(41,115,181); }
H1.HeaderClassName
{
color: #2973B5;
}
.AnyTagClassName
{
color: #2973B5;
}
</style>
background-color css
<style>
a { background-color: #2973B5; }
a { background-color: rgb(41,115,181); }
div.DivClassName
{
background-color: #2973B5;
}
.BgClassName
{
background-color: #2973B5;
}
</style>
border-color css
<style>
span { border-color: #2973B5; }
span { border-color: rgb(41,115,181); }
td.TdClassName
{
border-color: #2973B5;
}
.TagClassName
{
border-color: #2973B5;
}
</style>