Shades of Lochmara #397D9E
Tints of Lochmara #397D9E
RGB
CMYK
RGB Variations
Color information
#397D9E (or 0x397D9E) is known color: Lochmara. HEX triplet: 39, 7D and 9E. RGB value is (57,125,158). Sum of RGB (Red+Green+Blue) = 57+125+158=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #397D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397D9E is #C68261. Grayscale: #6C6C6C. Windows color (decimal): -13009506 or 10386745. OLE color: 10386745.
HSL color Cylindrical-coordinate representation of color #397D9E: hue angle of 199.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #397D9E is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 125 | 158 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.38 |
| HSL | 199.6º | 0.47% | 0.42% | - |
| HSV(B) | 199.6º | 0.64% | 0.62% | - |
| XYZ | 15.19 | 18.01 | 35.02 | - |
| YUV | 108.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 158 | 0.64 | 0.21 | 0 | 0.38 | 199.6 | 0.47 | 0.42 |
| Hex | 39 | 7D | 9E | 40 | 15 | 0 | 26 | C8 | 2F | 2A |
| Octal | 71 | 175 | 236 | 100 | 25 | 0 | 46 | 310 | 57 | 52 |
| Binary | 111001 | 1111101 | 10011110 | 1000000 | 10101 | 0 | 100110 | 11001000 | 101111 | 101010 |
Color Harmonies of #397D9E
Complementary color
Monochromatic Colors of #397D9E
Black with #397D9E
Text Example
Text Example
White with #397D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397D9E; }
p { color: rgb(57,125,158); }
H1.HeaderClassName
{
color: #397D9E;
}
.AnyTagClassName
{
color: #397D9E;
}
</style>
background-color css
<style>
a { background-color: #397D9E; }
a { background-color: rgb(57,125,158); }
div.DivClassName
{
background-color: #397D9E;
}
.BgClassName
{
background-color: #397D9E;
}
</style>
border-color css
<style>
span { border-color: #397D9E; }
span { border-color: rgb(57,125,158); }
td.TdClassName
{
border-color: #397D9E;
}
.TagClassName
{
border-color: #397D9E;
}
</style>