Shades of Lochmara #2275AC
Tints of Lochmara #2275AC
RGB
CMYK
RGB Variations
Color information
#2275AC (or 0x2275AC) is known color: Lochmara. HEX triplet: 22, 75 and AC. RGB value is (34,117,172). Sum of RGB (Red+Green+Blue) = 34+117+172=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #2275AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2275AC is #DD8A53. Grayscale: #626262. Windows color (decimal): -14518868 or 11302178. OLE color: 11302178.
HSL color Cylindrical-coordinate representation of color #2275AC: hue angle of 203.91º 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 #2275AC is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 117 | 172 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.33 |
| HSL | 203.91º | 0.67% | 0.4% | - |
| HSV(B) | 203.91º | 0.8% | 0.67% | - |
| XYZ | 14.47 | 16.04 | 41.36 | - |
| YUV | 98.45 | 169.5 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 117 | 172 | 0.80 | 0.32 | 0 | 0.33 | 203.91 | 0.67 | 0.4 |
| Hex | 22 | 75 | AC | 50 | 20 | 0 | 21 | CC | 43 | 28 |
| Octal | 42 | 165 | 254 | 120 | 40 | 0 | 41 | 314 | 103 | 50 |
| Binary | 100010 | 1110101 | 10101100 | 1010000 | 100000 | 0 | 100001 | 11001100 | 1000011 | 101000 |
Color Harmonies of #2275AC
Complementary color
Monochromatic Colors of #2275AC
Black with #2275AC
Text Example
Text Example
White with #2275AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2275AC; }
p { color: rgb(34,117,172); }
H1.HeaderClassName
{
color: #2275AC;
}
.AnyTagClassName
{
color: #2275AC;
}
</style>
background-color css
<style>
a { background-color: #2275AC; }
a { background-color: rgb(34,117,172); }
div.DivClassName
{
background-color: #2275AC;
}
.BgClassName
{
background-color: #2275AC;
}
</style>
border-color css
<style>
span { border-color: #2275AC; }
span { border-color: rgb(34,117,172); }
td.TdClassName
{
border-color: #2275AC;
}
.TagClassName
{
border-color: #2275AC;
}
</style>