Shades of Lochmara #3F799F
Tints of Lochmara #3F799F
RGB
CMYK
RGB Variations
Color information
#3F799F (or 0x3F799F) is known color: Lochmara. HEX triplet: 3F, 79 and 9F. RGB value is (63,121,159). Sum of RGB (Red+Green+Blue) = 63+121+159=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F799F is #C08660. Grayscale: #6B6B6B. Windows color (decimal): -12617313 or 10451263. OLE color: 10451263.
HSL color Cylindrical-coordinate representation of color #3F799F: hue angle of 203.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F799F is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 121 | 159 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.38 |
| HSL | 203.75º | 0.43% | 0.44% | - |
| HSV(B) | 203.75º | 0.6% | 0.62% | - |
| XYZ | 15.15 | 17.23 | 35.33 | - |
| YUV | 107.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 159 | 0.60 | 0.24 | 0 | 0.38 | 203.75 | 0.43 | 0.44 |
| Hex | 3F | 79 | 9F | 3C | 18 | 0 | 26 | CC | 2B | 2C |
| Octal | 77 | 171 | 237 | 74 | 30 | 0 | 46 | 314 | 53 | 54 |
| Binary | 111111 | 1111001 | 10011111 | 111100 | 11000 | 0 | 100110 | 11001100 | 101011 | 101100 |
Color Harmonies of #3F799F
Complementary color
Monochromatic Colors of #3F799F
Black with #3F799F
Text Example
Text Example
White with #3F799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F799F; }
p { color: rgb(63,121,159); }
H1.HeaderClassName
{
color: #3F799F;
}
.AnyTagClassName
{
color: #3F799F;
}
</style>
background-color css
<style>
a { background-color: #3F799F; }
a { background-color: rgb(63,121,159); }
div.DivClassName
{
background-color: #3F799F;
}
.BgClassName
{
background-color: #3F799F;
}
</style>
border-color css
<style>
span { border-color: #3F799F; }
span { border-color: rgb(63,121,159); }
td.TdClassName
{
border-color: #3F799F;
}
.TagClassName
{
border-color: #3F799F;
}
</style>