Shades of Lochmara #25689C
Tints of Lochmara #25689C
RGB
CMYK
RGB Variations
Color information
#25689C (or 0x25689C) is known color: Lochmara. HEX triplet: 25, 68 and 9C. RGB value is (37,104,156). Sum of RGB (Red+Green+Blue) = 37+104+156=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #25689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25689C is #DA9763. Grayscale: #595959. Windows color (decimal): -14325604 or 10250277. OLE color: 10250277.
HSL color Cylindrical-coordinate representation of color #25689C: hue angle of 206.22º 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 #25689C is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 104 | 156 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.39 |
| HSL | 206.22º | 0.62% | 0.38% | - |
| HSV(B) | 206.22º | 0.76% | 0.61% | - |
| XYZ | 11.71 | 12.69 | 33.29 | - |
| YUV | 89.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 156 | 0.76 | 0.33 | 0 | 0.39 | 206.22 | 0.62 | 0.38 |
| Hex | 25 | 68 | 9C | 4C | 21 | 0 | 27 | CE | 3E | 26 |
| Octal | 45 | 150 | 234 | 114 | 41 | 0 | 47 | 316 | 76 | 46 |
| Binary | 100101 | 1101000 | 10011100 | 1001100 | 100001 | 0 | 100111 | 11001110 | 111110 | 100110 |
Color Harmonies of #25689C
Complementary color
Monochromatic Colors of #25689C
Black with #25689C
Text Example
Text Example
White with #25689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25689C; }
p { color: rgb(37,104,156); }
H1.HeaderClassName
{
color: #25689C;
}
.AnyTagClassName
{
color: #25689C;
}
</style>
background-color css
<style>
a { background-color: #25689C; }
a { background-color: rgb(37,104,156); }
div.DivClassName
{
background-color: #25689C;
}
.BgClassName
{
background-color: #25689C;
}
</style>
border-color css
<style>
span { border-color: #25689C; }
span { border-color: rgb(37,104,156); }
td.TdClassName
{
border-color: #25689C;
}
.TagClassName
{
border-color: #25689C;
}
</style>