Shades of Lochmara #3773B2
Tints of Lochmara #3773B2
RGB
CMYK
RGB Variations
Color information
#3773B2 (or 0x3773B2) is known color: Lochmara. HEX triplet: 37, 73 and B2. RGB value is (55,115,178). Sum of RGB (Red+Green+Blue) = 55+115+178=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #3773B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3773B2 is #C88C4D. Grayscale: #676767. Windows color (decimal): -13143118 or 11694903. OLE color: 11694903.
HSL color Cylindrical-coordinate representation of color #3773B2: hue angle of 210.73º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3773B2 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 115 | 178 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.30 |
| HSL | 210.73º | 0.53% | 0.46% | - |
| HSV(B) | 210.73º | 0.69% | 0.7% | - |
| XYZ | 15.74 | 16.29 | 44.43 | - |
| YUV | 104.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 178 | 0.69 | 0.35 | 0 | 0.30 | 210.73 | 0.53 | 0.46 |
| Hex | 37 | 73 | B2 | 45 | 23 | 0 | 1E | D3 | 35 | 2E |
| Octal | 67 | 163 | 262 | 105 | 43 | 0 | 36 | 323 | 65 | 56 |
| Binary | 110111 | 1110011 | 10110010 | 1000101 | 100011 | 0 | 11110 | 11010011 | 110101 | 101110 |
Color Harmonies of #3773B2
Complementary color
Monochromatic Colors of #3773B2
Black with #3773B2
Text Example
Text Example
White with #3773B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3773B2; }
p { color: rgb(55,115,178); }
H1.HeaderClassName
{
color: #3773B2;
}
.AnyTagClassName
{
color: #3773B2;
}
</style>
background-color css
<style>
a { background-color: #3773B2; }
a { background-color: rgb(55,115,178); }
div.DivClassName
{
background-color: #3773B2;
}
.BgClassName
{
background-color: #3773B2;
}
</style>
border-color css
<style>
span { border-color: #3773B2; }
span { border-color: rgb(55,115,178); }
td.TdClassName
{
border-color: #3773B2;
}
.TagClassName
{
border-color: #3773B2;
}
</style>