Shades of Lochmara #2773A2
Tints of Lochmara #2773A2
RGB
CMYK
RGB Variations
Color information
#2773A2 (or 0x2773A2) is known color: Lochmara. HEX triplet: 27, 73 and A2. RGB value is (39,115,162). Sum of RGB (Red+Green+Blue) = 39+115+162=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 162 (63.67% from 255 or 51.27% from 316); Max value from RGB is 162 - color contains mainly: blue. Hex color #2773A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2773A2 is #D88C5D. Grayscale: #616161. Windows color (decimal): -14191710 or 10646311. OLE color: 10646311.
HSL color Cylindrical-coordinate representation of color #2773A2: hue angle of 202.93º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2773A2 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 115 | 162 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.36 |
| HSL | 202.93º | 0.61% | 0.39% | - |
| HSV(B) | 202.93º | 0.76% | 0.64% | - |
| XYZ | 13.49 | 15.3 | 36.42 | - |
| YUV | 97.63 | 164.32 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 162 | 0.76 | 0.29 | 0 | 0.36 | 202.93 | 0.61 | 0.39 |
| Hex | 27 | 73 | A2 | 4C | 1D | 0 | 24 | CB | 3D | 27 |
| Octal | 47 | 163 | 242 | 114 | 35 | 0 | 44 | 313 | 75 | 47 |
| Binary | 100111 | 1110011 | 10100010 | 1001100 | 11101 | 0 | 100100 | 11001011 | 111101 | 100111 |
Color Harmonies of #2773A2
Complementary color
Monochromatic Colors of #2773A2
Black with #2773A2
Text Example
Text Example
White with #2773A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2773A2; }
p { color: rgb(39,115,162); }
H1.HeaderClassName
{
color: #2773A2;
}
.AnyTagClassName
{
color: #2773A2;
}
</style>
background-color css
<style>
a { background-color: #2773A2; }
a { background-color: rgb(39,115,162); }
div.DivClassName
{
background-color: #2773A2;
}
.BgClassName
{
background-color: #2773A2;
}
</style>
border-color css
<style>
span { border-color: #2773A2; }
span { border-color: rgb(39,115,162); }
td.TdClassName
{
border-color: #2773A2;
}
.TagClassName
{
border-color: #2773A2;
}
</style>