Shades of Lochmara #25759C
Tints of Lochmara #25759C
RGB
CMYK
RGB Variations
Color information
#25759C (or 0x25759C) is known color: Lochmara. HEX triplet: 25, 75 and 9C. RGB value is (37,117,156). Sum of RGB (Red+Green+Blue) = 37+117+156=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #25759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25759C is #DA8A63. Grayscale: #616161. Windows color (decimal): -14322276 or 10253605. OLE color: 10253605.
HSL color Cylindrical-coordinate representation of color #25759C: hue angle of 199.66º 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 #25759C is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 117 | 156 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.39 |
| HSL | 199.66º | 0.62% | 0.38% | - |
| HSV(B) | 199.66º | 0.76% | 0.61% | - |
| XYZ | 13.12 | 15.52 | 33.76 | - |
| YUV | 97.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 156 | 0.76 | 0.25 | 0 | 0.39 | 199.66 | 0.62 | 0.38 |
| Hex | 25 | 75 | 9C | 4C | 19 | 0 | 27 | C8 | 3E | 26 |
| Octal | 45 | 165 | 234 | 114 | 31 | 0 | 47 | 310 | 76 | 46 |
| Binary | 100101 | 1110101 | 10011100 | 1001100 | 11001 | 0 | 100111 | 11001000 | 111110 | 100110 |
Color Harmonies of #25759C
Complementary color
Monochromatic Colors of #25759C
Black with #25759C
Text Example
Text Example
White with #25759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25759C; }
p { color: rgb(37,117,156); }
H1.HeaderClassName
{
color: #25759C;
}
.AnyTagClassName
{
color: #25759C;
}
</style>
background-color css
<style>
a { background-color: #25759C; }
a { background-color: rgb(37,117,156); }
div.DivClassName
{
background-color: #25759C;
}
.BgClassName
{
background-color: #25759C;
}
</style>
border-color css
<style>
span { border-color: #25759C; }
span { border-color: rgb(37,117,156); }
td.TdClassName
{
border-color: #25759C;
}
.TagClassName
{
border-color: #25759C;
}
</style>