Shades of Lochmara #296DB4
Tints of Lochmara #296DB4
RGB
CMYK
RGB Variations
Color information
#296DB4 (or 0x296DB4) is known color: Lochmara. HEX triplet: 29, 6D and B4. RGB value is (41,109,180). Sum of RGB (Red+Green+Blue) = 41+109+180=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #296DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DB4 is #D6924B. Grayscale: #606060. Windows color (decimal): -14062156 or 11824425. OLE color: 11824425.
HSL color Cylindrical-coordinate representation of color #296DB4: hue angle of 210.65º 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 #296DB4 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 109 | 180 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.29 |
| HSL | 210.65º | 0.63% | 0.43% | - |
| HSV(B) | 210.65º | 0.77% | 0.71% | - |
| XYZ | 14.62 | 14.7 | 45.25 | - |
| YUV | 96.76 | 174.97 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 180 | 0.77 | 0.39 | 0 | 0.29 | 210.65 | 0.63 | 0.43 |
| Hex | 29 | 6D | B4 | 4D | 27 | 0 | 1D | D3 | 3F | 2B |
| Octal | 51 | 155 | 264 | 115 | 47 | 0 | 35 | 323 | 77 | 53 |
| Binary | 101001 | 1101101 | 10110100 | 1001101 | 100111 | 0 | 11101 | 11010011 | 111111 | 101011 |
Color Harmonies of #296DB4
Complementary color
Monochromatic Colors of #296DB4
Black with #296DB4
Text Example
Text Example
White with #296DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DB4; }
p { color: rgb(41,109,180); }
H1.HeaderClassName
{
color: #296DB4;
}
.AnyTagClassName
{
color: #296DB4;
}
</style>
background-color css
<style>
a { background-color: #296DB4; }
a { background-color: rgb(41,109,180); }
div.DivClassName
{
background-color: #296DB4;
}
.BgClassName
{
background-color: #296DB4;
}
</style>
border-color css
<style>
span { border-color: #296DB4; }
span { border-color: rgb(41,109,180); }
td.TdClassName
{
border-color: #296DB4;
}
.TagClassName
{
border-color: #296DB4;
}
</style>