Shades of Lochmara #277DAE
Tints of Lochmara #277DAE
RGB
CMYK
RGB Variations
Color information
#277DAE (or 0x277DAE) is known color: Lochmara. HEX triplet: 27, 7D and AE. RGB value is (39,125,174). Sum of RGB (Red+Green+Blue) = 39+125+174=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #277DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277DAE is #D88251. Grayscale: #686868. Windows color (decimal): -14189138 or 11435303. OLE color: 11435303.
HSL color Cylindrical-coordinate representation of color #277DAE: hue angle of 201.78º 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 #277DAE is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 125 | 174 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.32 |
| HSL | 201.78º | 0.63% | 0.42% | - |
| HSV(B) | 201.78º | 0.78% | 0.68% | - |
| XYZ | 15.81 | 18.15 | 42.72 | - |
| YUV | 104.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 174 | 0.78 | 0.28 | 0 | 0.32 | 201.78 | 0.63 | 0.42 |
| Hex | 27 | 7D | AE | 4E | 1C | 0 | 20 | CA | 3F | 2A |
| Octal | 47 | 175 | 256 | 116 | 34 | 0 | 40 | 312 | 77 | 52 |
| Binary | 100111 | 1111101 | 10101110 | 1001110 | 11100 | 0 | 100000 | 11001010 | 111111 | 101010 |
Color Harmonies of #277DAE
Complementary color
Monochromatic Colors of #277DAE
Black with #277DAE
Text Example
Text Example
White with #277DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DAE; }
p { color: rgb(39,125,174); }
H1.HeaderClassName
{
color: #277DAE;
}
.AnyTagClassName
{
color: #277DAE;
}
</style>
background-color css
<style>
a { background-color: #277DAE; }
a { background-color: rgb(39,125,174); }
div.DivClassName
{
background-color: #277DAE;
}
.BgClassName
{
background-color: #277DAE;
}
</style>
border-color css
<style>
span { border-color: #277DAE; }
span { border-color: rgb(39,125,174); }
td.TdClassName
{
border-color: #277DAE;
}
.TagClassName
{
border-color: #277DAE;
}
</style>