Shades of Lochmara #2267AB
Tints of Lochmara #2267AB
RGB
CMYK
RGB Variations
Color information
#2267AB (or 0x2267AB) is known color: Lochmara. HEX triplet: 22, 67 and AB. RGB value is (34,103,171). Sum of RGB (Red+Green+Blue) = 34+103+171=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #2267AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2267AB is #DD9854. Grayscale: #595959. Windows color (decimal): -14522453 or 11233058. OLE color: 11233058.
HSL color Cylindrical-coordinate representation of color #2267AB: hue angle of 209.78º 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 #2267AB is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 103 | 171 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.33 |
| HSL | 209.78º | 0.67% | 0.4% | - |
| HSV(B) | 209.78º | 0.8% | 0.67% | - |
| XYZ | 12.86 | 12.98 | 40.36 | - |
| YUV | 90.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 103 | 171 | 0.80 | 0.40 | 0 | 0.33 | 209.78 | 0.67 | 0.4 |
| Hex | 22 | 67 | AB | 50 | 28 | 0 | 21 | D2 | 43 | 28 |
| Octal | 42 | 147 | 253 | 120 | 50 | 0 | 41 | 322 | 103 | 50 |
| Binary | 100010 | 1100111 | 10101011 | 1010000 | 101000 | 0 | 100001 | 11010010 | 1000011 | 101000 |
Color Harmonies of #2267AB
Complementary color
Monochromatic Colors of #2267AB
Black with #2267AB
Text Example
Text Example
White with #2267AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2267AB; }
p { color: rgb(34,103,171); }
H1.HeaderClassName
{
color: #2267AB;
}
.AnyTagClassName
{
color: #2267AB;
}
</style>
background-color css
<style>
a { background-color: #2267AB; }
a { background-color: rgb(34,103,171); }
div.DivClassName
{
background-color: #2267AB;
}
.BgClassName
{
background-color: #2267AB;
}
</style>
border-color css
<style>
span { border-color: #2267AB; }
span { border-color: rgb(34,103,171); }
td.TdClassName
{
border-color: #2267AB;
}
.TagClassName
{
border-color: #2267AB;
}
</style>