Shades of Lochmara #295FA4
Tints of Lochmara #295FA4
RGB
CMYK
RGB Variations
Color information
#295FA4 (or 0x295FA4) is known color: Lochmara. HEX triplet: 29, 5F and A4. RGB value is (41,95,164). Sum of RGB (Red+Green+Blue) = 41+95+164=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #295FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295FA4 is #D6A05B. Grayscale: #565656. Windows color (decimal): -14065756 or 10772265. OLE color: 10772265.
HSL color Cylindrical-coordinate representation of color #295FA4: hue angle of 213.66º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #295FA4 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 95 | 164 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.36 |
| HSL | 213.66º | 0.6% | 0.4% | - |
| HSV(B) | 213.66º | 0.75% | 0.64% | - |
| XYZ | 11.71 | 11.34 | 36.69 | - |
| YUV | 86.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 164 | 0.75 | 0.42 | 0 | 0.36 | 213.66 | 0.6 | 0.4 |
| Hex | 29 | 5F | A4 | 4B | 2A | 0 | 24 | D6 | 3C | 28 |
| Octal | 51 | 137 | 244 | 113 | 52 | 0 | 44 | 326 | 74 | 50 |
| Binary | 101001 | 1011111 | 10100100 | 1001011 | 101010 | 0 | 100100 | 11010110 | 111100 | 101000 |
Color Harmonies of #295FA4
Complementary color
Monochromatic Colors of #295FA4
Black with #295FA4
Text Example
Text Example
White with #295FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FA4; }
p { color: rgb(41,95,164); }
H1.HeaderClassName
{
color: #295FA4;
}
.AnyTagClassName
{
color: #295FA4;
}
</style>
background-color css
<style>
a { background-color: #295FA4; }
a { background-color: rgb(41,95,164); }
div.DivClassName
{
background-color: #295FA4;
}
.BgClassName
{
background-color: #295FA4;
}
</style>
border-color css
<style>
span { border-color: #295FA4; }
span { border-color: rgb(41,95,164); }
td.TdClassName
{
border-color: #295FA4;
}
.TagClassName
{
border-color: #295FA4;
}
</style>