Shades of Lochmara #2577B5
Tints of Lochmara #2577B5
RGB
CMYK
RGB Variations
Color information
#2577B5 (or 0x2577B5) is known color: Lochmara. HEX triplet: 25, 77 and B5. RGB value is (37,119,181). Sum of RGB (Red+Green+Blue) = 37+119+181=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #2577B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2577B5 is #DA884A. Grayscale: #656565. Windows color (decimal): -14321739 or 11892517. OLE color: 11892517.
HSL color Cylindrical-coordinate representation of color #2577B5: hue angle of 205.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2577B5 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 119 | 181 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.29 |
| HSL | 205.83º | 0.66% | 0.43% | - |
| HSV(B) | 205.83º | 0.8% | 0.71% | - |
| XYZ | 15.7 | 16.92 | 46.16 | - |
| YUV | 101.55 | 172.83 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 181 | 0.80 | 0.34 | 0 | 0.29 | 205.83 | 0.66 | 0.43 |
| Hex | 25 | 77 | B5 | 50 | 22 | 0 | 1D | CE | 42 | 2B |
| Octal | 45 | 167 | 265 | 120 | 42 | 0 | 35 | 316 | 102 | 53 |
| Binary | 100101 | 1110111 | 10110101 | 1010000 | 100010 | 0 | 11101 | 11001110 | 1000010 | 101011 |
Color Harmonies of #2577B5
Complementary color
Monochromatic Colors of #2577B5
Black with #2577B5
Text Example
Text Example
White with #2577B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2577B5; }
p { color: rgb(37,119,181); }
H1.HeaderClassName
{
color: #2577B5;
}
.AnyTagClassName
{
color: #2577B5;
}
</style>
background-color css
<style>
a { background-color: #2577B5; }
a { background-color: rgb(37,119,181); }
div.DivClassName
{
background-color: #2577B5;
}
.BgClassName
{
background-color: #2577B5;
}
</style>
border-color css
<style>
span { border-color: #2577B5; }
span { border-color: rgb(37,119,181); }
td.TdClassName
{
border-color: #2577B5;
}
.TagClassName
{
border-color: #2577B5;
}
</style>