Shades of Lochmara #277DAD
Tints of Lochmara #277DAD
RGB
CMYK
RGB Variations
Color information
#277DAD (or 0x277DAD) is known color: Lochmara. HEX triplet: 27, 7D and AD. RGB value is (39,125,173). Sum of RGB (Red+Green+Blue) = 39+125+173=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #277DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277DAD is #D88252. Grayscale: #686868. Windows color (decimal): -14189139 or 11369767. OLE color: 11369767.
HSL color Cylindrical-coordinate representation of color #277DAD: hue angle of 201.49º 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 #277DAD is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 125 | 173 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.32 |
| HSL | 201.49º | 0.63% | 0.42% | - |
| HSV(B) | 201.49º | 0.77% | 0.68% | - |
| XYZ | 15.71 | 18.12 | 42.2 | - |
| YUV | 104.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 173 | 0.77 | 0.28 | 0 | 0.32 | 201.49 | 0.63 | 0.42 |
| Hex | 27 | 7D | AD | 4D | 1C | 0 | 20 | C9 | 3F | 2A |
| Octal | 47 | 175 | 255 | 115 | 34 | 0 | 40 | 311 | 77 | 52 |
| Binary | 100111 | 1111101 | 10101101 | 1001101 | 11100 | 0 | 100000 | 11001001 | 111111 | 101010 |
Color Harmonies of #277DAD
Complementary color
Monochromatic Colors of #277DAD
Black with #277DAD
Text Example
Text Example
White with #277DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DAD; }
p { color: rgb(39,125,173); }
H1.HeaderClassName
{
color: #277DAD;
}
.AnyTagClassName
{
color: #277DAD;
}
</style>
background-color css
<style>
a { background-color: #277DAD; }
a { background-color: rgb(39,125,173); }
div.DivClassName
{
background-color: #277DAD;
}
.BgClassName
{
background-color: #277DAD;
}
</style>
border-color css
<style>
span { border-color: #277DAD; }
span { border-color: rgb(39,125,173); }
td.TdClassName
{
border-color: #277DAD;
}
.TagClassName
{
border-color: #277DAD;
}
</style>