Shades of Lochmara #3F749D
Tints of Lochmara #3F749D
RGB
CMYK
RGB Variations
Color information
#3F749D (or 0x3F749D) is known color: Lochmara. HEX triplet: 3F, 74 and 9D. RGB value is (63,116,157). Sum of RGB (Red+Green+Blue) = 63+116+157=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F749D is #C08B62. Grayscale: #686868. Windows color (decimal): -12618595 or 10318911. OLE color: 10318911.
HSL color Cylindrical-coordinate representation of color #3F749D: hue angle of 206.17º 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 #3F749D is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 116 | 157 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.38 |
| HSL | 206.17º | 0.43% | 0.43% | - |
| HSV(B) | 206.17º | 0.6% | 0.62% | - |
| XYZ | 14.38 | 15.98 | 34.23 | - |
| YUV | 104.83 | 157.44 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 157 | 0.60 | 0.26 | 0 | 0.38 | 206.17 | 0.43 | 0.43 |
| Hex | 3F | 74 | 9D | 3C | 1A | 0 | 26 | CE | 2B | 2B |
| Octal | 77 | 164 | 235 | 74 | 32 | 0 | 46 | 316 | 53 | 53 |
| Binary | 111111 | 1110100 | 10011101 | 111100 | 11010 | 0 | 100110 | 11001110 | 101011 | 101011 |
Color Harmonies of #3F749D
Complementary color
Monochromatic Colors of #3F749D
Black with #3F749D
Text Example
Text Example
White with #3F749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F749D; }
p { color: rgb(63,116,157); }
H1.HeaderClassName
{
color: #3F749D;
}
.AnyTagClassName
{
color: #3F749D;
}
</style>
background-color css
<style>
a { background-color: #3F749D; }
a { background-color: rgb(63,116,157); }
div.DivClassName
{
background-color: #3F749D;
}
.BgClassName
{
background-color: #3F749D;
}
</style>
border-color css
<style>
span { border-color: #3F749D; }
span { border-color: rgb(63,116,157); }
td.TdClassName
{
border-color: #3F749D;
}
.TagClassName
{
border-color: #3F749D;
}
</style>