Shades of Lochmara #2770AB
Tints of Lochmara #2770AB
RGB
CMYK
RGB Variations
Color information
#2770AB (or 0x2770AB) is known color: Lochmara. HEX triplet: 27, 70 and AB. RGB value is (39,112,171). Sum of RGB (Red+Green+Blue) = 39+112+171=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #2770AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2770AB is #D88F54. Grayscale: #606060. Windows color (decimal): -14192469 or 11235367. OLE color: 11235367.
HSL color Cylindrical-coordinate representation of color #2770AB: hue angle of 206.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 #2770AB is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 112 | 171 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.33 |
| HSL | 206.82º | 0.63% | 0.41% | - |
| HSV(B) | 206.82º | 0.77% | 0.67% | - |
| XYZ | 13.98 | 14.96 | 40.68 | - |
| YUV | 96.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 171 | 0.77 | 0.35 | 0 | 0.33 | 206.82 | 0.63 | 0.41 |
| Hex | 27 | 70 | AB | 4D | 23 | 0 | 21 | CF | 3F | 29 |
| Octal | 47 | 160 | 253 | 115 | 43 | 0 | 41 | 317 | 77 | 51 |
| Binary | 100111 | 1110000 | 10101011 | 1001101 | 100011 | 0 | 100001 | 11001111 | 111111 | 101001 |
Color Harmonies of #2770AB
Complementary color
Monochromatic Colors of #2770AB
Black with #2770AB
Text Example
Text Example
White with #2770AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2770AB; }
p { color: rgb(39,112,171); }
H1.HeaderClassName
{
color: #2770AB;
}
.AnyTagClassName
{
color: #2770AB;
}
</style>
background-color css
<style>
a { background-color: #2770AB; }
a { background-color: rgb(39,112,171); }
div.DivClassName
{
background-color: #2770AB;
}
.BgClassName
{
background-color: #2770AB;
}
</style>
border-color css
<style>
span { border-color: #2770AB; }
span { border-color: rgb(39,112,171); }
td.TdClassName
{
border-color: #2770AB;
}
.TagClassName
{
border-color: #2770AB;
}
</style>