Shades of Lochmara #3B709B
Tints of Lochmara #3B709B
RGB
CMYK
RGB Variations
Color information
#3B709B (or 0x3B709B) is known color: Lochmara. HEX triplet: 3B, 70 and 9B. RGB value is (59,112,155). Sum of RGB (Red+Green+Blue) = 59+112+155=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B709B is #C48F64. Grayscale: #646464. Windows color (decimal): -12881765 or 10186811. OLE color: 10186811.
HSL color Cylindrical-coordinate representation of color #3B709B: hue angle of 206.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B709B is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 112 | 155 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.39 |
| HSL | 206.88º | 0.45% | 0.42% | - |
| HSV(B) | 206.88º | 0.62% | 0.61% | - |
| XYZ | 13.51 | 14.88 | 33.17 | - |
| YUV | 101.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 155 | 0.62 | 0.28 | 0 | 0.39 | 206.88 | 0.45 | 0.42 |
| Hex | 3B | 70 | 9B | 3E | 1C | 0 | 27 | CF | 2D | 2A |
| Octal | 73 | 160 | 233 | 76 | 34 | 0 | 47 | 317 | 55 | 52 |
| Binary | 111011 | 1110000 | 10011011 | 111110 | 11100 | 0 | 100111 | 11001111 | 101101 | 101010 |
Color Harmonies of #3B709B
Complementary color
Monochromatic Colors of #3B709B
Black with #3B709B
Text Example
Text Example
White with #3B709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B709B; }
p { color: rgb(59,112,155); }
H1.HeaderClassName
{
color: #3B709B;
}
.AnyTagClassName
{
color: #3B709B;
}
</style>
background-color css
<style>
a { background-color: #3B709B; }
a { background-color: rgb(59,112,155); }
div.DivClassName
{
background-color: #3B709B;
}
.BgClassName
{
background-color: #3B709B;
}
</style>
border-color css
<style>
span { border-color: #3B709B; }
span { border-color: rgb(59,112,155); }
td.TdClassName
{
border-color: #3B709B;
}
.TagClassName
{
border-color: #3B709B;
}
</style>