Shades of Lochmara #295BA8
Tints of Lochmara #295BA8
RGB
CMYK
RGB Variations
Color information
#295BA8 (or 0x295BA8) is known color: Lochmara. HEX triplet: 29, 5B and A8. RGB value is (41,91,168). Sum of RGB (Red+Green+Blue) = 41+91+168=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 168 (66.02% from 255 or 56% from 300); Max value from RGB is 168 - color contains mainly: blue. Hex color #295BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BA8 is #D6A457. Grayscale: #545454. Windows color (decimal): -14066776 or 11033385. OLE color: 11033385.
HSL color Cylindrical-coordinate representation of color #295BA8: hue angle of 216.38º 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 #295BA8 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 91 | 168 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.34 |
| HSL | 216.38º | 0.61% | 0.41% | - |
| HSV(B) | 216.38º | 0.76% | 0.66% | - |
| XYZ | 11.72 | 10.78 | 38.51 | - |
| YUV | 84.83 | 174.94 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 168 | 0.76 | 0.46 | 0 | 0.34 | 216.38 | 0.61 | 0.41 |
| Hex | 29 | 5B | A8 | 4C | 2E | 0 | 22 | D8 | 3D | 29 |
| Octal | 51 | 133 | 250 | 114 | 56 | 0 | 42 | 330 | 75 | 51 |
| Binary | 101001 | 1011011 | 10101000 | 1001100 | 101110 | 0 | 100010 | 11011000 | 111101 | 101001 |
Color Harmonies of #295BA8
Complementary color
Monochromatic Colors of #295BA8
Black with #295BA8
Text Example
Text Example
White with #295BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BA8; }
p { color: rgb(41,91,168); }
H1.HeaderClassName
{
color: #295BA8;
}
.AnyTagClassName
{
color: #295BA8;
}
</style>
background-color css
<style>
a { background-color: #295BA8; }
a { background-color: rgb(41,91,168); }
div.DivClassName
{
background-color: #295BA8;
}
.BgClassName
{
background-color: #295BA8;
}
</style>
border-color css
<style>
span { border-color: #295BA8; }
span { border-color: rgb(41,91,168); }
td.TdClassName
{
border-color: #295BA8;
}
.TagClassName
{
border-color: #295BA8;
}
</style>