Shades of Lochmara #3F759C
Tints of Lochmara #3F759C
RGB
CMYK
RGB Variations
Color information
#3F759C (or 0x3F759C) is known color: Lochmara. HEX triplet: 3F, 75 and 9C. RGB value is (63,117,156). Sum of RGB (Red+Green+Blue) = 63+117+156=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F759C is #C08A63. Grayscale: #696969. Windows color (decimal): -12618340 or 10253631. OLE color: 10253631.
HSL color Cylindrical-coordinate representation of color #3F759C: hue angle of 205.16º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F759C is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 117 | 156 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.39 |
| HSL | 205.16º | 0.42% | 0.43% | - |
| HSV(B) | 205.16º | 0.6% | 0.61% | - |
| XYZ | 14.41 | 16.18 | 33.82 | - |
| YUV | 105.3 | 156.61 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 156 | 0.60 | 0.25 | 0 | 0.39 | 205.16 | 0.42 | 0.43 |
| Hex | 3F | 75 | 9C | 3C | 19 | 0 | 27 | CD | 2A | 2B |
| Octal | 77 | 165 | 234 | 74 | 31 | 0 | 47 | 315 | 52 | 53 |
| Binary | 111111 | 1110101 | 10011100 | 111100 | 11001 | 0 | 100111 | 11001101 | 101010 | 101011 |
Color Harmonies of #3F759C
Complementary color
Monochromatic Colors of #3F759C
Black with #3F759C
Text Example
Text Example
White with #3F759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F759C; }
p { color: rgb(63,117,156); }
H1.HeaderClassName
{
color: #3F759C;
}
.AnyTagClassName
{
color: #3F759C;
}
</style>
background-color css
<style>
a { background-color: #3F759C; }
a { background-color: rgb(63,117,156); }
div.DivClassName
{
background-color: #3F759C;
}
.BgClassName
{
background-color: #3F759C;
}
</style>
border-color css
<style>
span { border-color: #3F759C; }
span { border-color: rgb(63,117,156); }
td.TdClassName
{
border-color: #3F759C;
}
.TagClassName
{
border-color: #3F759C;
}
</style>