Shades of Lochmara #277AA7
Tints of Lochmara #277AA7
RGB
CMYK
RGB Variations
Color information
#277AA7 (or 0x277AA7) is known color: Lochmara. HEX triplet: 27, 7A and A7. RGB value is (39,122,167). Sum of RGB (Red+Green+Blue) = 39+122+167=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #277AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277AA7 is #D88558. Grayscale: #666666. Windows color (decimal): -14189913 or 10975783. OLE color: 10975783.
HSL color Cylindrical-coordinate representation of color #277AA7: hue angle of 201.09º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277AA7 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 122 | 167 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.35 |
| HSL | 201.09º | 0.62% | 0.4% | - |
| HSV(B) | 201.09º | 0.77% | 0.65% | - |
| XYZ | 14.77 | 17.14 | 39.09 | - |
| YUV | 102.31 | 164.5 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 167 | 0.77 | 0.27 | 0 | 0.35 | 201.09 | 0.62 | 0.4 |
| Hex | 27 | 7A | A7 | 4D | 1B | 0 | 23 | C9 | 3E | 28 |
| Octal | 47 | 172 | 247 | 115 | 33 | 0 | 43 | 311 | 76 | 50 |
| Binary | 100111 | 1111010 | 10100111 | 1001101 | 11011 | 0 | 100011 | 11001001 | 111110 | 101000 |
Color Harmonies of #277AA7
Complementary color
Monochromatic Colors of #277AA7
Black with #277AA7
Text Example
Text Example
White with #277AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277AA7; }
p { color: rgb(39,122,167); }
H1.HeaderClassName
{
color: #277AA7;
}
.AnyTagClassName
{
color: #277AA7;
}
</style>
background-color css
<style>
a { background-color: #277AA7; }
a { background-color: rgb(39,122,167); }
div.DivClassName
{
background-color: #277AA7;
}
.BgClassName
{
background-color: #277AA7;
}
</style>
border-color css
<style>
span { border-color: #277AA7; }
span { border-color: rgb(39,122,167); }
td.TdClassName
{
border-color: #277AA7;
}
.TagClassName
{
border-color: #277AA7;
}
</style>