Shades of Lochmara #2274AE
Tints of Lochmara #2274AE
RGB
CMYK
RGB Variations
Color information
#2274AE (or 0x2274AE) is known color: Lochmara. HEX triplet: 22, 74 and AE. RGB value is (34,116,174). Sum of RGB (Red+Green+Blue) = 34+116+174=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #2274AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2274AE is #DD8B51. Grayscale: #616161. Windows color (decimal): -14519122 or 11432994. OLE color: 11432994.
HSL color Cylindrical-coordinate representation of color #2274AE: hue angle of 204.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2274AE is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 116 | 174 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.32 |
| HSL | 204.86º | 0.67% | 0.41% | - |
| HSV(B) | 204.86º | 0.8% | 0.68% | - |
| XYZ | 14.55 | 15.89 | 42.34 | - |
| YUV | 98.09 | 170.83 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 174 | 0.80 | 0.33 | 0 | 0.32 | 204.86 | 0.67 | 0.41 |
| Hex | 22 | 74 | AE | 50 | 21 | 0 | 20 | CD | 43 | 29 |
| Octal | 42 | 164 | 256 | 120 | 41 | 0 | 40 | 315 | 103 | 51 |
| Binary | 100010 | 1110100 | 10101110 | 1010000 | 100001 | 0 | 100000 | 11001101 | 1000011 | 101001 |
Color Harmonies of #2274AE
Complementary color
Monochromatic Colors of #2274AE
Black with #2274AE
Text Example
Text Example
White with #2274AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2274AE; }
p { color: rgb(34,116,174); }
H1.HeaderClassName
{
color: #2274AE;
}
.AnyTagClassName
{
color: #2274AE;
}
</style>
background-color css
<style>
a { background-color: #2274AE; }
a { background-color: rgb(34,116,174); }
div.DivClassName
{
background-color: #2274AE;
}
.BgClassName
{
background-color: #2274AE;
}
</style>
border-color css
<style>
span { border-color: #2274AE; }
span { border-color: rgb(34,116,174); }
td.TdClassName
{
border-color: #2274AE;
}
.TagClassName
{
border-color: #2274AE;
}
</style>