Shades of Lochmara #277DA2
Tints of Lochmara #277DA2
RGB
CMYK
RGB Variations
Color information
#277DA2 (or 0x277DA2) is known color: Lochmara. HEX triplet: 27, 7D and A2. RGB value is (39,125,162). Sum of RGB (Red+Green+Blue) = 39+125+162=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #277DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277DA2 is #D8825D. Grayscale: #676767. Windows color (decimal): -14189150 or 10648871. OLE color: 10648871.
HSL color Cylindrical-coordinate representation of color #277DA2: hue angle of 198.05º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #277DA2 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 125 | 162 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.36 |
| HSL | 198.05º | 0.61% | 0.39% | - |
| HSV(B) | 198.05º | 0.76% | 0.64% | - |
| XYZ | 14.69 | 17.71 | 36.83 | - |
| YUV | 103.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 162 | 0.76 | 0.23 | 0 | 0.36 | 198.05 | 0.61 | 0.39 |
| Hex | 27 | 7D | A2 | 4C | 17 | 0 | 24 | C6 | 3D | 27 |
| Octal | 47 | 175 | 242 | 114 | 27 | 0 | 44 | 306 | 75 | 47 |
| Binary | 100111 | 1111101 | 10100010 | 1001100 | 10111 | 0 | 100100 | 11000110 | 111101 | 100111 |
Color Harmonies of #277DA2
Complementary color
Monochromatic Colors of #277DA2
Black with #277DA2
Text Example
Text Example
White with #277DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277DA2; }
p { color: rgb(39,125,162); }
H1.HeaderClassName
{
color: #277DA2;
}
.AnyTagClassName
{
color: #277DA2;
}
</style>
background-color css
<style>
a { background-color: #277DA2; }
a { background-color: rgb(39,125,162); }
div.DivClassName
{
background-color: #277DA2;
}
.BgClassName
{
background-color: #277DA2;
}
</style>
border-color css
<style>
span { border-color: #277DA2; }
span { border-color: rgb(39,125,162); }
td.TdClassName
{
border-color: #277DA2;
}
.TagClassName
{
border-color: #277DA2;
}
</style>