Shades of Lochmara #2779AD
Tints of Lochmara #2779AD
RGB
CMYK
RGB Variations
Color information
#2779AD (or 0x2779AD) is known color: Lochmara. HEX triplet: 27, 79 and AD. RGB value is (39,121,173). Sum of RGB (Red+Green+Blue) = 39+121+173=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 121 (47.66% from 255 or 36.34% 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 #2779AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2779AD is #D88652. Grayscale: #666666. Windows color (decimal): -14190163 or 11368743. OLE color: 11368743.
HSL color Cylindrical-coordinate representation of color #2779AD: hue angle of 203.28º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2779AD is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 121 | 173 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.32 |
| HSL | 203.28º | 0.63% | 0.42% | - |
| HSV(B) | 203.28º | 0.77% | 0.68% | - |
| XYZ | 15.22 | 17.12 | 42.04 | - |
| YUV | 102.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 173 | 0.77 | 0.30 | 0 | 0.32 | 203.28 | 0.63 | 0.42 |
| Hex | 27 | 79 | AD | 4D | 1E | 0 | 20 | CB | 3F | 2A |
| Octal | 47 | 171 | 255 | 115 | 36 | 0 | 40 | 313 | 77 | 52 |
| Binary | 100111 | 1111001 | 10101101 | 1001101 | 11110 | 0 | 100000 | 11001011 | 111111 | 101010 |
Color Harmonies of #2779AD
Complementary color
Monochromatic Colors of #2779AD
Black with #2779AD
Text Example
Text Example
White with #2779AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2779AD; }
p { color: rgb(39,121,173); }
H1.HeaderClassName
{
color: #2779AD;
}
.AnyTagClassName
{
color: #2779AD;
}
</style>
background-color css
<style>
a { background-color: #2779AD; }
a { background-color: rgb(39,121,173); }
div.DivClassName
{
background-color: #2779AD;
}
.BgClassName
{
background-color: #2779AD;
}
</style>
border-color css
<style>
span { border-color: #2779AD; }
span { border-color: rgb(39,121,173); }
td.TdClassName
{
border-color: #2779AD;
}
.TagClassName
{
border-color: #2779AD;
}
</style>