Shades of Lochmara #22749A
Tints of Lochmara #22749A
RGB
CMYK
RGB Variations
Color information
#22749A (or 0x22749A) is known color: Lochmara. HEX triplet: 22, 74 and 9A. RGB value is (34,116,154). Sum of RGB (Red+Green+Blue) = 34+116+154=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #22749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #22749A is #DD8B65. Grayscale: #5F5F5F. Windows color (decimal): -14519142 or 10122274. OLE color: 10122274.
HSL color Cylindrical-coordinate representation of color #22749A: hue angle of 199º 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 #22749A is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 116 | 154 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.40 |
| HSL | 199º | 0.64% | 0.37% | - |
| HSV(B) | 199º | 0.78% | 0.6% | - |
| XYZ | 12.74 | 15.16 | 32.83 | - |
| YUV | 95.81 | 160.83 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 154 | 0.78 | 0.25 | 0 | 0.40 | 199 | 0.64 | 0.37 |
| Hex | 22 | 74 | 9A | 4E | 19 | 0 | 28 | C7 | 40 | 25 |
| Octal | 42 | 164 | 232 | 116 | 31 | 0 | 50 | 307 | 100 | 45 |
| Binary | 100010 | 1110100 | 10011010 | 1001110 | 11001 | 0 | 101000 | 11000111 | 1000000 | 100101 |
Color Harmonies of #22749A
Complementary color
Monochromatic Colors of #22749A
Black with #22749A
Text Example
Text Example
White with #22749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22749A; }
p { color: rgb(34,116,154); }
H1.HeaderClassName
{
color: #22749A;
}
.AnyTagClassName
{
color: #22749A;
}
</style>
background-color css
<style>
a { background-color: #22749A; }
a { background-color: rgb(34,116,154); }
div.DivClassName
{
background-color: #22749A;
}
.BgClassName
{
background-color: #22749A;
}
</style>
border-color css
<style>
span { border-color: #22749A; }
span { border-color: rgb(34,116,154); }
td.TdClassName
{
border-color: #22749A;
}
.TagClassName
{
border-color: #22749A;
}
</style>