Shades of Lochmara #277B9F
Tints of Lochmara #277B9F
RGB
CMYK
RGB Variations
Color information
#277B9F (or 0x277B9F) is known color: Lochmara. HEX triplet: 27, 7B and 9F. RGB value is (39,123,159). Sum of RGB (Red+Green+Blue) = 39+123+159=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #277B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B9F is #D88460. Grayscale: #656565. Windows color (decimal): -14189665 or 10451751. OLE color: 10451751.
HSL color Cylindrical-coordinate representation of color #277B9F: hue angle of 198º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #277B9F is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 123 | 159 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.38 |
| HSL | 198º | 0.61% | 0.39% | - |
| HSV(B) | 198º | 0.75% | 0.62% | - |
| XYZ | 14.18 | 17.1 | 35.35 | - |
| YUV | 101.99 | 160.17 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 159 | 0.75 | 0.23 | 0 | 0.38 | 198 | 0.61 | 0.39 |
| Hex | 27 | 7B | 9F | 4B | 17 | 0 | 26 | C6 | 3D | 27 |
| Octal | 47 | 173 | 237 | 113 | 27 | 0 | 46 | 306 | 75 | 47 |
| Binary | 100111 | 1111011 | 10011111 | 1001011 | 10111 | 0 | 100110 | 11000110 | 111101 | 100111 |
Color Harmonies of #277B9F
Complementary color
Monochromatic Colors of #277B9F
Black with #277B9F
Text Example
Text Example
White with #277B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277B9F; }
p { color: rgb(39,123,159); }
H1.HeaderClassName
{
color: #277B9F;
}
.AnyTagClassName
{
color: #277B9F;
}
</style>
background-color css
<style>
a { background-color: #277B9F; }
a { background-color: rgb(39,123,159); }
div.DivClassName
{
background-color: #277B9F;
}
.BgClassName
{
background-color: #277B9F;
}
</style>
border-color css
<style>
span { border-color: #277B9F; }
span { border-color: rgb(39,123,159); }
td.TdClassName
{
border-color: #277B9F;
}
.TagClassName
{
border-color: #277B9F;
}
</style>