Shades of Lochmara #39689B
Tints of Lochmara #39689B
RGB
CMYK
RGB Variations
Color information
#39689B (or 0x39689B) is known color: Lochmara. HEX triplet: 39, 68 and 9B. RGB value is (57,104,155). Sum of RGB (Red+Green+Blue) = 57+104+155=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #39689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39689B is #C69764. Grayscale: #5F5F5F. Windows color (decimal): -13014885 or 10184761. OLE color: 10184761.
HSL color Cylindrical-coordinate representation of color #39689B: hue angle of 211.22º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39689B is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 104 | 155 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.39 |
| HSL | 211.22º | 0.46% | 0.42% | - |
| HSV(B) | 211.22º | 0.63% | 0.61% | - |
| XYZ | 12.55 | 13.14 | 32.88 | - |
| YUV | 95.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 155 | 0.63 | 0.33 | 0 | 0.39 | 211.22 | 0.46 | 0.42 |
| Hex | 39 | 68 | 9B | 3F | 21 | 0 | 27 | D3 | 2E | 2A |
| Octal | 71 | 150 | 233 | 77 | 41 | 0 | 47 | 323 | 56 | 52 |
| Binary | 111001 | 1101000 | 10011011 | 111111 | 100001 | 0 | 100111 | 11010011 | 101110 | 101010 |
Color Harmonies of #39689B
Complementary color
Monochromatic Colors of #39689B
Black with #39689B
Text Example
Text Example
White with #39689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39689B; }
p { color: rgb(57,104,155); }
H1.HeaderClassName
{
color: #39689B;
}
.AnyTagClassName
{
color: #39689B;
}
</style>
background-color css
<style>
a { background-color: #39689B; }
a { background-color: rgb(57,104,155); }
div.DivClassName
{
background-color: #39689B;
}
.BgClassName
{
background-color: #39689B;
}
</style>
border-color css
<style>
span { border-color: #39689B; }
span { border-color: rgb(57,104,155); }
td.TdClassName
{
border-color: #39689B;
}
.TagClassName
{
border-color: #39689B;
}
</style>