Shades of Lochmara #227DAA
Tints of Lochmara #227DAA
RGB
CMYK
RGB Variations
Color information
#227DAA (or 0x227DAA) is known color: Lochmara. HEX triplet: 22, 7D and AA. RGB value is (34,125,170). Sum of RGB (Red+Green+Blue) = 34+125+170=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #227DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227DAA is #DD8255. Grayscale: #666666. Windows color (decimal): -14516822 or 11173154. OLE color: 11173154.
HSL color Cylindrical-coordinate representation of color #227DAA: hue angle of 199.85º 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 #227DAA is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 125 | 170 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.33 |
| HSL | 199.85º | 0.67% | 0.4% | - |
| HSV(B) | 199.85º | 0.8% | 0.67% | - |
| XYZ | 15.25 | 17.91 | 40.68 | - |
| YUV | 102.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 170 | 0.80 | 0.26 | 0 | 0.33 | 199.85 | 0.67 | 0.4 |
| Hex | 22 | 7D | AA | 50 | 1A | 0 | 21 | C8 | 43 | 28 |
| Octal | 42 | 175 | 252 | 120 | 32 | 0 | 41 | 310 | 103 | 50 |
| Binary | 100010 | 1111101 | 10101010 | 1010000 | 11010 | 0 | 100001 | 11001000 | 1000011 | 101000 |
Color Harmonies of #227DAA
Complementary color
Monochromatic Colors of #227DAA
Black with #227DAA
Text Example
Text Example
White with #227DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227DAA; }
p { color: rgb(34,125,170); }
H1.HeaderClassName
{
color: #227DAA;
}
.AnyTagClassName
{
color: #227DAA;
}
</style>
background-color css
<style>
a { background-color: #227DAA; }
a { background-color: rgb(34,125,170); }
div.DivClassName
{
background-color: #227DAA;
}
.BgClassName
{
background-color: #227DAA;
}
</style>
border-color css
<style>
span { border-color: #227DAA; }
span { border-color: rgb(34,125,170); }
td.TdClassName
{
border-color: #227DAA;
}
.TagClassName
{
border-color: #227DAA;
}
</style>