Shades of Lochmara #227AB1
Tints of Lochmara #227AB1
RGB
CMYK
RGB Variations
Color information
#227AB1 (or 0x227AB1) is known color: Lochmara. HEX triplet: 22, 7A and B1. RGB value is (34,122,177). Sum of RGB (Red+Green+Blue) = 34+122+177=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #227AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227AB1 is #DD854E. Grayscale: #656565. Windows color (decimal): -14517583 or 11631138. OLE color: 11631138.
HSL color Cylindrical-coordinate representation of color #227AB1: hue angle of 203.08º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #227AB1 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 122 | 177 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.31 |
| HSL | 203.08º | 0.68% | 0.41% | - |
| HSV(B) | 203.08º | 0.81% | 0.69% | - |
| XYZ | 15.56 | 17.43 | 44.14 | - |
| YUV | 101.96 | 170.35 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 177 | 0.81 | 0.31 | 0 | 0.31 | 203.08 | 0.68 | 0.41 |
| Hex | 22 | 7A | B1 | 51 | 1F | 0 | 1F | CB | 44 | 29 |
| Octal | 42 | 172 | 261 | 121 | 37 | 0 | 37 | 313 | 104 | 51 |
| Binary | 100010 | 1111010 | 10110001 | 1010001 | 11111 | 0 | 11111 | 11001011 | 1000100 | 101001 |
Color Harmonies of #227AB1
Complementary color
Monochromatic Colors of #227AB1
Black with #227AB1
Text Example
Text Example
White with #227AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227AB1; }
p { color: rgb(34,122,177); }
H1.HeaderClassName
{
color: #227AB1;
}
.AnyTagClassName
{
color: #227AB1;
}
</style>
background-color css
<style>
a { background-color: #227AB1; }
a { background-color: rgb(34,122,177); }
div.DivClassName
{
background-color: #227AB1;
}
.BgClassName
{
background-color: #227AB1;
}
</style>
border-color css
<style>
span { border-color: #227AB1; }
span { border-color: rgb(34,122,177); }
td.TdClassName
{
border-color: #227AB1;
}
.TagClassName
{
border-color: #227AB1;
}
</style>