Shades of Lochmara #2163AA
Tints of Lochmara #2163AA
RGB
CMYK
RGB Variations
Color information
#2163AA (or 0x2163AA) is known color: Lochmara. HEX triplet: 21, 63 and AA. RGB value is (33,99,170). Sum of RGB (Red+Green+Blue) = 33+99+170=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #2163AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2163AA is #DE9C55. Grayscale: #575757. Windows color (decimal): -14589014 or 11166497. OLE color: 11166497.
HSL color Cylindrical-coordinate representation of color #2163AA: hue angle of 211.09º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2163AA is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 99 | 170 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.33 |
| HSL | 211.09º | 0.67% | 0.4% | - |
| HSV(B) | 211.09º | 0.81% | 0.67% | - |
| XYZ | 12.34 | 12.15 | 39.72 | - |
| YUV | 87.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 170 | 0.81 | 0.42 | 0 | 0.33 | 211.09 | 0.67 | 0.4 |
| Hex | 21 | 63 | AA | 51 | 2A | 0 | 21 | D3 | 43 | 28 |
| Octal | 41 | 143 | 252 | 121 | 52 | 0 | 41 | 323 | 103 | 50 |
| Binary | 100001 | 1100011 | 10101010 | 1010001 | 101010 | 0 | 100001 | 11010011 | 1000011 | 101000 |
Color Harmonies of #2163AA
Complementary color
Monochromatic Colors of #2163AA
Black with #2163AA
Text Example
Text Example
White with #2163AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2163AA; }
p { color: rgb(33,99,170); }
H1.HeaderClassName
{
color: #2163AA;
}
.AnyTagClassName
{
color: #2163AA;
}
</style>
background-color css
<style>
a { background-color: #2163AA; }
a { background-color: rgb(33,99,170); }
div.DivClassName
{
background-color: #2163AA;
}
.BgClassName
{
background-color: #2163AA;
}
</style>
border-color css
<style>
span { border-color: #2163AA; }
span { border-color: rgb(33,99,170); }
td.TdClassName
{
border-color: #2163AA;
}
.TagClassName
{
border-color: #2163AA;
}
</style>