Shades of Lochmara #295DA8
Tints of Lochmara #295DA8
RGB
CMYK
RGB Variations
Color information
#295DA8 (or 0x295DA8) is known color: Lochmara. HEX triplet: 29, 5D and A8. RGB value is (41,93,168). Sum of RGB (Red+Green+Blue) = 41+93+168=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 168 (66.02% from 255 or 55.63% from 302); Max value from RGB is 168 - color contains mainly: blue. Hex color #295DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295DA8 is #D6A257. Grayscale: #555555. Windows color (decimal): -14066264 or 11033897. OLE color: 11033897.
HSL color Cylindrical-coordinate representation of color #295DA8: hue angle of 215.43º 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 #295DA8 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 93 | 168 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.34 |
| HSL | 215.43º | 0.61% | 0.41% | - |
| HSV(B) | 215.43º | 0.76% | 0.66% | - |
| XYZ | 11.9 | 11.13 | 38.57 | - |
| YUV | 86 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 168 | 0.76 | 0.45 | 0 | 0.34 | 215.43 | 0.61 | 0.41 |
| Hex | 29 | 5D | A8 | 4C | 2D | 0 | 22 | D7 | 3D | 29 |
| Octal | 51 | 135 | 250 | 114 | 55 | 0 | 42 | 327 | 75 | 51 |
| Binary | 101001 | 1011101 | 10101000 | 1001100 | 101101 | 0 | 100010 | 11010111 | 111101 | 101001 |
Color Harmonies of #295DA8
Complementary color
Monochromatic Colors of #295DA8
Black with #295DA8
Text Example
Text Example
White with #295DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DA8; }
p { color: rgb(41,93,168); }
H1.HeaderClassName
{
color: #295DA8;
}
.AnyTagClassName
{
color: #295DA8;
}
</style>
background-color css
<style>
a { background-color: #295DA8; }
a { background-color: rgb(41,93,168); }
div.DivClassName
{
background-color: #295DA8;
}
.BgClassName
{
background-color: #295DA8;
}
</style>
border-color css
<style>
span { border-color: #295DA8; }
span { border-color: rgb(41,93,168); }
td.TdClassName
{
border-color: #295DA8;
}
.TagClassName
{
border-color: #295DA8;
}
</style>