Shades of Lochmara #226E98
Tints of Lochmara #226E98
RGB
CMYK
RGB Variations
Color information
#226E98 (or 0x226E98) is known color: Lochmara. HEX triplet: 22, 6E and 98. RGB value is (34,110,152). Sum of RGB (Red+Green+Blue) = 34+110+152=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #226E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226E98 is #DD9167. Grayscale: #5B5B5B. Windows color (decimal): -14520680 or 9989666. OLE color: 9989666.
HSL color Cylindrical-coordinate representation of color #226E98: hue angle of 201.36º 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 #226E98 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 110 | 152 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.40 |
| HSL | 201.36º | 0.63% | 0.36% | - |
| HSV(B) | 201.36º | 0.78% | 0.6% | - |
| XYZ | 11.9 | 13.76 | 31.73 | - |
| YUV | 92.06 | 161.82 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 152 | 0.78 | 0.28 | 0 | 0.40 | 201.36 | 0.63 | 0.36 |
| Hex | 22 | 6E | 98 | 4E | 1C | 0 | 28 | C9 | 3F | 24 |
| Octal | 42 | 156 | 230 | 116 | 34 | 0 | 50 | 311 | 77 | 44 |
| Binary | 100010 | 1101110 | 10011000 | 1001110 | 11100 | 0 | 101000 | 11001001 | 111111 | 100100 |
Color Harmonies of #226E98
Complementary color
Monochromatic Colors of #226E98
Black with #226E98
Text Example
Text Example
White with #226E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226E98; }
p { color: rgb(34,110,152); }
H1.HeaderClassName
{
color: #226E98;
}
.AnyTagClassName
{
color: #226E98;
}
</style>
background-color css
<style>
a { background-color: #226E98; }
a { background-color: rgb(34,110,152); }
div.DivClassName
{
background-color: #226E98;
}
.BgClassName
{
background-color: #226E98;
}
</style>
border-color css
<style>
span { border-color: #226E98; }
span { border-color: rgb(34,110,152); }
td.TdClassName
{
border-color: #226E98;
}
.TagClassName
{
border-color: #226E98;
}
</style>