Shades of Lochmara #296CB4
Tints of Lochmara #296CB4
RGB
CMYK
RGB Variations
Color information
#296CB4 (or 0x296CB4) is known color: Lochmara. HEX triplet: 29, 6C and B4. RGB value is (41,108,180). Sum of RGB (Red+Green+Blue) = 41+108+180=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #296CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CB4 is #D6934B. Grayscale: #5F5F5F. Windows color (decimal): -14062412 or 11824169. OLE color: 11824169.
HSL color Cylindrical-coordinate representation of color #296CB4: hue angle of 211.08º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #296CB4 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 108 | 180 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.29 |
| HSL | 211.08º | 0.63% | 0.43% | - |
| HSV(B) | 211.08º | 0.77% | 0.71% | - |
| XYZ | 14.52 | 14.49 | 45.21 | - |
| YUV | 96.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 180 | 0.77 | 0.40 | 0 | 0.29 | 211.08 | 0.63 | 0.43 |
| Hex | 29 | 6C | B4 | 4D | 28 | 0 | 1D | D3 | 3F | 2B |
| Octal | 51 | 154 | 264 | 115 | 50 | 0 | 35 | 323 | 77 | 53 |
| Binary | 101001 | 1101100 | 10110100 | 1001101 | 101000 | 0 | 11101 | 11010011 | 111111 | 101011 |
Color Harmonies of #296CB4
Complementary color
Monochromatic Colors of #296CB4
Black with #296CB4
Text Example
Text Example
White with #296CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296CB4; }
p { color: rgb(41,108,180); }
H1.HeaderClassName
{
color: #296CB4;
}
.AnyTagClassName
{
color: #296CB4;
}
</style>
background-color css
<style>
a { background-color: #296CB4; }
a { background-color: rgb(41,108,180); }
div.DivClassName
{
background-color: #296CB4;
}
.BgClassName
{
background-color: #296CB4;
}
</style>
border-color css
<style>
span { border-color: #296CB4; }
span { border-color: rgb(41,108,180); }
td.TdClassName
{
border-color: #296CB4;
}
.TagClassName
{
border-color: #296CB4;
}
</style>