Shades of Lochmara #2773B7
Tints of Lochmara #2773B7
RGB
CMYK
RGB Variations
Color information
#2773B7 (or 0x2773B7) is known color: Lochmara. HEX triplet: 27, 73 and B7. RGB value is (39,115,183). Sum of RGB (Red+Green+Blue) = 39+115+183=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #2773B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2773B7 is #D88C48. Grayscale: #636363. Windows color (decimal): -14191689 or 12022567. OLE color: 12022567.
HSL color Cylindrical-coordinate representation of color #2773B7: hue angle of 208.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2773B7 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 115 | 183 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.28 |
| HSL | 208.33º | 0.65% | 0.44% | - |
| HSV(B) | 208.33º | 0.79% | 0.72% | - |
| XYZ | 15.51 | 16.11 | 47.09 | - |
| YUV | 100.03 | 174.82 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 183 | 0.79 | 0.37 | 0 | 0.28 | 208.33 | 0.65 | 0.44 |
| Hex | 27 | 73 | B7 | 4F | 25 | 0 | 1C | D0 | 41 | 2C |
| Octal | 47 | 163 | 267 | 117 | 45 | 0 | 34 | 320 | 101 | 54 |
| Binary | 100111 | 1110011 | 10110111 | 1001111 | 100101 | 0 | 11100 | 11010000 | 1000001 | 101100 |
Color Harmonies of #2773B7
Complementary color
Monochromatic Colors of #2773B7
Black with #2773B7
Text Example
Text Example
White with #2773B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2773B7; }
p { color: rgb(39,115,183); }
H1.HeaderClassName
{
color: #2773B7;
}
.AnyTagClassName
{
color: #2773B7;
}
</style>
background-color css
<style>
a { background-color: #2773B7; }
a { background-color: rgb(39,115,183); }
div.DivClassName
{
background-color: #2773B7;
}
.BgClassName
{
background-color: #2773B7;
}
</style>
border-color css
<style>
span { border-color: #2773B7; }
span { border-color: rgb(39,115,183); }
td.TdClassName
{
border-color: #2773B7;
}
.TagClassName
{
border-color: #2773B7;
}
</style>