Shades of Lochmara #3769AD
Tints of Lochmara #3769AD
RGB
CMYK
RGB Variations
Color information
#3769AD (or 0x3769AD) is known color: Lochmara. HEX triplet: 37, 69 and AD. RGB value is (55,105,173). Sum of RGB (Red+Green+Blue) = 55+105+173=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #3769AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3769AD is #C89652. Grayscale: #616161. Windows color (decimal): -13145683 or 11364663. OLE color: 11364663.
HSL color Cylindrical-coordinate representation of color #3769AD: hue angle of 214.58º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3769AD is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 105 | 173 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.32 |
| HSL | 214.58º | 0.52% | 0.45% | - |
| HSV(B) | 214.58º | 0.68% | 0.68% | - |
| XYZ | 14.17 | 13.93 | 41.48 | - |
| YUV | 97.8 | 170.44 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 105 | 173 | 0.68 | 0.39 | 0 | 0.32 | 214.58 | 0.52 | 0.45 |
| Hex | 37 | 69 | AD | 44 | 27 | 0 | 20 | D7 | 34 | 2D |
| Octal | 67 | 151 | 255 | 104 | 47 | 0 | 40 | 327 | 64 | 55 |
| Binary | 110111 | 1101001 | 10101101 | 1000100 | 100111 | 0 | 100000 | 11010111 | 110100 | 101101 |
Color Harmonies of #3769AD
Complementary color
Monochromatic Colors of #3769AD
Black with #3769AD
Text Example
Text Example
White with #3769AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3769AD; }
p { color: rgb(55,105,173); }
H1.HeaderClassName
{
color: #3769AD;
}
.AnyTagClassName
{
color: #3769AD;
}
</style>
background-color css
<style>
a { background-color: #3769AD; }
a { background-color: rgb(55,105,173); }
div.DivClassName
{
background-color: #3769AD;
}
.BgClassName
{
background-color: #3769AD;
}
</style>
border-color css
<style>
span { border-color: #3769AD; }
span { border-color: rgb(55,105,173); }
td.TdClassName
{
border-color: #3769AD;
}
.TagClassName
{
border-color: #3769AD;
}
</style>