Shades of Lochmara #296DB5
Tints of Lochmara #296DB5
RGB
CMYK
RGB Variations
Color information
#296DB5 (or 0x296DB5) is known color: Lochmara. HEX triplet: 29, 6D and B5. RGB value is (41,109,181). Sum of RGB (Red+Green+Blue) = 41+109+181=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #296DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DB5 is #D6924A. Grayscale: #606060. Windows color (decimal): -14062155 or 11889961. OLE color: 11889961.
HSL color Cylindrical-coordinate representation of color #296DB5: hue angle of 210.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #296DB5 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 109 | 181 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.29 |
| HSL | 210.86º | 0.63% | 0.44% | - |
| HSV(B) | 210.86º | 0.77% | 0.71% | - |
| XYZ | 14.72 | 14.74 | 45.79 | - |
| YUV | 96.88 | 175.47 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 181 | 0.77 | 0.40 | 0 | 0.29 | 210.86 | 0.63 | 0.44 |
| Hex | 29 | 6D | B5 | 4D | 28 | 0 | 1D | D3 | 3F | 2C |
| Octal | 51 | 155 | 265 | 115 | 50 | 0 | 35 | 323 | 77 | 54 |
| Binary | 101001 | 1101101 | 10110101 | 1001101 | 101000 | 0 | 11101 | 11010011 | 111111 | 101100 |
Color Harmonies of #296DB5
Complementary color
Monochromatic Colors of #296DB5
Black with #296DB5
Text Example
Text Example
White with #296DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DB5; }
p { color: rgb(41,109,181); }
H1.HeaderClassName
{
color: #296DB5;
}
.AnyTagClassName
{
color: #296DB5;
}
</style>
background-color css
<style>
a { background-color: #296DB5; }
a { background-color: rgb(41,109,181); }
div.DivClassName
{
background-color: #296DB5;
}
.BgClassName
{
background-color: #296DB5;
}
</style>
border-color css
<style>
span { border-color: #296DB5; }
span { border-color: rgb(41,109,181); }
td.TdClassName
{
border-color: #296DB5;
}
.TagClassName
{
border-color: #296DB5;
}
</style>