Shades of Lochmara #2973B3
Tints of Lochmara #2973B3
RGB
CMYK
RGB Variations
Color information
#2973B3 (or 0x2973B3) is known color: Lochmara. HEX triplet: 29, 73 and B3. RGB value is (41,115,179). Sum of RGB (Red+Green+Blue) = 41+115+179=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #2973B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973B3 is #D68C4C. Grayscale: #636363. Windows color (decimal): -14060621 or 11760425. OLE color: 11760425.
HSL color Cylindrical-coordinate representation of color #2973B3: hue angle of 207.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2973B3 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 115 | 179 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.30 |
| HSL | 207.83º | 0.63% | 0.43% | - |
| HSV(B) | 207.83º | 0.77% | 0.7% | - |
| XYZ | 15.18 | 15.99 | 44.93 | - |
| YUV | 100.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 179 | 0.77 | 0.36 | 0 | 0.30 | 207.83 | 0.63 | 0.43 |
| Hex | 29 | 73 | B3 | 4D | 24 | 0 | 1E | D0 | 3F | 2B |
| Octal | 51 | 163 | 263 | 115 | 44 | 0 | 36 | 320 | 77 | 53 |
| Binary | 101001 | 1110011 | 10110011 | 1001101 | 100100 | 0 | 11110 | 11010000 | 111111 | 101011 |
Color Harmonies of #2973B3
Complementary color
Monochromatic Colors of #2973B3
Black with #2973B3
Text Example
Text Example
White with #2973B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973B3; }
p { color: rgb(41,115,179); }
H1.HeaderClassName
{
color: #2973B3;
}
.AnyTagClassName
{
color: #2973B3;
}
</style>
background-color css
<style>
a { background-color: #2973B3; }
a { background-color: rgb(41,115,179); }
div.DivClassName
{
background-color: #2973B3;
}
.BgClassName
{
background-color: #2973B3;
}
</style>
border-color css
<style>
span { border-color: #2973B3; }
span { border-color: rgb(41,115,179); }
td.TdClassName
{
border-color: #2973B3;
}
.TagClassName
{
border-color: #2973B3;
}
</style>