Shades of Lochmara #296CB5
Tints of Lochmara #296CB5
RGB
CMYK
RGB Variations
Color information
#296CB5 (or 0x296CB5) is known color: Lochmara. HEX triplet: 29, 6C and B5. RGB value is (41,108,181). Sum of RGB (Red+Green+Blue) = 41+108+181=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 181 (71.09% from 255 or 54.85% from 330); Max value from RGB is 181 - color contains mainly: blue. Hex color #296CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CB5 is #D6934A. Grayscale: #5F5F5F. Windows color (decimal): -14062411 or 11889705. OLE color: 11889705.
HSL color Cylindrical-coordinate representation of color #296CB5: hue angle of 211.29º 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 #296CB5 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 108 | 181 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.29 |
| HSL | 211.29º | 0.63% | 0.44% | - |
| HSV(B) | 211.29º | 0.77% | 0.71% | - |
| XYZ | 14.62 | 14.53 | 45.75 | - |
| YUV | 96.29 | 175.8 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 181 | 0.77 | 0.40 | 0 | 0.29 | 211.29 | 0.63 | 0.44 |
| Hex | 29 | 6C | B5 | 4D | 28 | 0 | 1D | D3 | 3F | 2C |
| Octal | 51 | 154 | 265 | 115 | 50 | 0 | 35 | 323 | 77 | 54 |
| Binary | 101001 | 1101100 | 10110101 | 1001101 | 101000 | 0 | 11101 | 11010011 | 111111 | 101100 |
Color Harmonies of #296CB5
Complementary color
Monochromatic Colors of #296CB5
Black with #296CB5
Text Example
Text Example
White with #296CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296CB5; }
p { color: rgb(41,108,181); }
H1.HeaderClassName
{
color: #296CB5;
}
.AnyTagClassName
{
color: #296CB5;
}
</style>
background-color css
<style>
a { background-color: #296CB5; }
a { background-color: rgb(41,108,181); }
div.DivClassName
{
background-color: #296CB5;
}
.BgClassName
{
background-color: #296CB5;
}
</style>
border-color css
<style>
span { border-color: #296CB5; }
span { border-color: rgb(41,108,181); }
td.TdClassName
{
border-color: #296CB5;
}
.TagClassName
{
border-color: #296CB5;
}
</style>