Shades of Lochmara #277AAE
Tints of Lochmara #277AAE
RGB
CMYK
RGB Variations
Color information
#277AAE (or 0x277AAE) is known color: Lochmara. HEX triplet: 27, 7A and AE. RGB value is (39,122,174). Sum of RGB (Red+Green+Blue) = 39+122+174=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #277AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277AAE is #D88551. Grayscale: #666666. Windows color (decimal): -14189906 or 11434535. OLE color: 11434535.
HSL color Cylindrical-coordinate representation of color #277AAE: hue angle of 203.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #277AAE is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 122 | 174 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.32 |
| HSL | 203.11º | 0.63% | 0.42% | - |
| HSV(B) | 203.11º | 0.78% | 0.68% | - |
| XYZ | 15.44 | 17.41 | 42.59 | - |
| YUV | 103.11 | 168 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 174 | 0.78 | 0.30 | 0 | 0.32 | 203.11 | 0.63 | 0.42 |
| Hex | 27 | 7A | AE | 4E | 1E | 0 | 20 | CB | 3F | 2A |
| Octal | 47 | 172 | 256 | 116 | 36 | 0 | 40 | 313 | 77 | 52 |
| Binary | 100111 | 1111010 | 10101110 | 1001110 | 11110 | 0 | 100000 | 11001011 | 111111 | 101010 |
Color Harmonies of #277AAE
Complementary color
Monochromatic Colors of #277AAE
Black with #277AAE
Text Example
Text Example
White with #277AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277AAE; }
p { color: rgb(39,122,174); }
H1.HeaderClassName
{
color: #277AAE;
}
.AnyTagClassName
{
color: #277AAE;
}
</style>
background-color css
<style>
a { background-color: #277AAE; }
a { background-color: rgb(39,122,174); }
div.DivClassName
{
background-color: #277AAE;
}
.BgClassName
{
background-color: #277AAE;
}
</style>
border-color css
<style>
span { border-color: #277AAE; }
span { border-color: rgb(39,122,174); }
td.TdClassName
{
border-color: #277AAE;
}
.TagClassName
{
border-color: #277AAE;
}
</style>