Shades of Lochmara #227093
Tints of Lochmara #227093
RGB
CMYK
RGB Variations
Color information
#227093 (or 0x227093) is known color: Lochmara. HEX triplet: 22, 70 and 93. RGB value is (34,112,147). Sum of RGB (Red+Green+Blue) = 34+112+147=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #227093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227093 is #DD8F6C. Grayscale: #5C5C5C. Windows color (decimal): -14520173 or 9662498. OLE color: 9662498.
HSL color Cylindrical-coordinate representation of color #227093: hue angle of 198.58º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #227093 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 112 | 147 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.42 |
| HSL | 198.58º | 0.62% | 0.35% | - |
| HSV(B) | 198.58º | 0.77% | 0.58% | - |
| XYZ | 11.72 | 14.04 | 29.7 | - |
| YUV | 92.67 | 158.66 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 147 | 0.77 | 0.24 | 0 | 0.42 | 198.58 | 0.62 | 0.35 |
| Hex | 22 | 70 | 93 | 4D | 18 | 0 | 2A | C7 | 3E | 23 |
| Octal | 42 | 160 | 223 | 115 | 30 | 0 | 52 | 307 | 76 | 43 |
| Binary | 100010 | 1110000 | 10010011 | 1001101 | 11000 | 0 | 101010 | 11000111 | 111110 | 100011 |
Color Harmonies of #227093
Complementary color
Monochromatic Colors of #227093
Black with #227093
Text Example
Text Example
White with #227093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227093; }
p { color: rgb(34,112,147); }
H1.HeaderClassName
{
color: #227093;
}
.AnyTagClassName
{
color: #227093;
}
</style>
background-color css
<style>
a { background-color: #227093; }
a { background-color: rgb(34,112,147); }
div.DivClassName
{
background-color: #227093;
}
.BgClassName
{
background-color: #227093;
}
</style>
border-color css
<style>
span { border-color: #227093; }
span { border-color: rgb(34,112,147); }
td.TdClassName
{
border-color: #227093;
}
.TagClassName
{
border-color: #227093;
}
</style>