Shades of Lochmara #3B729D
Tints of Lochmara #3B729D
RGB
CMYK
RGB Variations
Color information
#3B729D (or 0x3B729D) is known color: Lochmara. HEX triplet: 3B, 72 and 9D. RGB value is (59,114,157). Sum of RGB (Red+Green+Blue) = 59+114+157=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B729D is #C48D62. Grayscale: #666666. Windows color (decimal): -12881251 or 10318395. OLE color: 10318395.
HSL color Cylindrical-coordinate representation of color #3B729D: hue angle of 206.33º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B729D is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 114 | 157 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.38 |
| HSL | 206.33º | 0.45% | 0.42% | - |
| HSV(B) | 206.33º | 0.62% | 0.62% | - |
| XYZ | 13.91 | 15.4 | 34.14 | - |
| YUV | 102.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 157 | 0.62 | 0.27 | 0 | 0.38 | 206.33 | 0.45 | 0.42 |
| Hex | 3B | 72 | 9D | 3E | 1B | 0 | 26 | CE | 2D | 2A |
| Octal | 73 | 162 | 235 | 76 | 33 | 0 | 46 | 316 | 55 | 52 |
| Binary | 111011 | 1110010 | 10011101 | 111110 | 11011 | 0 | 100110 | 11001110 | 101101 | 101010 |
Color Harmonies of #3B729D
Complementary color
Monochromatic Colors of #3B729D
Black with #3B729D
Text Example
Text Example
White with #3B729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B729D; }
p { color: rgb(59,114,157); }
H1.HeaderClassName
{
color: #3B729D;
}
.AnyTagClassName
{
color: #3B729D;
}
</style>
background-color css
<style>
a { background-color: #3B729D; }
a { background-color: rgb(59,114,157); }
div.DivClassName
{
background-color: #3B729D;
}
.BgClassName
{
background-color: #3B729D;
}
</style>
border-color css
<style>
span { border-color: #3B729D; }
span { border-color: rgb(59,114,157); }
td.TdClassName
{
border-color: #3B729D;
}
.TagClassName
{
border-color: #3B729D;
}
</style>