Shades of Lochmara #227CB0
Tints of Lochmara #227CB0
RGB
CMYK
RGB Variations
Color information
#227CB0 (or 0x227CB0) is known color: Lochmara. HEX triplet: 22, 7C and B0. RGB value is (34,124,176). Sum of RGB (Red+Green+Blue) = 34+124+176=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #227CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227CB0 is #DD834F. Grayscale: #666666. Windows color (decimal): -14517072 or 11566114. OLE color: 11566114.
HSL color Cylindrical-coordinate representation of color #227CB0: hue angle of 201.97º 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 #227CB0 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 124 | 176 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.31 |
| HSL | 201.97º | 0.68% | 0.41% | - |
| HSV(B) | 201.97º | 0.81% | 0.69% | - |
| XYZ | 15.7 | 17.89 | 43.7 | - |
| YUV | 103.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 176 | 0.81 | 0.30 | 0 | 0.31 | 201.97 | 0.68 | 0.41 |
| Hex | 22 | 7C | B0 | 51 | 1E | 0 | 1F | CA | 44 | 29 |
| Octal | 42 | 174 | 260 | 121 | 36 | 0 | 37 | 312 | 104 | 51 |
| Binary | 100010 | 1111100 | 10110000 | 1010001 | 11110 | 0 | 11111 | 11001010 | 1000100 | 101001 |
Color Harmonies of #227CB0
Complementary color
Monochromatic Colors of #227CB0
Black with #227CB0
Text Example
Text Example
White with #227CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227CB0; }
p { color: rgb(34,124,176); }
H1.HeaderClassName
{
color: #227CB0;
}
.AnyTagClassName
{
color: #227CB0;
}
</style>
background-color css
<style>
a { background-color: #227CB0; }
a { background-color: rgb(34,124,176); }
div.DivClassName
{
background-color: #227CB0;
}
.BgClassName
{
background-color: #227CB0;
}
</style>
border-color css
<style>
span { border-color: #227CB0; }
span { border-color: rgb(34,124,176); }
td.TdClassName
{
border-color: #227CB0;
}
.TagClassName
{
border-color: #227CB0;
}
</style>