Shades of Lochmara #3776AF
Tints of Lochmara #3776AF
RGB
CMYK
RGB Variations
Color information
#3776AF (or 0x3776AF) is known color: Lochmara. HEX triplet: 37, 76 and AF. RGB value is (55,118,175). Sum of RGB (Red+Green+Blue) = 55+118+175=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #3776AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3776AF is #C88950. Grayscale: #696969. Windows color (decimal): -13142353 or 11499063. OLE color: 11499063.
HSL color Cylindrical-coordinate representation of color #3776AF: hue angle of 208.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3776AF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 118 | 175 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.31 |
| HSL | 208.5º | 0.52% | 0.45% | - |
| HSV(B) | 208.5º | 0.69% | 0.69% | - |
| XYZ | 15.79 | 16.86 | 42.98 | - |
| YUV | 105.66 | 167.13 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 175 | 0.69 | 0.33 | 0 | 0.31 | 208.5 | 0.52 | 0.45 |
| Hex | 37 | 76 | AF | 45 | 21 | 0 | 1F | D0 | 34 | 2D |
| Octal | 67 | 166 | 257 | 105 | 41 | 0 | 37 | 320 | 64 | 55 |
| Binary | 110111 | 1110110 | 10101111 | 1000101 | 100001 | 0 | 11111 | 11010000 | 110100 | 101101 |
Color Harmonies of #3776AF
Complementary color
Monochromatic Colors of #3776AF
Black with #3776AF
Text Example
Text Example
White with #3776AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3776AF; }
p { color: rgb(55,118,175); }
H1.HeaderClassName
{
color: #3776AF;
}
.AnyTagClassName
{
color: #3776AF;
}
</style>
background-color css
<style>
a { background-color: #3776AF; }
a { background-color: rgb(55,118,175); }
div.DivClassName
{
background-color: #3776AF;
}
.BgClassName
{
background-color: #3776AF;
}
</style>
border-color css
<style>
span { border-color: #3776AF; }
span { border-color: rgb(55,118,175); }
td.TdClassName
{
border-color: #3776AF;
}
.TagClassName
{
border-color: #3776AF;
}
</style>