Shades of Lochmara #277AAA
Tints of Lochmara #277AAA
RGB
CMYK
RGB Variations
Color information
#277AAA (or 0x277AAA) is known color: Lochmara. HEX triplet: 27, 7A and AA. RGB value is (39,122,170). Sum of RGB (Red+Green+Blue) = 39+122+170=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #277AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277AAA is #D88555. Grayscale: #666666. Windows color (decimal): -14189910 or 11172391. OLE color: 11172391.
HSL color Cylindrical-coordinate representation of color #277AAA: hue angle of 201.98º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277AAA is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 122 | 170 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.33 |
| HSL | 201.98º | 0.63% | 0.41% | - |
| HSV(B) | 201.98º | 0.77% | 0.67% | - |
| XYZ | 15.05 | 17.25 | 40.57 | - |
| YUV | 102.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 170 | 0.77 | 0.28 | 0 | 0.33 | 201.98 | 0.63 | 0.41 |
| Hex | 27 | 7A | AA | 4D | 1C | 0 | 21 | CA | 3F | 29 |
| Octal | 47 | 172 | 252 | 115 | 34 | 0 | 41 | 312 | 77 | 51 |
| Binary | 100111 | 1111010 | 10101010 | 1001101 | 11100 | 0 | 100001 | 11001010 | 111111 | 101001 |
Color Harmonies of #277AAA
Complementary color
Monochromatic Colors of #277AAA
Black with #277AAA
Text Example
Text Example
White with #277AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277AAA; }
p { color: rgb(39,122,170); }
H1.HeaderClassName
{
color: #277AAA;
}
.AnyTagClassName
{
color: #277AAA;
}
</style>
background-color css
<style>
a { background-color: #277AAA; }
a { background-color: rgb(39,122,170); }
div.DivClassName
{
background-color: #277AAA;
}
.BgClassName
{
background-color: #277AAA;
}
</style>
border-color css
<style>
span { border-color: #277AAA; }
span { border-color: rgb(39,122,170); }
td.TdClassName
{
border-color: #277AAA;
}
.TagClassName
{
border-color: #277AAA;
}
</style>