Shades of Lochmara #277A9F
Tints of Lochmara #277A9F
RGB
CMYK
RGB Variations
Color information
#277A9F (or 0x277A9F) is known color: Lochmara. HEX triplet: 27, 7A and 9F. RGB value is (39,122,159). Sum of RGB (Red+Green+Blue) = 39+122+159=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #277A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A9F is #D88560. Grayscale: #656565. Windows color (decimal): -14189921 or 10451495. OLE color: 10451495.
HSL color Cylindrical-coordinate representation of color #277A9F: hue angle of 198.5º 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 #277A9F is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 122 | 159 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.38 |
| HSL | 198.5º | 0.61% | 0.39% | - |
| HSV(B) | 198.5º | 0.75% | 0.62% | - |
| XYZ | 14.05 | 16.85 | 35.31 | - |
| YUV | 101.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 159 | 0.75 | 0.23 | 0 | 0.38 | 198.5 | 0.61 | 0.39 |
| Hex | 27 | 7A | 9F | 4B | 17 | 0 | 26 | C6 | 3D | 27 |
| Octal | 47 | 172 | 237 | 113 | 27 | 0 | 46 | 306 | 75 | 47 |
| Binary | 100111 | 1111010 | 10011111 | 1001011 | 10111 | 0 | 100110 | 11000110 | 111101 | 100111 |
Color Harmonies of #277A9F
Complementary color
Monochromatic Colors of #277A9F
Black with #277A9F
Text Example
Text Example
White with #277A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A9F; }
p { color: rgb(39,122,159); }
H1.HeaderClassName
{
color: #277A9F;
}
.AnyTagClassName
{
color: #277A9F;
}
</style>
background-color css
<style>
a { background-color: #277A9F; }
a { background-color: rgb(39,122,159); }
div.DivClassName
{
background-color: #277A9F;
}
.BgClassName
{
background-color: #277A9F;
}
</style>
border-color css
<style>
span { border-color: #277A9F; }
span { border-color: rgb(39,122,159); }
td.TdClassName
{
border-color: #277A9F;
}
.TagClassName
{
border-color: #277A9F;
}
</style>