Shades of Lochmara #22709E
Tints of Lochmara #22709E
RGB
CMYK
RGB Variations
Color information
#22709E (or 0x22709E) is known color: Lochmara. HEX triplet: 22, 70 and 9E. RGB value is (34,112,158). Sum of RGB (Red+Green+Blue) = 34+112+158=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #22709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22709E is #DD8F61. Grayscale: #5D5D5D. Windows color (decimal): -14520162 or 10383394. OLE color: 10383394.
HSL color Cylindrical-coordinate representation of color #22709E: hue angle of 202.26º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22709E is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 112 | 158 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.38 |
| HSL | 202.26º | 0.65% | 0.38% | - |
| HSV(B) | 202.26º | 0.78% | 0.62% | - |
| XYZ | 12.63 | 14.4 | 34.46 | - |
| YUV | 93.92 | 164.16 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 158 | 0.78 | 0.29 | 0 | 0.38 | 202.26 | 0.65 | 0.38 |
| Hex | 22 | 70 | 9E | 4E | 1D | 0 | 26 | CA | 41 | 26 |
| Octal | 42 | 160 | 236 | 116 | 35 | 0 | 46 | 312 | 101 | 46 |
| Binary | 100010 | 1110000 | 10011110 | 1001110 | 11101 | 0 | 100110 | 11001010 | 1000001 | 100110 |
Color Harmonies of #22709E
Complementary color
Monochromatic Colors of #22709E
Black with #22709E
Text Example
Text Example
White with #22709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22709E; }
p { color: rgb(34,112,158); }
H1.HeaderClassName
{
color: #22709E;
}
.AnyTagClassName
{
color: #22709E;
}
</style>
background-color css
<style>
a { background-color: #22709E; }
a { background-color: rgb(34,112,158); }
div.DivClassName
{
background-color: #22709E;
}
.BgClassName
{
background-color: #22709E;
}
</style>
border-color css
<style>
span { border-color: #22709E; }
span { border-color: rgb(34,112,158); }
td.TdClassName
{
border-color: #22709E;
}
.TagClassName
{
border-color: #22709E;
}
</style>