Shades of Lochmara #2272B4
Tints of Lochmara #2272B4
RGB
CMYK
RGB Variations
Color information
#2272B4 (or 0x2272B4) is known color: Lochmara. HEX triplet: 22, 72 and B4. RGB value is (34,114,180). Sum of RGB (Red+Green+Blue) = 34+114+180=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #2272B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2272B4 is #DD8D4B. Grayscale: #616161. Windows color (decimal): -14519628 or 11825698. OLE color: 11825698.
HSL color Cylindrical-coordinate representation of color #2272B4: hue angle of 207.12º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2272B4 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 114 | 180 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.29 |
| HSL | 207.12º | 0.68% | 0.42% | - |
| HSV(B) | 207.12º | 0.81% | 0.71% | - |
| XYZ | 14.92 | 15.67 | 45.42 | - |
| YUV | 97.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 180 | 0.81 | 0.37 | 0 | 0.29 | 207.12 | 0.68 | 0.42 |
| Hex | 22 | 72 | B4 | 51 | 25 | 0 | 1D | CF | 44 | 2A |
| Octal | 42 | 162 | 264 | 121 | 45 | 0 | 35 | 317 | 104 | 52 |
| Binary | 100010 | 1110010 | 10110100 | 1010001 | 100101 | 0 | 11101 | 11001111 | 1000100 | 101010 |
Color Harmonies of #2272B4
Complementary color
Monochromatic Colors of #2272B4
Black with #2272B4
Text Example
Text Example
White with #2272B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2272B4; }
p { color: rgb(34,114,180); }
H1.HeaderClassName
{
color: #2272B4;
}
.AnyTagClassName
{
color: #2272B4;
}
</style>
background-color css
<style>
a { background-color: #2272B4; }
a { background-color: rgb(34,114,180); }
div.DivClassName
{
background-color: #2272B4;
}
.BgClassName
{
background-color: #2272B4;
}
</style>
border-color css
<style>
span { border-color: #2272B4; }
span { border-color: rgb(34,114,180); }
td.TdClassName
{
border-color: #2272B4;
}
.TagClassName
{
border-color: #2272B4;
}
</style>