Shades of Lochmara #3F709B
Tints of Lochmara #3F709B
RGB
CMYK
RGB Variations
Color information
#3F709B (or 0x3F709B) is known color: Lochmara. HEX triplet: 3F, 70 and 9B. RGB value is (63,112,155). Sum of RGB (Red+Green+Blue) = 63+112+155=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F709B is #C08F64. Grayscale: #666666. Windows color (decimal): -12619621 or 10186815. OLE color: 10186815.
HSL color Cylindrical-coordinate representation of color #3F709B: hue angle of 208.04º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F709B is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 112 | 155 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.39 |
| HSL | 208.04º | 0.42% | 0.43% | - |
| HSV(B) | 208.04º | 0.59% | 0.61% | - |
| XYZ | 13.76 | 15.01 | 33.18 | - |
| YUV | 102.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 155 | 0.59 | 0.28 | 0 | 0.39 | 208.04 | 0.42 | 0.43 |
| Hex | 3F | 70 | 9B | 3B | 1C | 0 | 27 | D0 | 2A | 2B |
| Octal | 77 | 160 | 233 | 73 | 34 | 0 | 47 | 320 | 52 | 53 |
| Binary | 111111 | 1110000 | 10011011 | 111011 | 11100 | 0 | 100111 | 11010000 | 101010 | 101011 |
Color Harmonies of #3F709B
Complementary color
Monochromatic Colors of #3F709B
Black with #3F709B
Text Example
Text Example
White with #3F709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F709B; }
p { color: rgb(63,112,155); }
H1.HeaderClassName
{
color: #3F709B;
}
.AnyTagClassName
{
color: #3F709B;
}
</style>
background-color css
<style>
a { background-color: #3F709B; }
a { background-color: rgb(63,112,155); }
div.DivClassName
{
background-color: #3F709B;
}
.BgClassName
{
background-color: #3F709B;
}
</style>
border-color css
<style>
span { border-color: #3F709B; }
span { border-color: rgb(63,112,155); }
td.TdClassName
{
border-color: #3F709B;
}
.TagClassName
{
border-color: #3F709B;
}
</style>