Shades of Lochmara #2778A9
Tints of Lochmara #2778A9
RGB
CMYK
RGB Variations
Color information
#2778A9 (or 0x2778A9) is known color: Lochmara. HEX triplet: 27, 78 and A9. RGB value is (39,120,169). Sum of RGB (Red+Green+Blue) = 39+120+169=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #2778A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2778A9 is #D88756. Grayscale: #656565. Windows color (decimal): -14190423 or 11106343. OLE color: 11106343.
HSL color Cylindrical-coordinate representation of color #2778A9: hue angle of 202.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2778A9 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 120 | 169 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.34 |
| HSL | 202.62º | 0.63% | 0.41% | - |
| HSV(B) | 202.62º | 0.77% | 0.66% | - |
| XYZ | 14.71 | 16.73 | 39.99 | - |
| YUV | 101.37 | 166.16 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 120 | 169 | 0.77 | 0.29 | 0 | 0.34 | 202.62 | 0.63 | 0.41 |
| Hex | 27 | 78 | A9 | 4D | 1D | 0 | 22 | CB | 3E | 29 |
| Octal | 47 | 170 | 251 | 115 | 35 | 0 | 42 | 313 | 76 | 51 |
| Binary | 100111 | 1111000 | 10101001 | 1001101 | 11101 | 0 | 100010 | 11001011 | 111110 | 101001 |
Color Harmonies of #2778A9
Complementary color
Monochromatic Colors of #2778A9
Black with #2778A9
Text Example
Text Example
White with #2778A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2778A9; }
p { color: rgb(39,120,169); }
H1.HeaderClassName
{
color: #2778A9;
}
.AnyTagClassName
{
color: #2778A9;
}
</style>
background-color css
<style>
a { background-color: #2778A9; }
a { background-color: rgb(39,120,169); }
div.DivClassName
{
background-color: #2778A9;
}
.BgClassName
{
background-color: #2778A9;
}
</style>
border-color css
<style>
span { border-color: #2778A9; }
span { border-color: rgb(39,120,169); }
td.TdClassName
{
border-color: #2778A9;
}
.TagClassName
{
border-color: #2778A9;
}
</style>