Shades of Lochmara #277DAA
Tints of Lochmara #277DAA
RGB
CMYK
RGB Variations
Color information
#277DAA (or 0x277DAA) is known color: Lochmara. HEX triplet: 27, 7D and AA. RGB value is (39,125,170). Sum of RGB (Red+Green+Blue) = 39+125+170=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #277DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277DAA is #D88255. Grayscale: #686868. Windows color (decimal): -14189142 or 11173159. OLE color: 11173159.
HSL color Cylindrical-coordinate representation of color #277DAA: hue angle of 200.61º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277DAA is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 125 | 170 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.33 |
| HSL | 200.61º | 0.63% | 0.41% | - |
| HSV(B) | 200.61º | 0.77% | 0.67% | - |
| XYZ | 15.43 | 18 | 40.69 | - |
| YUV | 104.42 | 165.01 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 170 | 0.77 | 0.26 | 0 | 0.33 | 200.61 | 0.63 | 0.41 |
| Hex | 27 | 7D | AA | 4D | 1A | 0 | 21 | C9 | 3F | 29 |
| Octal | 47 | 175 | 252 | 115 | 32 | 0 | 41 | 311 | 77 | 51 |
| Binary | 100111 | 1111101 | 10101010 | 1001101 | 11010 | 0 | 100001 | 11001001 | 111111 | 101001 |
Color Harmonies of #277DAA
Complementary color
Monochromatic Colors of #277DAA
Black with #277DAA
Text Example
Text Example
White with #277DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DAA; }
p { color: rgb(39,125,170); }
H1.HeaderClassName
{
color: #277DAA;
}
.AnyTagClassName
{
color: #277DAA;
}
</style>
background-color css
<style>
a { background-color: #277DAA; }
a { background-color: rgb(39,125,170); }
div.DivClassName
{
background-color: #277DAA;
}
.BgClassName
{
background-color: #277DAA;
}
</style>
border-color css
<style>
span { border-color: #277DAA; }
span { border-color: rgb(39,125,170); }
td.TdClassName
{
border-color: #277DAA;
}
.TagClassName
{
border-color: #277DAA;
}
</style>