Shades of Lochmara #25689B
Tints of Lochmara #25689B
RGB
CMYK
RGB Variations
Color information
#25689B (or 0x25689B) is known color: Lochmara. HEX triplet: 25, 68 and 9B. RGB value is (37,104,155). Sum of RGB (Red+Green+Blue) = 37+104+155=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #25689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25689B is #DA9764. Grayscale: #595959. Windows color (decimal): -14325605 or 10184741. OLE color: 10184741.
HSL color Cylindrical-coordinate representation of color #25689B: hue angle of 205.93º degrees, saturation: 0.61, 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 #25689B is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 104 | 155 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.39 |
| HSL | 205.93º | 0.61% | 0.38% | - |
| HSV(B) | 205.93º | 0.76% | 0.61% | - |
| XYZ | 11.63 | 12.66 | 32.84 | - |
| YUV | 89.78 | 164.8 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 155 | 0.76 | 0.33 | 0 | 0.39 | 205.93 | 0.61 | 0.38 |
| Hex | 25 | 68 | 9B | 4C | 21 | 0 | 27 | CE | 3D | 26 |
| Octal | 45 | 150 | 233 | 114 | 41 | 0 | 47 | 316 | 75 | 46 |
| Binary | 100101 | 1101000 | 10011011 | 1001100 | 100001 | 0 | 100111 | 11001110 | 111101 | 100110 |
Color Harmonies of #25689B
Complementary color
Monochromatic Colors of #25689B
Black with #25689B
Text Example
Text Example
White with #25689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25689B; }
p { color: rgb(37,104,155); }
H1.HeaderClassName
{
color: #25689B;
}
.AnyTagClassName
{
color: #25689B;
}
</style>
background-color css
<style>
a { background-color: #25689B; }
a { background-color: rgb(37,104,155); }
div.DivClassName
{
background-color: #25689B;
}
.BgClassName
{
background-color: #25689B;
}
</style>
border-color css
<style>
span { border-color: #25689B; }
span { border-color: rgb(37,104,155); }
td.TdClassName
{
border-color: #25689B;
}
.TagClassName
{
border-color: #25689B;
}
</style>