Shades of Lochmara #2277AD
Tints of Lochmara #2277AD
RGB
CMYK
RGB Variations
Color information
#2277AD (or 0x2277AD) is known color: Lochmara. HEX triplet: 22, 77 and AD. RGB value is (34,119,173). Sum of RGB (Red+Green+Blue) = 34+119+173=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #2277AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2277AD is #DD8852. Grayscale: #636363. Windows color (decimal): -14518355 or 11368226. OLE color: 11368226.
HSL color Cylindrical-coordinate representation of color #2277AD: hue angle of 203.31º 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 #2277AD is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 119 | 173 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.32 |
| HSL | 203.31º | 0.67% | 0.41% | - |
| HSV(B) | 203.31º | 0.8% | 0.68% | - |
| XYZ | 14.8 | 16.55 | 41.95 | - |
| YUV | 99.74 | 169.34 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 119 | 173 | 0.80 | 0.31 | 0 | 0.32 | 203.31 | 0.67 | 0.41 |
| Hex | 22 | 77 | AD | 50 | 1F | 0 | 20 | CB | 43 | 29 |
| Octal | 42 | 167 | 255 | 120 | 37 | 0 | 40 | 313 | 103 | 51 |
| Binary | 100010 | 1110111 | 10101101 | 1010000 | 11111 | 0 | 100000 | 11001011 | 1000011 | 101001 |
Color Harmonies of #2277AD
Complementary color
Monochromatic Colors of #2277AD
Black with #2277AD
Text Example
Text Example
White with #2277AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2277AD; }
p { color: rgb(34,119,173); }
H1.HeaderClassName
{
color: #2277AD;
}
.AnyTagClassName
{
color: #2277AD;
}
</style>
background-color css
<style>
a { background-color: #2277AD; }
a { background-color: rgb(34,119,173); }
div.DivClassName
{
background-color: #2277AD;
}
.BgClassName
{
background-color: #2277AD;
}
</style>
border-color css
<style>
span { border-color: #2277AD; }
span { border-color: rgb(34,119,173); }
td.TdClassName
{
border-color: #2277AD;
}
.TagClassName
{
border-color: #2277AD;
}
</style>