Shades of Lochmara #2779AE
Tints of Lochmara #2779AE
RGB
CMYK
RGB Variations
Color information
#2779AE (or 0x2779AE) is known color: Lochmara. HEX triplet: 27, 79 and AE. RGB value is (39,121,174). Sum of RGB (Red+Green+Blue) = 39+121+174=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #2779AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2779AE is #D88651. Grayscale: #666666. Windows color (decimal): -14190162 or 11434279. OLE color: 11434279.
HSL color Cylindrical-coordinate representation of color #2779AE: hue angle of 203.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2779AE is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 121 | 174 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.32 |
| HSL | 203.56º | 0.63% | 0.42% | - |
| HSV(B) | 203.56º | 0.78% | 0.68% | - |
| XYZ | 15.31 | 17.16 | 42.55 | - |
| YUV | 102.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 174 | 0.78 | 0.30 | 0 | 0.32 | 203.56 | 0.63 | 0.42 |
| Hex | 27 | 79 | AE | 4E | 1E | 0 | 20 | CC | 3F | 2A |
| Octal | 47 | 171 | 256 | 116 | 36 | 0 | 40 | 314 | 77 | 52 |
| Binary | 100111 | 1111001 | 10101110 | 1001110 | 11110 | 0 | 100000 | 11001100 | 111111 | 101010 |
Color Harmonies of #2779AE
Complementary color
Monochromatic Colors of #2779AE
Black with #2779AE
Text Example
Text Example
White with #2779AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2779AE; }
p { color: rgb(39,121,174); }
H1.HeaderClassName
{
color: #2779AE;
}
.AnyTagClassName
{
color: #2779AE;
}
</style>
background-color css
<style>
a { background-color: #2779AE; }
a { background-color: rgb(39,121,174); }
div.DivClassName
{
background-color: #2779AE;
}
.BgClassName
{
background-color: #2779AE;
}
</style>
border-color css
<style>
span { border-color: #2779AE; }
span { border-color: rgb(39,121,174); }
td.TdClassName
{
border-color: #2779AE;
}
.TagClassName
{
border-color: #2779AE;
}
</style>