Shades of Lochmara #277BA9
Tints of Lochmara #277BA9
RGB
CMYK
RGB Variations
Color information
#277BA9 (or 0x277BA9) is known color: Lochmara. HEX triplet: 27, 7B and A9. RGB value is (39,123,169). Sum of RGB (Red+Green+Blue) = 39+123+169=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #277BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277BA9 is #D88456. Grayscale: #666666. Windows color (decimal): -14189655 or 11107111. OLE color: 11107111.
HSL color Cylindrical-coordinate representation of color #277BA9: hue angle of 201.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277BA9 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 39 | 123 | 169 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.34 |
| HSL | 201.23º | 0.63% | 0.41% | - |
| HSV(B) | 201.23º | 0.77% | 0.66% | - |
| XYZ | 15.08 | 17.46 | 40.11 | - |
| YUV | 103.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 169 | 0.77 | 0.27 | 0 | 0.34 | 201.23 | 0.63 | 0.41 |
| Hex | 27 | 7B | A9 | 4D | 1B | 0 | 22 | C9 | 3E | 29 |
| Octal | 47 | 173 | 251 | 115 | 33 | 0 | 42 | 311 | 76 | 51 |
| Binary | 100111 | 1111011 | 10101001 | 1001101 | 11011 | 0 | 100010 | 11001001 | 111110 | 101001 |
Color Harmonies of #277BA9
Complementary color
Monochromatic Colors of #277BA9
Black with #277BA9
Text Example
Text Example
White with #277BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BA9; }
p { color: rgb(39,123,169); }
H1.HeaderClassName
{
color: #277BA9;
}
.AnyTagClassName
{
color: #277BA9;
}
</style>
background-color css
<style>
a { background-color: #277BA9; }
a { background-color: rgb(39,123,169); }
div.DivClassName
{
background-color: #277BA9;
}
.BgClassName
{
background-color: #277BA9;
}
</style>
border-color css
<style>
span { border-color: #277BA9; }
span { border-color: rgb(39,123,169); }
td.TdClassName
{
border-color: #277BA9;
}
.TagClassName
{
border-color: #277BA9;
}
</style>