Shades of Lochmara #397B9D
Tints of Lochmara #397B9D
RGB
CMYK
RGB Variations
Color information
#397B9D (or 0x397B9D) is known color: Lochmara. HEX triplet: 39, 7B and 9D. RGB value is (57,123,157). Sum of RGB (Red+Green+Blue) = 57+123+157=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #397B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B9D is #C68462. Grayscale: #6A6A6A. Windows color (decimal): -13010019 or 10320697. OLE color: 10320697.
HSL color Cylindrical-coordinate representation of color #397B9D: hue angle of 200.4º 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 #397B9D is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 123 | 157 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.38 |
| HSL | 200.4º | 0.47% | 0.42% | - |
| HSV(B) | 200.4º | 0.64% | 0.62% | - |
| XYZ | 14.86 | 17.47 | 34.49 | - |
| YUV | 107.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 157 | 0.64 | 0.22 | 0 | 0.38 | 200.4 | 0.47 | 0.42 |
| Hex | 39 | 7B | 9D | 40 | 16 | 0 | 26 | C8 | 2F | 2A |
| Octal | 71 | 173 | 235 | 100 | 26 | 0 | 46 | 310 | 57 | 52 |
| Binary | 111001 | 1111011 | 10011101 | 1000000 | 10110 | 0 | 100110 | 11001000 | 101111 | 101010 |
Color Harmonies of #397B9D
Complementary color
Monochromatic Colors of #397B9D
Black with #397B9D
Text Example
Text Example
White with #397B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B9D; }
p { color: rgb(57,123,157); }
H1.HeaderClassName
{
color: #397B9D;
}
.AnyTagClassName
{
color: #397B9D;
}
</style>
background-color css
<style>
a { background-color: #397B9D; }
a { background-color: rgb(57,123,157); }
div.DivClassName
{
background-color: #397B9D;
}
.BgClassName
{
background-color: #397B9D;
}
</style>
border-color css
<style>
span { border-color: #397B9D; }
span { border-color: rgb(57,123,157); }
td.TdClassName
{
border-color: #397B9D;
}
.TagClassName
{
border-color: #397B9D;
}
</style>