Shades of Lochmara #397B9E
Tints of Lochmara #397B9E
RGB
CMYK
RGB Variations
Color information
#397B9E (or 0x397B9E) is known color: Lochmara. HEX triplet: 39, 7B and 9E. RGB value is (57,123,158). Sum of RGB (Red+Green+Blue) = 57+123+158=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #397B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B9E is #C68461. Grayscale: #6B6B6B. Windows color (decimal): -13010018 or 10386233. OLE color: 10386233.
HSL color Cylindrical-coordinate representation of color #397B9E: hue angle of 200.79º 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 #397B9E is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 123 | 158 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.38 |
| HSL | 200.79º | 0.47% | 0.42% | - |
| HSV(B) | 200.79º | 0.64% | 0.62% | - |
| XYZ | 14.94 | 17.5 | 34.94 | - |
| YUV | 107.26 | 156.63 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 158 | 0.64 | 0.22 | 0 | 0.38 | 200.79 | 0.47 | 0.42 |
| Hex | 39 | 7B | 9E | 40 | 16 | 0 | 26 | C9 | 2F | 2A |
| Octal | 71 | 173 | 236 | 100 | 26 | 0 | 46 | 311 | 57 | 52 |
| Binary | 111001 | 1111011 | 10011110 | 1000000 | 10110 | 0 | 100110 | 11001001 | 101111 | 101010 |
Color Harmonies of #397B9E
Complementary color
Monochromatic Colors of #397B9E
Black with #397B9E
Text Example
Text Example
White with #397B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B9E; }
p { color: rgb(57,123,158); }
H1.HeaderClassName
{
color: #397B9E;
}
.AnyTagClassName
{
color: #397B9E;
}
</style>
background-color css
<style>
a { background-color: #397B9E; }
a { background-color: rgb(57,123,158); }
div.DivClassName
{
background-color: #397B9E;
}
.BgClassName
{
background-color: #397B9E;
}
</style>
border-color css
<style>
span { border-color: #397B9E; }
span { border-color: rgb(57,123,158); }
td.TdClassName
{
border-color: #397B9E;
}
.TagClassName
{
border-color: #397B9E;
}
</style>