Shades of Lochmara #277CA1
Tints of Lochmara #277CA1
RGB
CMYK
RGB Variations
Color information
#277CA1 (or 0x277CA1) is known color: Lochmara. HEX triplet: 27, 7C and A1. RGB value is (39,124,161). Sum of RGB (Red+Green+Blue) = 39+124+161=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 161 (63.28% from 255 or 49.69% from 324); Max value from RGB is 161 - color contains mainly: blue. Hex color #277CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277CA1 is #D8835E. Grayscale: #666666. Windows color (decimal): -14189407 or 10583079. OLE color: 10583079.
HSL color Cylindrical-coordinate representation of color #277CA1: hue angle of 198.2º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #277CA1 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 124 | 161 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.37 |
| HSL | 198.2º | 0.61% | 0.39% | - |
| HSV(B) | 198.2º | 0.76% | 0.63% | - |
| XYZ | 14.48 | 17.42 | 36.32 | - |
| YUV | 102.8 | 160.84 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 161 | 0.76 | 0.23 | 0 | 0.37 | 198.2 | 0.61 | 0.39 |
| Hex | 27 | 7C | A1 | 4C | 17 | 0 | 25 | C6 | 3D | 27 |
| Octal | 47 | 174 | 241 | 114 | 27 | 0 | 45 | 306 | 75 | 47 |
| Binary | 100111 | 1111100 | 10100001 | 1001100 | 10111 | 0 | 100101 | 11000110 | 111101 | 100111 |
Color Harmonies of #277CA1
Complementary color
Monochromatic Colors of #277CA1
Black with #277CA1
Text Example
Text Example
White with #277CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277CA1; }
p { color: rgb(39,124,161); }
H1.HeaderClassName
{
color: #277CA1;
}
.AnyTagClassName
{
color: #277CA1;
}
</style>
background-color css
<style>
a { background-color: #277CA1; }
a { background-color: rgb(39,124,161); }
div.DivClassName
{
background-color: #277CA1;
}
.BgClassName
{
background-color: #277CA1;
}
</style>
border-color css
<style>
span { border-color: #277CA1; }
span { border-color: rgb(39,124,161); }
td.TdClassName
{
border-color: #277CA1;
}
.TagClassName
{
border-color: #277CA1;
}
</style>