Shades of Lochmara #227DAB
Tints of Lochmara #227DAB
RGB
CMYK
RGB Variations
Color information
#227DAB (or 0x227DAB) is known color: Lochmara. HEX triplet: 22, 7D and AB. RGB value is (34,125,171). Sum of RGB (Red+Green+Blue) = 34+125+171=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #227DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227DAB is #DD8254. Grayscale: #666666. Windows color (decimal): -14516821 or 11238690. OLE color: 11238690.
HSL color Cylindrical-coordinate representation of color #227DAB: hue angle of 200.15º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #227DAB is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 125 | 171 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.33 |
| HSL | 200.15º | 0.67% | 0.4% | - |
| HSV(B) | 200.15º | 0.8% | 0.67% | - |
| XYZ | 15.34 | 17.95 | 41.18 | - |
| YUV | 103.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 171 | 0.80 | 0.27 | 0 | 0.33 | 200.15 | 0.67 | 0.4 |
| Hex | 22 | 7D | AB | 50 | 1B | 0 | 21 | C8 | 43 | 28 |
| Octal | 42 | 175 | 253 | 120 | 33 | 0 | 41 | 310 | 103 | 50 |
| Binary | 100010 | 1111101 | 10101011 | 1010000 | 11011 | 0 | 100001 | 11001000 | 1000011 | 101000 |
Color Harmonies of #227DAB
Complementary color
Monochromatic Colors of #227DAB
Black with #227DAB
Text Example
Text Example
White with #227DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227DAB; }
p { color: rgb(34,125,171); }
H1.HeaderClassName
{
color: #227DAB;
}
.AnyTagClassName
{
color: #227DAB;
}
</style>
background-color css
<style>
a { background-color: #227DAB; }
a { background-color: rgb(34,125,171); }
div.DivClassName
{
background-color: #227DAB;
}
.BgClassName
{
background-color: #227DAB;
}
</style>
border-color css
<style>
span { border-color: #227DAB; }
span { border-color: rgb(34,125,171); }
td.TdClassName
{
border-color: #227DAB;
}
.TagClassName
{
border-color: #227DAB;
}
</style>