Shades of Lochmara #277A9A
Tints of Lochmara #277A9A
RGB
CMYK
RGB Variations
Color information
#277A9A (or 0x277A9A) is known color: Lochmara. HEX triplet: 27, 7A and 9A. RGB value is (39,122,154). Sum of RGB (Red+Green+Blue) = 39+122+154=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #277A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A9A is #D88565. Grayscale: #646464. Windows color (decimal): -14189926 or 10123815. OLE color: 10123815.
HSL color Cylindrical-coordinate representation of color #277A9A: hue angle of 196.7º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #277A9A is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 122 | 154 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.40 |
| HSL | 196.7º | 0.6% | 0.38% | - |
| HSV(B) | 196.7º | 0.75% | 0.6% | - |
| XYZ | 13.63 | 16.68 | 33.07 | - |
| YUV | 100.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 154 | 0.75 | 0.21 | 0 | 0.40 | 196.7 | 0.6 | 0.38 |
| Hex | 27 | 7A | 9A | 4B | 15 | 0 | 28 | C5 | 3C | 26 |
| Octal | 47 | 172 | 232 | 113 | 25 | 0 | 50 | 305 | 74 | 46 |
| Binary | 100111 | 1111010 | 10011010 | 1001011 | 10101 | 0 | 101000 | 11000101 | 111100 | 100110 |
Color Harmonies of #277A9A
Complementary color
Monochromatic Colors of #277A9A
Black with #277A9A
Text Example
Text Example
White with #277A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A9A; }
p { color: rgb(39,122,154); }
H1.HeaderClassName
{
color: #277A9A;
}
.AnyTagClassName
{
color: #277A9A;
}
</style>
background-color css
<style>
a { background-color: #277A9A; }
a { background-color: rgb(39,122,154); }
div.DivClassName
{
background-color: #277A9A;
}
.BgClassName
{
background-color: #277A9A;
}
</style>
border-color css
<style>
span { border-color: #277A9A; }
span { border-color: rgb(39,122,154); }
td.TdClassName
{
border-color: #277A9A;
}
.TagClassName
{
border-color: #277A9A;
}
</style>