Shades of Lochmara #2578A4
Tints of Lochmara #2578A4
RGB
CMYK
RGB Variations
Color information
#2578A4 (or 0x2578A4) is known color: Lochmara. HEX triplet: 25, 78 and A4. RGB value is (37,120,164). Sum of RGB (Red+Green+Blue) = 37+120+164=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #2578A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2578A4 is #DA875B. Grayscale: #636363. Windows color (decimal): -14321500 or 10778661. OLE color: 10778661.
HSL color Cylindrical-coordinate representation of color #2578A4: hue angle of 200.79º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2578A4 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 120 | 164 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.36 |
| HSL | 200.79º | 0.63% | 0.39% | - |
| HSV(B) | 200.79º | 0.77% | 0.64% | - |
| XYZ | 14.18 | 16.51 | 37.56 | - |
| YUV | 100.2 | 164 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 164 | 0.77 | 0.27 | 0 | 0.36 | 200.79 | 0.63 | 0.39 |
| Hex | 25 | 78 | A4 | 4D | 1B | 0 | 24 | C9 | 3F | 27 |
| Octal | 45 | 170 | 244 | 115 | 33 | 0 | 44 | 311 | 77 | 47 |
| Binary | 100101 | 1111000 | 10100100 | 1001101 | 11011 | 0 | 100100 | 11001001 | 111111 | 100111 |
Color Harmonies of #2578A4
Complementary color
Monochromatic Colors of #2578A4
Black with #2578A4
Text Example
Text Example
White with #2578A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2578A4; }
p { color: rgb(37,120,164); }
H1.HeaderClassName
{
color: #2578A4;
}
.AnyTagClassName
{
color: #2578A4;
}
</style>
background-color css
<style>
a { background-color: #2578A4; }
a { background-color: rgb(37,120,164); }
div.DivClassName
{
background-color: #2578A4;
}
.BgClassName
{
background-color: #2578A4;
}
</style>
border-color css
<style>
span { border-color: #2578A4; }
span { border-color: rgb(37,120,164); }
td.TdClassName
{
border-color: #2578A4;
}
.TagClassName
{
border-color: #2578A4;
}
</style>