Shades of Lochmara #2272AD
Tints of Lochmara #2272AD
RGB
CMYK
RGB Variations
Color information
#2272AD (or 0x2272AD) is known color: Lochmara. HEX triplet: 22, 72 and AD. RGB value is (34,114,173). Sum of RGB (Red+Green+Blue) = 34+114+173=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #2272AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2272AD is #DD8D52. Grayscale: #606060. Windows color (decimal): -14519635 or 11366946. OLE color: 11366946.
HSL color Cylindrical-coordinate representation of color #2272AD: hue angle of 205.47º 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 #2272AD is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 114 | 173 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.32 |
| HSL | 205.47º | 0.67% | 0.41% | - |
| HSV(B) | 205.47º | 0.8% | 0.68% | - |
| XYZ | 14.22 | 15.39 | 41.76 | - |
| YUV | 96.81 | 171 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 173 | 0.80 | 0.34 | 0 | 0.32 | 205.47 | 0.67 | 0.41 |
| Hex | 22 | 72 | AD | 50 | 22 | 0 | 20 | CD | 43 | 29 |
| Octal | 42 | 162 | 255 | 120 | 42 | 0 | 40 | 315 | 103 | 51 |
| Binary | 100010 | 1110010 | 10101101 | 1010000 | 100010 | 0 | 100000 | 11001101 | 1000011 | 101001 |
Color Harmonies of #2272AD
Complementary color
Monochromatic Colors of #2272AD
Black with #2272AD
Text Example
Text Example
White with #2272AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2272AD; }
p { color: rgb(34,114,173); }
H1.HeaderClassName
{
color: #2272AD;
}
.AnyTagClassName
{
color: #2272AD;
}
</style>
background-color css
<style>
a { background-color: #2272AD; }
a { background-color: rgb(34,114,173); }
div.DivClassName
{
background-color: #2272AD;
}
.BgClassName
{
background-color: #2272AD;
}
</style>
border-color css
<style>
span { border-color: #2272AD; }
span { border-color: rgb(34,114,173); }
td.TdClassName
{
border-color: #2272AD;
}
.TagClassName
{
border-color: #2272AD;
}
</style>