Shades of Lochmara #25629D
Tints of Lochmara #25629D
RGB
CMYK
RGB Variations
Color information
#25629D (or 0x25629D) is known color: Lochmara. HEX triplet: 25, 62 and 9D. RGB value is (37,98,157). Sum of RGB (Red+Green+Blue) = 37+98+157=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #25629D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25629D is #DA9D62. Grayscale: #565656. Windows color (decimal): -14327139 or 10314277. OLE color: 10314277.
HSL color Cylindrical-coordinate representation of color #25629D: hue angle of 209.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25629D is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 98 | 157 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.38 |
| HSL | 209.5º | 0.62% | 0.38% | - |
| HSV(B) | 209.5º | 0.76% | 0.62% | - |
| XYZ | 11.22 | 11.56 | 33.54 | - |
| YUV | 86.49 | 167.79 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 157 | 0.76 | 0.38 | 0 | 0.38 | 209.5 | 0.62 | 0.38 |
| Hex | 25 | 62 | 9D | 4C | 26 | 0 | 26 | D2 | 3E | 26 |
| Octal | 45 | 142 | 235 | 114 | 46 | 0 | 46 | 322 | 76 | 46 |
| Binary | 100101 | 1100010 | 10011101 | 1001100 | 100110 | 0 | 100110 | 11010010 | 111110 | 100110 |
Color Harmonies of #25629D
Complementary color
Monochromatic Colors of #25629D
Black with #25629D
Text Example
Text Example
White with #25629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25629D; }
p { color: rgb(37,98,157); }
H1.HeaderClassName
{
color: #25629D;
}
.AnyTagClassName
{
color: #25629D;
}
</style>
background-color css
<style>
a { background-color: #25629D; }
a { background-color: rgb(37,98,157); }
div.DivClassName
{
background-color: #25629D;
}
.BgClassName
{
background-color: #25629D;
}
</style>
border-color css
<style>
span { border-color: #25629D; }
span { border-color: rgb(37,98,157); }
td.TdClassName
{
border-color: #25629D;
}
.TagClassName
{
border-color: #25629D;
}
</style>