Shades of Lochmara #2279AF
Tints of Lochmara #2279AF
RGB
CMYK
RGB Variations
Color information
#2279AF (or 0x2279AF) is known color: Lochmara. HEX triplet: 22, 79 and AF. RGB value is (34,121,175). Sum of RGB (Red+Green+Blue) = 34+121+175=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #2279AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2279AF is #DD8650. Grayscale: #646464. Windows color (decimal): -14517841 or 11499810. OLE color: 11499810.
HSL color Cylindrical-coordinate representation of color #2279AF: hue angle of 202.98º degrees, saturation: 0.67, 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 #2279AF is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 121 | 175 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.31 |
| HSL | 202.98º | 0.67% | 0.41% | - |
| HSV(B) | 202.98º | 0.81% | 0.69% | - |
| XYZ | 15.23 | 17.11 | 43.06 | - |
| YUV | 101.14 | 169.68 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 121 | 175 | 0.81 | 0.31 | 0 | 0.31 | 202.98 | 0.67 | 0.41 |
| Hex | 22 | 79 | AF | 51 | 1F | 0 | 1F | CB | 43 | 29 |
| Octal | 42 | 171 | 257 | 121 | 37 | 0 | 37 | 313 | 103 | 51 |
| Binary | 100010 | 1111001 | 10101111 | 1010001 | 11111 | 0 | 11111 | 11001011 | 1000011 | 101001 |
Color Harmonies of #2279AF
Complementary color
Monochromatic Colors of #2279AF
Black with #2279AF
Text Example
Text Example
White with #2279AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2279AF; }
p { color: rgb(34,121,175); }
H1.HeaderClassName
{
color: #2279AF;
}
.AnyTagClassName
{
color: #2279AF;
}
</style>
background-color css
<style>
a { background-color: #2279AF; }
a { background-color: rgb(34,121,175); }
div.DivClassName
{
background-color: #2279AF;
}
.BgClassName
{
background-color: #2279AF;
}
</style>
border-color css
<style>
span { border-color: #2279AF; }
span { border-color: rgb(34,121,175); }
td.TdClassName
{
border-color: #2279AF;
}
.TagClassName
{
border-color: #2279AF;
}
</style>