Shades of Lochmara #2577AB
Tints of Lochmara #2577AB
RGB
CMYK
RGB Variations
Color information
#2577AB (or 0x2577AB) is known color: Lochmara. HEX triplet: 25, 77 and AB. RGB value is (37,119,171). Sum of RGB (Red+Green+Blue) = 37+119+171=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #2577AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2577AB is #DA8854. Grayscale: #646464. Windows color (decimal): -14321749 or 11237157. OLE color: 11237157.
HSL color Cylindrical-coordinate representation of color #2577AB: hue angle of 203.28º 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 #2577AB is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 119 | 171 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.33 |
| HSL | 203.28º | 0.64% | 0.41% | - |
| HSV(B) | 203.28º | 0.78% | 0.67% | - |
| XYZ | 14.71 | 16.53 | 40.94 | - |
| YUV | 100.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 171 | 0.78 | 0.30 | 0 | 0.33 | 203.28 | 0.64 | 0.41 |
| Hex | 25 | 77 | AB | 4E | 1E | 0 | 21 | CB | 40 | 29 |
| Octal | 45 | 167 | 253 | 116 | 36 | 0 | 41 | 313 | 100 | 51 |
| Binary | 100101 | 1110111 | 10101011 | 1001110 | 11110 | 0 | 100001 | 11001011 | 1000000 | 101001 |
Color Harmonies of #2577AB
Complementary color
Monochromatic Colors of #2577AB
Black with #2577AB
Text Example
Text Example
White with #2577AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2577AB; }
p { color: rgb(37,119,171); }
H1.HeaderClassName
{
color: #2577AB;
}
.AnyTagClassName
{
color: #2577AB;
}
</style>
background-color css
<style>
a { background-color: #2577AB; }
a { background-color: rgb(37,119,171); }
div.DivClassName
{
background-color: #2577AB;
}
.BgClassName
{
background-color: #2577AB;
}
</style>
border-color css
<style>
span { border-color: #2577AB; }
span { border-color: rgb(37,119,171); }
td.TdClassName
{
border-color: #2577AB;
}
.TagClassName
{
border-color: #2577AB;
}
</style>