Shades of Lochmara #25639C
Tints of Lochmara #25639C
RGB
CMYK
RGB Variations
Color information
#25639C (or 0x25639C) is known color: Lochmara. HEX triplet: 25, 63 and 9C. RGB value is (37,99,156). Sum of RGB (Red+Green+Blue) = 37+99+156=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #25639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25639C is #DA9C63. Grayscale: #565656. Windows color (decimal): -14326884 or 10248997. OLE color: 10248997.
HSL color Cylindrical-coordinate representation of color #25639C: hue angle of 208.74º 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 #25639C is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 99 | 156 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.39 |
| HSL | 208.74º | 0.62% | 0.38% | - |
| HSV(B) | 208.74º | 0.76% | 0.61% | - |
| XYZ | 11.23 | 11.72 | 33.12 | - |
| YUV | 86.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 156 | 0.76 | 0.37 | 0 | 0.39 | 208.74 | 0.62 | 0.38 |
| Hex | 25 | 63 | 9C | 4C | 25 | 0 | 27 | D1 | 3E | 26 |
| Octal | 45 | 143 | 234 | 114 | 45 | 0 | 47 | 321 | 76 | 46 |
| Binary | 100101 | 1100011 | 10011100 | 1001100 | 100101 | 0 | 100111 | 11010001 | 111110 | 100110 |
Color Harmonies of #25639C
Complementary color
Monochromatic Colors of #25639C
Black with #25639C
Text Example
Text Example
White with #25639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25639C; }
p { color: rgb(37,99,156); }
H1.HeaderClassName
{
color: #25639C;
}
.AnyTagClassName
{
color: #25639C;
}
</style>
background-color css
<style>
a { background-color: #25639C; }
a { background-color: rgb(37,99,156); }
div.DivClassName
{
background-color: #25639C;
}
.BgClassName
{
background-color: #25639C;
}
</style>
border-color css
<style>
span { border-color: #25639C; }
span { border-color: rgb(37,99,156); }
td.TdClassName
{
border-color: #25639C;
}
.TagClassName
{
border-color: #25639C;
}
</style>