Shades of Lochmara #277BAC
Tints of Lochmara #277BAC
RGB
CMYK
RGB Variations
Color information
#277BAC (or 0x277BAC) is known color: Lochmara. HEX triplet: 27, 7B and AC. RGB value is (39,123,172). Sum of RGB (Red+Green+Blue) = 39+123+172=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #277BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277BAC is #D88453. Grayscale: #676767. Windows color (decimal): -14189652 or 11303719. OLE color: 11303719.
HSL color Cylindrical-coordinate representation of color #277BAC: hue angle of 202.11º 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 #277BAC is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 123 | 172 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.33 |
| HSL | 202.11º | 0.63% | 0.41% | - |
| HSV(B) | 202.11º | 0.77% | 0.67% | - |
| XYZ | 15.37 | 17.58 | 41.61 | - |
| YUV | 103.47 | 166.67 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 172 | 0.77 | 0.28 | 0 | 0.33 | 202.11 | 0.63 | 0.41 |
| Hex | 27 | 7B | AC | 4D | 1C | 0 | 21 | CA | 3F | 29 |
| Octal | 47 | 173 | 254 | 115 | 34 | 0 | 41 | 312 | 77 | 51 |
| Binary | 100111 | 1111011 | 10101100 | 1001101 | 11100 | 0 | 100001 | 11001010 | 111111 | 101001 |
Color Harmonies of #277BAC
Complementary color
Monochromatic Colors of #277BAC
Black with #277BAC
Text Example
Text Example
White with #277BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BAC; }
p { color: rgb(39,123,172); }
H1.HeaderClassName
{
color: #277BAC;
}
.AnyTagClassName
{
color: #277BAC;
}
</style>
background-color css
<style>
a { background-color: #277BAC; }
a { background-color: rgb(39,123,172); }
div.DivClassName
{
background-color: #277BAC;
}
.BgClassName
{
background-color: #277BAC;
}
</style>
border-color css
<style>
span { border-color: #277BAC; }
span { border-color: rgb(39,123,172); }
td.TdClassName
{
border-color: #277BAC;
}
.TagClassName
{
border-color: #277BAC;
}
</style>