Shades of Lochmara #2973B4
Tints of Lochmara #2973B4
RGB
CMYK
RGB Variations
Color information
#2973B4 (or 0x2973B4) is known color: Lochmara. HEX triplet: 29, 73 and B4. RGB value is (41,115,180). Sum of RGB (Red+Green+Blue) = 41+115+180=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #2973B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973B4 is #D68C4B. Grayscale: #636363. Windows color (decimal): -14060620 or 11825961. OLE color: 11825961.
HSL color Cylindrical-coordinate representation of color #2973B4: hue angle of 208.06º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2973B4 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 115 | 180 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.29 |
| HSL | 208.06º | 0.63% | 0.43% | - |
| HSV(B) | 208.06º | 0.77% | 0.71% | - |
| XYZ | 15.28 | 16.03 | 45.47 | - |
| YUV | 100.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 180 | 0.77 | 0.36 | 0 | 0.29 | 208.06 | 0.63 | 0.43 |
| Hex | 29 | 73 | B4 | 4D | 24 | 0 | 1D | D0 | 3F | 2B |
| Octal | 51 | 163 | 264 | 115 | 44 | 0 | 35 | 320 | 77 | 53 |
| Binary | 101001 | 1110011 | 10110100 | 1001101 | 100100 | 0 | 11101 | 11010000 | 111111 | 101011 |
Color Harmonies of #2973B4
Complementary color
Monochromatic Colors of #2973B4
Black with #2973B4
Text Example
Text Example
White with #2973B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973B4; }
p { color: rgb(41,115,180); }
H1.HeaderClassName
{
color: #2973B4;
}
.AnyTagClassName
{
color: #2973B4;
}
</style>
background-color css
<style>
a { background-color: #2973B4; }
a { background-color: rgb(41,115,180); }
div.DivClassName
{
background-color: #2973B4;
}
.BgClassName
{
background-color: #2973B4;
}
</style>
border-color css
<style>
span { border-color: #2973B4; }
span { border-color: rgb(41,115,180); }
td.TdClassName
{
border-color: #2973B4;
}
.TagClassName
{
border-color: #2973B4;
}
</style>