Shades of Lochmara #295CA9
Tints of Lochmara #295CA9
RGB
CMYK
RGB Variations
Color information
#295CA9 (or 0x295CA9) is known color: Lochmara. HEX triplet: 29, 5C and A9. RGB value is (41,92,169). Sum of RGB (Red+Green+Blue) = 41+92+169=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 169 (66.41% from 255 or 55.96% from 302); Max value from RGB is 169 - color contains mainly: blue. Hex color #295CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295CA9 is #D6A356. Grayscale: #555555. Windows color (decimal): -14066519 or 11099177. OLE color: 11099177.
HSL color Cylindrical-coordinate representation of color #295CA9: hue angle of 216.09º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295CA9 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 92 | 169 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.34 |
| HSL | 216.09º | 0.61% | 0.41% | - |
| HSV(B) | 216.09º | 0.76% | 0.66% | - |
| XYZ | 11.9 | 10.99 | 39.03 | - |
| YUV | 85.53 | 175.1 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 169 | 0.76 | 0.46 | 0 | 0.34 | 216.09 | 0.61 | 0.41 |
| Hex | 29 | 5C | A9 | 4C | 2E | 0 | 22 | D8 | 3D | 29 |
| Octal | 51 | 134 | 251 | 114 | 56 | 0 | 42 | 330 | 75 | 51 |
| Binary | 101001 | 1011100 | 10101001 | 1001100 | 101110 | 0 | 100010 | 11011000 | 111101 | 101001 |
Color Harmonies of #295CA9
Complementary color
Monochromatic Colors of #295CA9
Black with #295CA9
Text Example
Text Example
White with #295CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CA9; }
p { color: rgb(41,92,169); }
H1.HeaderClassName
{
color: #295CA9;
}
.AnyTagClassName
{
color: #295CA9;
}
</style>
background-color css
<style>
a { background-color: #295CA9; }
a { background-color: rgb(41,92,169); }
div.DivClassName
{
background-color: #295CA9;
}
.BgClassName
{
background-color: #295CA9;
}
</style>
border-color css
<style>
span { border-color: #295CA9; }
span { border-color: rgb(41,92,169); }
td.TdClassName
{
border-color: #295CA9;
}
.TagClassName
{
border-color: #295CA9;
}
</style>