Shades of Lochmara #25639F
Tints of Lochmara #25639F
RGB
CMYK
RGB Variations
Color information
#25639F (or 0x25639F) is known color: Lochmara. HEX triplet: 25, 63 and 9F. RGB value is (37,99,159). Sum of RGB (Red+Green+Blue) = 37+99+159=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #25639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25639F is #DA9C60. Grayscale: #565656. Windows color (decimal): -14326881 or 10445605. OLE color: 10445605.
HSL color Cylindrical-coordinate representation of color #25639F: hue angle of 209.51º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25639F is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 99 | 159 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.38 |
| HSL | 209.51º | 0.62% | 0.38% | - |
| HSV(B) | 209.51º | 0.77% | 0.62% | - |
| XYZ | 11.48 | 11.82 | 34.48 | - |
| YUV | 87.3 | 168.46 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 159 | 0.77 | 0.38 | 0 | 0.38 | 209.51 | 0.62 | 0.38 |
| Hex | 25 | 63 | 9F | 4D | 26 | 0 | 26 | D2 | 3E | 26 |
| Octal | 45 | 143 | 237 | 115 | 46 | 0 | 46 | 322 | 76 | 46 |
| Binary | 100101 | 1100011 | 10011111 | 1001101 | 100110 | 0 | 100110 | 11010010 | 111110 | 100110 |
Color Harmonies of #25639F
Complementary color
Monochromatic Colors of #25639F
Black with #25639F
Text Example
Text Example
White with #25639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25639F; }
p { color: rgb(37,99,159); }
H1.HeaderClassName
{
color: #25639F;
}
.AnyTagClassName
{
color: #25639F;
}
</style>
background-color css
<style>
a { background-color: #25639F; }
a { background-color: rgb(37,99,159); }
div.DivClassName
{
background-color: #25639F;
}
.BgClassName
{
background-color: #25639F;
}
</style>
border-color css
<style>
span { border-color: #25639F; }
span { border-color: rgb(37,99,159); }
td.TdClassName
{
border-color: #25639F;
}
.TagClassName
{
border-color: #25639F;
}
</style>