Shades of Lochmara #227899
Tints of Lochmara #227899
RGB
CMYK
RGB Variations
Color information
#227899 (or 0x227899) is known color: Lochmara. HEX triplet: 22, 78 and 99. RGB value is (34,120,153). Sum of RGB (Red+Green+Blue) = 34+120+153=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #227899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227899 is #DD8766. Grayscale: #616161. Windows color (decimal): -14518119 or 10057762. OLE color: 10057762.
HSL color Cylindrical-coordinate representation of color #227899: hue angle of 196.64º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227899 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 120 | 153 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.4 |
| HSL | 196.64º | 0.64% | 0.37% | - |
| HSV(B) | 196.64º | 0.78% | 0.6% | - |
| XYZ | 13.13 | 16.07 | 32.55 | - |
| YUV | 98.05 | 159.01 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 120 | 153 | 0.78 | 0.22 | 0 | 0.4 | 196.64 | 0.64 | 0.37 |
| Hex | 22 | 78 | 99 | 4E | 16 | 0 | 28 | C5 | 40 | 25 |
| Octal | 42 | 170 | 231 | 116 | 26 | 0 | 50 | 305 | 100 | 45 |
| Binary | 100010 | 1111000 | 10011001 | 1001110 | 10110 | 0 | 101000 | 11000101 | 1000000 | 100101 |
Color Harmonies of #227899
Complementary color
Monochromatic Colors of #227899
Black with #227899
Text Example
Text Example
White with #227899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227899; }
p { color: rgb(34,120,153); }
H1.HeaderClassName
{
color: #227899;
}
.AnyTagClassName
{
color: #227899;
}
</style>
background-color css
<style>
a { background-color: #227899; }
a { background-color: rgb(34,120,153); }
div.DivClassName
{
background-color: #227899;
}
.BgClassName
{
background-color: #227899;
}
</style>
border-color css
<style>
span { border-color: #227899; }
span { border-color: rgb(34,120,153); }
td.TdClassName
{
border-color: #227899;
}
.TagClassName
{
border-color: #227899;
}
</style>