Shades of Lochmara #397AAA
Tints of Lochmara #397AAA
RGB
CMYK
RGB Variations
Color information
#397AAA (or 0x397AAA) is known color: Lochmara. HEX triplet: 39, 7A and AA. RGB value is (57,122,170). Sum of RGB (Red+Green+Blue) = 57+122+170=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #397AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397AAA is #C68555. Grayscale: #6B6B6B. Windows color (decimal): -13010262 or 11172409. OLE color: 11172409.
HSL color Cylindrical-coordinate representation of color #397AAA: hue angle of 205.49º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #397AAA is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 122 | 170 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.33 |
| HSL | 205.49º | 0.5% | 0.45% | - |
| HSV(B) | 205.49º | 0.66% | 0.67% | - |
| XYZ | 15.9 | 17.69 | 40.61 | - |
| YUV | 108.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 170 | 0.66 | 0.28 | 0 | 0.33 | 205.49 | 0.5 | 0.45 |
| Hex | 39 | 7A | AA | 42 | 1C | 0 | 21 | CD | 32 | 2D |
| Octal | 71 | 172 | 252 | 102 | 34 | 0 | 41 | 315 | 62 | 55 |
| Binary | 111001 | 1111010 | 10101010 | 1000010 | 11100 | 0 | 100001 | 11001101 | 110010 | 101101 |
Color Harmonies of #397AAA
Complementary color
Monochromatic Colors of #397AAA
Black with #397AAA
Text Example
Text Example
White with #397AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397AAA; }
p { color: rgb(57,122,170); }
H1.HeaderClassName
{
color: #397AAA;
}
.AnyTagClassName
{
color: #397AAA;
}
</style>
background-color css
<style>
a { background-color: #397AAA; }
a { background-color: rgb(57,122,170); }
div.DivClassName
{
background-color: #397AAA;
}
.BgClassName
{
background-color: #397AAA;
}
</style>
border-color css
<style>
span { border-color: #397AAA; }
span { border-color: rgb(57,122,170); }
td.TdClassName
{
border-color: #397AAA;
}
.TagClassName
{
border-color: #397AAA;
}
</style>