Shades of Lochmara #25779C
Tints of Lochmara #25779C
RGB
CMYK
RGB Variations
Color information
#25779C (or 0x25779C) is known color: Lochmara. HEX triplet: 25, 77 and 9C. RGB value is (37,119,156). Sum of RGB (Red+Green+Blue) = 37+119+156=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #25779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25779C is #DA8863. Grayscale: #626262. Windows color (decimal): -14321764 or 10254117. OLE color: 10254117.
HSL color Cylindrical-coordinate representation of color #25779C: hue angle of 198.66º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25779C is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 119 | 156 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.39 |
| HSL | 198.66º | 0.62% | 0.38% | - |
| HSV(B) | 198.66º | 0.76% | 0.61% | - |
| XYZ | 13.36 | 15.99 | 33.83 | - |
| YUV | 98.7 | 160.33 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 156 | 0.76 | 0.24 | 0 | 0.39 | 198.66 | 0.62 | 0.38 |
| Hex | 25 | 77 | 9C | 4C | 18 | 0 | 27 | C7 | 3E | 26 |
| Octal | 45 | 167 | 234 | 114 | 30 | 0 | 47 | 307 | 76 | 46 |
| Binary | 100101 | 1110111 | 10011100 | 1001100 | 11000 | 0 | 100111 | 11000111 | 111110 | 100110 |
Color Harmonies of #25779C
Complementary color
Monochromatic Colors of #25779C
Black with #25779C
Text Example
Text Example
White with #25779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25779C; }
p { color: rgb(37,119,156); }
H1.HeaderClassName
{
color: #25779C;
}
.AnyTagClassName
{
color: #25779C;
}
</style>
background-color css
<style>
a { background-color: #25779C; }
a { background-color: rgb(37,119,156); }
div.DivClassName
{
background-color: #25779C;
}
.BgClassName
{
background-color: #25779C;
}
</style>
border-color css
<style>
span { border-color: #25779C; }
span { border-color: rgb(37,119,156); }
td.TdClassName
{
border-color: #25779C;
}
.TagClassName
{
border-color: #25779C;
}
</style>