Shades of Lochmara #3779AB
Tints of Lochmara #3779AB
RGB
CMYK
RGB Variations
Color information
#3779AB (or 0x3779AB) is known color: Lochmara. HEX triplet: 37, 79 and AB. RGB value is (55,121,171). Sum of RGB (Red+Green+Blue) = 55+121+171=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #3779AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3779AB is #C88654. Grayscale: #6A6A6A. Windows color (decimal): -13141589 or 11237687. OLE color: 11237687.
HSL color Cylindrical-coordinate representation of color #3779AB: hue angle of 205.86º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3779AB is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 121 | 171 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.33 |
| HSL | 205.86º | 0.51% | 0.44% | - |
| HSV(B) | 205.86º | 0.68% | 0.67% | - |
| XYZ | 15.76 | 17.43 | 41.06 | - |
| YUV | 106.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 171 | 0.68 | 0.29 | 0 | 0.33 | 205.86 | 0.51 | 0.44 |
| Hex | 37 | 79 | AB | 44 | 1D | 0 | 21 | CE | 33 | 2C |
| Octal | 67 | 171 | 253 | 104 | 35 | 0 | 41 | 316 | 63 | 54 |
| Binary | 110111 | 1111001 | 10101011 | 1000100 | 11101 | 0 | 100001 | 11001110 | 110011 | 101100 |
Color Harmonies of #3779AB
Complementary color
Monochromatic Colors of #3779AB
Black with #3779AB
Text Example
Text Example
White with #3779AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3779AB; }
p { color: rgb(55,121,171); }
H1.HeaderClassName
{
color: #3779AB;
}
.AnyTagClassName
{
color: #3779AB;
}
</style>
background-color css
<style>
a { background-color: #3779AB; }
a { background-color: rgb(55,121,171); }
div.DivClassName
{
background-color: #3779AB;
}
.BgClassName
{
background-color: #3779AB;
}
</style>
border-color css
<style>
span { border-color: #3779AB; }
span { border-color: rgb(55,121,171); }
td.TdClassName
{
border-color: #3779AB;
}
.TagClassName
{
border-color: #3779AB;
}
</style>