Shades of Lochmara #3F779D
Tints of Lochmara #3F779D
RGB
CMYK
RGB Variations
Color information
#3F779D (or 0x3F779D) is known color: Lochmara. HEX triplet: 3F, 77 and 9D. RGB value is (63,119,157). Sum of RGB (Red+Green+Blue) = 63+119+157=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F779D is #C08862. Grayscale: #6A6A6A. Windows color (decimal): -12617827 or 10319679. OLE color: 10319679.
HSL color Cylindrical-coordinate representation of color #3F779D: hue angle of 204.26º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F779D is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 119 | 157 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.38 |
| HSL | 204.26º | 0.43% | 0.43% | - |
| HSV(B) | 204.26º | 0.6% | 0.62% | - |
| XYZ | 14.73 | 16.68 | 34.34 | - |
| YUV | 106.59 | 156.45 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 157 | 0.60 | 0.24 | 0 | 0.38 | 204.26 | 0.43 | 0.43 |
| Hex | 3F | 77 | 9D | 3C | 18 | 0 | 26 | CC | 2B | 2B |
| Octal | 77 | 167 | 235 | 74 | 30 | 0 | 46 | 314 | 53 | 53 |
| Binary | 111111 | 1110111 | 10011101 | 111100 | 11000 | 0 | 100110 | 11001100 | 101011 | 101011 |
Color Harmonies of #3F779D
Complementary color
Monochromatic Colors of #3F779D
Black with #3F779D
Text Example
Text Example
White with #3F779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F779D; }
p { color: rgb(63,119,157); }
H1.HeaderClassName
{
color: #3F779D;
}
.AnyTagClassName
{
color: #3F779D;
}
</style>
background-color css
<style>
a { background-color: #3F779D; }
a { background-color: rgb(63,119,157); }
div.DivClassName
{
background-color: #3F779D;
}
.BgClassName
{
background-color: #3F779D;
}
</style>
border-color css
<style>
span { border-color: #3F779D; }
span { border-color: rgb(63,119,157); }
td.TdClassName
{
border-color: #3F779D;
}
.TagClassName
{
border-color: #3F779D;
}
</style>