Shades of Lochmara #3978AA
Tints of Lochmara #3978AA
RGB
CMYK
RGB Variations
Color information
#3978AA (or 0x3978AA) is known color: Lochmara. HEX triplet: 39, 78 and AA. RGB value is (57,120,170). Sum of RGB (Red+Green+Blue) = 57+120+170=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #3978AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3978AA is #C68755. Grayscale: #6A6A6A. Windows color (decimal): -13010774 or 11171897. OLE color: 11171897.
HSL color Cylindrical-coordinate representation of color #3978AA: hue angle of 206.55º 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 #3978AA is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 120 | 170 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.33 |
| HSL | 206.55º | 0.5% | 0.45% | - |
| HSV(B) | 206.55º | 0.66% | 0.67% | - |
| XYZ | 15.66 | 17.21 | 40.53 | - |
| YUV | 106.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 170 | 0.66 | 0.29 | 0 | 0.33 | 206.55 | 0.5 | 0.45 |
| Hex | 39 | 78 | AA | 42 | 1D | 0 | 21 | CF | 32 | 2D |
| Octal | 71 | 170 | 252 | 102 | 35 | 0 | 41 | 317 | 62 | 55 |
| Binary | 111001 | 1111000 | 10101010 | 1000010 | 11101 | 0 | 100001 | 11001111 | 110010 | 101101 |
Color Harmonies of #3978AA
Complementary color
Monochromatic Colors of #3978AA
Black with #3978AA
Text Example
Text Example
White with #3978AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3978AA; }
p { color: rgb(57,120,170); }
H1.HeaderClassName
{
color: #3978AA;
}
.AnyTagClassName
{
color: #3978AA;
}
</style>
background-color css
<style>
a { background-color: #3978AA; }
a { background-color: rgb(57,120,170); }
div.DivClassName
{
background-color: #3978AA;
}
.BgClassName
{
background-color: #3978AA;
}
</style>
border-color css
<style>
span { border-color: #3978AA; }
span { border-color: rgb(57,120,170); }
td.TdClassName
{
border-color: #3978AA;
}
.TagClassName
{
border-color: #3978AA;
}
</style>