Shades of Lochmara #3976AB
Tints of Lochmara #3976AB
RGB
CMYK
RGB Variations
Color information
#3976AB (or 0x3976AB) is known color: Lochmara. HEX triplet: 39, 76 and AB. RGB value is (57,118,171). Sum of RGB (Red+Green+Blue) = 57+118+171=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #3976AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3976AB is #C68954. Grayscale: #696969. Windows color (decimal): -13011285 or 11236921. OLE color: 11236921.
HSL color Cylindrical-coordinate representation of color #3976AB: hue angle of 207.89º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3976AB is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 118 | 171 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.33 |
| HSL | 207.89º | 0.5% | 0.45% | - |
| HSV(B) | 207.89º | 0.67% | 0.67% | - |
| XYZ | 15.52 | 16.77 | 40.95 | - |
| YUV | 105.8 | 164.79 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 171 | 0.67 | 0.31 | 0 | 0.33 | 207.89 | 0.5 | 0.45 |
| Hex | 39 | 76 | AB | 43 | 1F | 0 | 21 | D0 | 32 | 2D |
| Octal | 71 | 166 | 253 | 103 | 37 | 0 | 41 | 320 | 62 | 55 |
| Binary | 111001 | 1110110 | 10101011 | 1000011 | 11111 | 0 | 100001 | 11010000 | 110010 | 101101 |
Color Harmonies of #3976AB
Complementary color
Monochromatic Colors of #3976AB
Black with #3976AB
Text Example
Text Example
White with #3976AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3976AB; }
p { color: rgb(57,118,171); }
H1.HeaderClassName
{
color: #3976AB;
}
.AnyTagClassName
{
color: #3976AB;
}
</style>
background-color css
<style>
a { background-color: #3976AB; }
a { background-color: rgb(57,118,171); }
div.DivClassName
{
background-color: #3976AB;
}
.BgClassName
{
background-color: #3976AB;
}
</style>
border-color css
<style>
span { border-color: #3976AB; }
span { border-color: rgb(57,118,171); }
td.TdClassName
{
border-color: #3976AB;
}
.TagClassName
{
border-color: #3976AB;
}
</style>