Shades of Lochmara #277BAB
Tints of Lochmara #277BAB
RGB
CMYK
RGB Variations
Color information
#277BAB (or 0x277BAB) is known color: Lochmara. HEX triplet: 27, 7B and AB. RGB value is (39,123,171). Sum of RGB (Red+Green+Blue) = 39+123+171=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #277BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277BAB is #D88454. Grayscale: #676767. Windows color (decimal): -14189653 or 11238183. OLE color: 11238183.
HSL color Cylindrical-coordinate representation of color #277BAB: hue angle of 201.82º 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 #277BAB is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 123 | 171 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.33 |
| HSL | 201.82º | 0.63% | 0.41% | - |
| HSV(B) | 201.82º | 0.77% | 0.67% | - |
| XYZ | 15.27 | 17.54 | 41.11 | - |
| YUV | 103.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 123 | 171 | 0.77 | 0.28 | 0 | 0.33 | 201.82 | 0.63 | 0.41 |
| Hex | 27 | 7B | AB | 4D | 1C | 0 | 21 | CA | 3F | 29 |
| Octal | 47 | 173 | 253 | 115 | 34 | 0 | 41 | 312 | 77 | 51 |
| Binary | 100111 | 1111011 | 10101011 | 1001101 | 11100 | 0 | 100001 | 11001010 | 111111 | 101001 |
Color Harmonies of #277BAB
Complementary color
Monochromatic Colors of #277BAB
Black with #277BAB
Text Example
Text Example
White with #277BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277BAB; }
p { color: rgb(39,123,171); }
H1.HeaderClassName
{
color: #277BAB;
}
.AnyTagClassName
{
color: #277BAB;
}
</style>
background-color css
<style>
a { background-color: #277BAB; }
a { background-color: rgb(39,123,171); }
div.DivClassName
{
background-color: #277BAB;
}
.BgClassName
{
background-color: #277BAB;
}
</style>
border-color css
<style>
span { border-color: #277BAB; }
span { border-color: rgb(39,123,171); }
td.TdClassName
{
border-color: #277BAB;
}
.TagClassName
{
border-color: #277BAB;
}
</style>