Shades of Lochmara #25679C
Tints of Lochmara #25679C
RGB
CMYK
RGB Variations
Color information
#25679C (or 0x25679C) is known color: Lochmara. HEX triplet: 25, 67 and 9C. RGB value is (37,103,156). Sum of RGB (Red+Green+Blue) = 37+103+156=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #25679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25679C is #DA9863. Grayscale: #595959. Windows color (decimal): -14325860 or 10250021. OLE color: 10250021.
HSL color Cylindrical-coordinate representation of color #25679C: hue angle of 206.72º 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 #25679C is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 103 | 156 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.39 |
| HSL | 206.72º | 0.62% | 0.38% | - |
| HSV(B) | 206.72º | 0.76% | 0.61% | - |
| XYZ | 11.61 | 12.49 | 33.25 | - |
| YUV | 89.31 | 165.63 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 156 | 0.76 | 0.34 | 0 | 0.39 | 206.72 | 0.62 | 0.38 |
| Hex | 25 | 67 | 9C | 4C | 22 | 0 | 27 | CF | 3E | 26 |
| Octal | 45 | 147 | 234 | 114 | 42 | 0 | 47 | 317 | 76 | 46 |
| Binary | 100101 | 1100111 | 10011100 | 1001100 | 100010 | 0 | 100111 | 11001111 | 111110 | 100110 |
Color Harmonies of #25679C
Complementary color
Monochromatic Colors of #25679C
Black with #25679C
Text Example
Text Example
White with #25679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25679C; }
p { color: rgb(37,103,156); }
H1.HeaderClassName
{
color: #25679C;
}
.AnyTagClassName
{
color: #25679C;
}
</style>
background-color css
<style>
a { background-color: #25679C; }
a { background-color: rgb(37,103,156); }
div.DivClassName
{
background-color: #25679C;
}
.BgClassName
{
background-color: #25679C;
}
</style>
border-color css
<style>
span { border-color: #25679C; }
span { border-color: rgb(37,103,156); }
td.TdClassName
{
border-color: #25679C;
}
.TagClassName
{
border-color: #25679C;
}
</style>