Shades of Lochmara #257898
Tints of Lochmara #257898
RGB
CMYK
RGB Variations
Color information
#257898 (or 0x257898) is known color: Lochmara. HEX triplet: 25, 78 and 98. RGB value is (37,120,152). Sum of RGB (Red+Green+Blue) = 37+120+152=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #257898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257898 is #DA8767. Grayscale: #626262. Windows color (decimal): -14321512 or 9992229. OLE color: 9992229.
HSL color Cylindrical-coordinate representation of color #257898: hue angle of 196.7º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257898 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 120 | 152 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.40 |
| HSL | 196.7º | 0.61% | 0.37% | - |
| HSV(B) | 196.7º | 0.76% | 0.6% | - |
| XYZ | 13.15 | 16.09 | 32.12 | - |
| YUV | 98.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 152 | 0.76 | 0.21 | 0 | 0.40 | 196.7 | 0.61 | 0.37 |
| Hex | 25 | 78 | 98 | 4C | 15 | 0 | 28 | C5 | 3D | 25 |
| Octal | 45 | 170 | 230 | 114 | 25 | 0 | 50 | 305 | 75 | 45 |
| Binary | 100101 | 1111000 | 10011000 | 1001100 | 10101 | 0 | 101000 | 11000101 | 111101 | 100101 |
Color Harmonies of #257898
Complementary color
Monochromatic Colors of #257898
Black with #257898
Text Example
Text Example
White with #257898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257898; }
p { color: rgb(37,120,152); }
H1.HeaderClassName
{
color: #257898;
}
.AnyTagClassName
{
color: #257898;
}
</style>
background-color css
<style>
a { background-color: #257898; }
a { background-color: rgb(37,120,152); }
div.DivClassName
{
background-color: #257898;
}
.BgClassName
{
background-color: #257898;
}
</style>
border-color css
<style>
span { border-color: #257898; }
span { border-color: rgb(37,120,152); }
td.TdClassName
{
border-color: #257898;
}
.TagClassName
{
border-color: #257898;
}
</style>