Shades of Lochmara #226898
Tints of Lochmara #226898
RGB
CMYK
RGB Variations
Color information
#226898 (or 0x226898) is known color: Lochmara. HEX triplet: 22, 68 and 98. RGB value is (34,104,152). Sum of RGB (Red+Green+Blue) = 34+104+152=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #226898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226898 is #DD9767. Grayscale: #585858. Windows color (decimal): -14522216 or 9988130. OLE color: 9988130.
HSL color Cylindrical-coordinate representation of color #226898: hue angle of 204.41º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #226898 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 104 | 152 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.40 |
| HSL | 204.41º | 0.63% | 0.36% | - |
| HSV(B) | 204.41º | 0.78% | 0.6% | - |
| XYZ | 11.28 | 12.51 | 31.53 | - |
| YUV | 88.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 104 | 152 | 0.78 | 0.32 | 0 | 0.40 | 204.41 | 0.63 | 0.36 |
| Hex | 22 | 68 | 98 | 4E | 20 | 0 | 28 | CC | 3F | 24 |
| Octal | 42 | 150 | 230 | 116 | 40 | 0 | 50 | 314 | 77 | 44 |
| Binary | 100010 | 1101000 | 10011000 | 1001110 | 100000 | 0 | 101000 | 11001100 | 111111 | 100100 |
Color Harmonies of #226898
Complementary color
Monochromatic Colors of #226898
Black with #226898
Text Example
Text Example
White with #226898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226898; }
p { color: rgb(34,104,152); }
H1.HeaderClassName
{
color: #226898;
}
.AnyTagClassName
{
color: #226898;
}
</style>
background-color css
<style>
a { background-color: #226898; }
a { background-color: rgb(34,104,152); }
div.DivClassName
{
background-color: #226898;
}
.BgClassName
{
background-color: #226898;
}
</style>
border-color css
<style>
span { border-color: #226898; }
span { border-color: rgb(34,104,152); }
td.TdClassName
{
border-color: #226898;
}
.TagClassName
{
border-color: #226898;
}
</style>