Shades of Lochmara #2778AD
Tints of Lochmara #2778AD
RGB
CMYK
RGB Variations
Color information
#2778AD (or 0x2778AD) is known color: Lochmara. HEX triplet: 27, 78 and AD. RGB value is (39,120,173). Sum of RGB (Red+Green+Blue) = 39+120+173=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #2778AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2778AD is #D88752. Grayscale: #656565. Windows color (decimal): -14190419 or 11368487. OLE color: 11368487.
HSL color Cylindrical-coordinate representation of color #2778AD: hue angle of 203.73º 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 #2778AD is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 120 | 173 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.32 |
| HSL | 203.73º | 0.63% | 0.42% | - |
| HSV(B) | 203.73º | 0.77% | 0.68% | - |
| XYZ | 15.1 | 16.88 | 42 | - |
| YUV | 101.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 120 | 173 | 0.77 | 0.31 | 0 | 0.32 | 203.73 | 0.63 | 0.42 |
| Hex | 27 | 78 | AD | 4D | 1F | 0 | 20 | CC | 3F | 2A |
| Octal | 47 | 170 | 255 | 115 | 37 | 0 | 40 | 314 | 77 | 52 |
| Binary | 100111 | 1111000 | 10101101 | 1001101 | 11111 | 0 | 100000 | 11001100 | 111111 | 101010 |
Color Harmonies of #2778AD
Complementary color
Monochromatic Colors of #2778AD
Black with #2778AD
Text Example
Text Example
White with #2778AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2778AD; }
p { color: rgb(39,120,173); }
H1.HeaderClassName
{
color: #2778AD;
}
.AnyTagClassName
{
color: #2778AD;
}
</style>
background-color css
<style>
a { background-color: #2778AD; }
a { background-color: rgb(39,120,173); }
div.DivClassName
{
background-color: #2778AD;
}
.BgClassName
{
background-color: #2778AD;
}
</style>
border-color css
<style>
span { border-color: #2778AD; }
span { border-color: rgb(39,120,173); }
td.TdClassName
{
border-color: #2778AD;
}
.TagClassName
{
border-color: #2778AD;
}
</style>