Shades of Lochmara #295FA8
Tints of Lochmara #295FA8
RGB
CMYK
RGB Variations
Color information
#295FA8 (or 0x295FA8) is known color: Lochmara. HEX triplet: 29, 5F and A8. RGB value is (41,95,168). Sum of RGB (Red+Green+Blue) = 41+95+168=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 168 (66.02% from 255 or 55.26% from 304); Max value from RGB is 168 - color contains mainly: blue. Hex color #295FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295FA8 is #D6A057. Grayscale: #565656. Windows color (decimal): -14065752 or 11034409. OLE color: 11034409.
HSL color Cylindrical-coordinate representation of color #295FA8: hue angle of 214.49º 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 #295FA8 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 95 | 168 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.34 |
| HSL | 214.49º | 0.61% | 0.41% | - |
| HSV(B) | 214.49º | 0.76% | 0.66% | - |
| XYZ | 12.07 | 11.48 | 38.63 | - |
| YUV | 87.18 | 173.61 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 168 | 0.76 | 0.43 | 0 | 0.34 | 214.49 | 0.61 | 0.41 |
| Hex | 29 | 5F | A8 | 4C | 2B | 0 | 22 | D6 | 3D | 29 |
| Octal | 51 | 137 | 250 | 114 | 53 | 0 | 42 | 326 | 75 | 51 |
| Binary | 101001 | 1011111 | 10101000 | 1001100 | 101011 | 0 | 100010 | 11010110 | 111101 | 101001 |
Color Harmonies of #295FA8
Complementary color
Monochromatic Colors of #295FA8
Black with #295FA8
Text Example
Text Example
White with #295FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FA8; }
p { color: rgb(41,95,168); }
H1.HeaderClassName
{
color: #295FA8;
}
.AnyTagClassName
{
color: #295FA8;
}
</style>
background-color css
<style>
a { background-color: #295FA8; }
a { background-color: rgb(41,95,168); }
div.DivClassName
{
background-color: #295FA8;
}
.BgClassName
{
background-color: #295FA8;
}
</style>
border-color css
<style>
span { border-color: #295FA8; }
span { border-color: rgb(41,95,168); }
td.TdClassName
{
border-color: #295FA8;
}
.TagClassName
{
border-color: #295FA8;
}
</style>