Shades of Lochmara #2677AB
Tints of Lochmara #2677AB
RGB
CMYK
RGB Variations
Color information
#2677AB (or 0x2677AB) is known color: Lochmara. HEX triplet: 26, 77 and AB. RGB value is (38,119,171). Sum of RGB (Red+Green+Blue) = 38+119+171=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #2677AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2677AB is #D98854. Grayscale: #646464. Windows color (decimal): -14256213 or 11237158. OLE color: 11237158.
HSL color Cylindrical-coordinate representation of color #2677AB: hue angle of 203.46º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2677AB is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 119 | 171 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.33 |
| HSL | 203.46º | 0.64% | 0.41% | - |
| HSV(B) | 203.46º | 0.78% | 0.67% | - |
| XYZ | 14.75 | 16.55 | 40.94 | - |
| YUV | 100.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 171 | 0.78 | 0.30 | 0 | 0.33 | 203.46 | 0.64 | 0.41 |
| Hex | 26 | 77 | AB | 4E | 1E | 0 | 21 | CB | 40 | 29 |
| Octal | 46 | 167 | 253 | 116 | 36 | 0 | 41 | 313 | 100 | 51 |
| Binary | 100110 | 1110111 | 10101011 | 1001110 | 11110 | 0 | 100001 | 11001011 | 1000000 | 101001 |
Color Harmonies of #2677AB
Complementary color
Monochromatic Colors of #2677AB
Black with #2677AB
Text Example
Text Example
White with #2677AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2677AB; }
p { color: rgb(38,119,171); }
H1.HeaderClassName
{
color: #2677AB;
}
.AnyTagClassName
{
color: #2677AB;
}
</style>
background-color css
<style>
a { background-color: #2677AB; }
a { background-color: rgb(38,119,171); }
div.DivClassName
{
background-color: #2677AB;
}
.BgClassName
{
background-color: #2677AB;
}
</style>
border-color css
<style>
span { border-color: #2677AB; }
span { border-color: rgb(38,119,171); }
td.TdClassName
{
border-color: #2677AB;
}
.TagClassName
{
border-color: #2677AB;
}
</style>