Shades of Lochmara #295DAA
Tints of Lochmara #295DAA
RGB
CMYK
RGB Variations
Color information
#295DAA (or 0x295DAA) is known color: Lochmara. HEX triplet: 29, 5D and AA. RGB value is (41,93,170). Sum of RGB (Red+Green+Blue) = 41+93+170=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #295DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295DAA is #D6A255. Grayscale: #555555. Windows color (decimal): -14066262 or 11164969. OLE color: 11164969.
HSL color Cylindrical-coordinate representation of color #295DAA: hue angle of 215.81º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295DAA is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 93 | 170 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.33 |
| HSL | 215.81º | 0.61% | 0.41% | - |
| HSV(B) | 215.81º | 0.76% | 0.67% | - |
| XYZ | 12.08 | 11.2 | 39.56 | - |
| YUV | 86.23 | 175.27 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 170 | 0.76 | 0.45 | 0 | 0.33 | 215.81 | 0.61 | 0.41 |
| Hex | 29 | 5D | AA | 4C | 2D | 0 | 21 | D8 | 3D | 29 |
| Octal | 51 | 135 | 252 | 114 | 55 | 0 | 41 | 330 | 75 | 51 |
| Binary | 101001 | 1011101 | 10101010 | 1001100 | 101101 | 0 | 100001 | 11011000 | 111101 | 101001 |
Color Harmonies of #295DAA
Complementary color
Monochromatic Colors of #295DAA
Black with #295DAA
Text Example
Text Example
White with #295DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DAA; }
p { color: rgb(41,93,170); }
H1.HeaderClassName
{
color: #295DAA;
}
.AnyTagClassName
{
color: #295DAA;
}
</style>
background-color css
<style>
a { background-color: #295DAA; }
a { background-color: rgb(41,93,170); }
div.DivClassName
{
background-color: #295DAA;
}
.BgClassName
{
background-color: #295DAA;
}
</style>
border-color css
<style>
span { border-color: #295DAA; }
span { border-color: rgb(41,93,170); }
td.TdClassName
{
border-color: #295DAA;
}
.TagClassName
{
border-color: #295DAA;
}
</style>