Shades of Lochmara #226B96
Tints of Lochmara #226B96
RGB
CMYK
RGB Variations
Color information
#226B96 (or 0x226B96) is known color: Lochmara. HEX triplet: 22, 6B and 96. RGB value is (34,107,150). Sum of RGB (Red+Green+Blue) = 34+107+150=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #226B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226B96 is #DD9469. Grayscale: #595959. Windows color (decimal): -14521450 or 9857826. OLE color: 9857826.
HSL color Cylindrical-coordinate representation of color #226B96: hue angle of 202.24º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226B96 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 107 | 150 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.41 |
| HSL | 202.24º | 0.63% | 0.36% | - |
| HSV(B) | 202.24º | 0.77% | 0.59% | - |
| XYZ | 11.42 | 13.06 | 30.77 | - |
| YUV | 90.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 150 | 0.77 | 0.29 | 0 | 0.41 | 202.24 | 0.63 | 0.36 |
| Hex | 22 | 6B | 96 | 4D | 1D | 0 | 29 | CA | 3F | 24 |
| Octal | 42 | 153 | 226 | 115 | 35 | 0 | 51 | 312 | 77 | 44 |
| Binary | 100010 | 1101011 | 10010110 | 1001101 | 11101 | 0 | 101001 | 11001010 | 111111 | 100100 |
Color Harmonies of #226B96
Complementary color
Monochromatic Colors of #226B96
Black with #226B96
Text Example
Text Example
White with #226B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226B96; }
p { color: rgb(34,107,150); }
H1.HeaderClassName
{
color: #226B96;
}
.AnyTagClassName
{
color: #226B96;
}
</style>
background-color css
<style>
a { background-color: #226B96; }
a { background-color: rgb(34,107,150); }
div.DivClassName
{
background-color: #226B96;
}
.BgClassName
{
background-color: #226B96;
}
</style>
border-color css
<style>
span { border-color: #226B96; }
span { border-color: rgb(34,107,150); }
td.TdClassName
{
border-color: #226B96;
}
.TagClassName
{
border-color: #226B96;
}
</style>