Shades of Lochmara #22709D
Tints of Lochmara #22709D
RGB
CMYK
RGB Variations
Color information
#22709D (or 0x22709D) is known color: Lochmara. HEX triplet: 22, 70 and 9D. RGB value is (34,112,157). Sum of RGB (Red+Green+Blue) = 34+112+157=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #22709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22709D is #DD8F62. Grayscale: #5D5D5D. Windows color (decimal): -14520163 or 10317858. OLE color: 10317858.
HSL color Cylindrical-coordinate representation of color #22709D: hue angle of 201.95º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22709D is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 112 | 157 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.38 |
| HSL | 201.95º | 0.64% | 0.37% | - |
| HSV(B) | 201.95º | 0.78% | 0.62% | - |
| XYZ | 12.54 | 14.36 | 34.01 | - |
| YUV | 93.81 | 163.66 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 157 | 0.78 | 0.29 | 0 | 0.38 | 201.95 | 0.64 | 0.37 |
| Hex | 22 | 70 | 9D | 4E | 1D | 0 | 26 | CA | 40 | 25 |
| Octal | 42 | 160 | 235 | 116 | 35 | 0 | 46 | 312 | 100 | 45 |
| Binary | 100010 | 1110000 | 10011101 | 1001110 | 11101 | 0 | 100110 | 11001010 | 1000000 | 100101 |
Color Harmonies of #22709D
Complementary color
Monochromatic Colors of #22709D
Black with #22709D
Text Example
Text Example
White with #22709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22709D; }
p { color: rgb(34,112,157); }
H1.HeaderClassName
{
color: #22709D;
}
.AnyTagClassName
{
color: #22709D;
}
</style>
background-color css
<style>
a { background-color: #22709D; }
a { background-color: rgb(34,112,157); }
div.DivClassName
{
background-color: #22709D;
}
.BgClassName
{
background-color: #22709D;
}
</style>
border-color css
<style>
span { border-color: #22709D; }
span { border-color: rgb(34,112,157); }
td.TdClassName
{
border-color: #22709D;
}
.TagClassName
{
border-color: #22709D;
}
</style>