Shades of Lochmara #277AAC
Tints of Lochmara #277AAC
RGB
CMYK
RGB Variations
Color information
#277AAC (or 0x277AAC) is known color: Lochmara. HEX triplet: 27, 7A and AC. RGB value is (39,122,172). Sum of RGB (Red+Green+Blue) = 39+122+172=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #277AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277AAC is #D88553. Grayscale: #666666. Windows color (decimal): -14189908 or 11303463. OLE color: 11303463.
HSL color Cylindrical-coordinate representation of color #277AAC: hue angle of 202.56º 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 #277AAC is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 122 | 172 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.33 |
| HSL | 202.56º | 0.63% | 0.41% | - |
| HSV(B) | 202.56º | 0.77% | 0.67% | - |
| XYZ | 15.24 | 17.33 | 41.57 | - |
| YUV | 102.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 172 | 0.77 | 0.29 | 0 | 0.33 | 202.56 | 0.63 | 0.41 |
| Hex | 27 | 7A | AC | 4D | 1D | 0 | 21 | CB | 3F | 29 |
| Octal | 47 | 172 | 254 | 115 | 35 | 0 | 41 | 313 | 77 | 51 |
| Binary | 100111 | 1111010 | 10101100 | 1001101 | 11101 | 0 | 100001 | 11001011 | 111111 | 101001 |
Color Harmonies of #277AAC
Complementary color
Monochromatic Colors of #277AAC
Black with #277AAC
Text Example
Text Example
White with #277AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277AAC; }
p { color: rgb(39,122,172); }
H1.HeaderClassName
{
color: #277AAC;
}
.AnyTagClassName
{
color: #277AAC;
}
</style>
background-color css
<style>
a { background-color: #277AAC; }
a { background-color: rgb(39,122,172); }
div.DivClassName
{
background-color: #277AAC;
}
.BgClassName
{
background-color: #277AAC;
}
</style>
border-color css
<style>
span { border-color: #277AAC; }
span { border-color: rgb(39,122,172); }
td.TdClassName
{
border-color: #277AAC;
}
.TagClassName
{
border-color: #277AAC;
}
</style>