Shades of Lochmara #257199
Tints of Lochmara #257199
RGB
CMYK
RGB Variations
Color information
#257199 (or 0x257199) is known color: Lochmara. HEX triplet: 25, 71 and 99. RGB value is (37,113,153). Sum of RGB (Red+Green+Blue) = 37+113+153=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #257199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257199 is #DA8E66. Grayscale: #5E5E5E. Windows color (decimal): -14323303 or 10055973. OLE color: 10055973.
HSL color Cylindrical-coordinate representation of color #257199: hue angle of 200.69º 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 #257199 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 113 | 153 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.4 |
| HSL | 200.69º | 0.61% | 0.37% | - |
| HSV(B) | 200.69º | 0.76% | 0.6% | - |
| XYZ | 12.42 | 14.5 | 32.28 | - |
| YUV | 94.84 | 160.82 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 153 | 0.76 | 0.26 | 0 | 0.4 | 200.69 | 0.61 | 0.37 |
| Hex | 25 | 71 | 99 | 4C | 1A | 0 | 28 | C9 | 3D | 25 |
| Octal | 45 | 161 | 231 | 114 | 32 | 0 | 50 | 311 | 75 | 45 |
| Binary | 100101 | 1110001 | 10011001 | 1001100 | 11010 | 0 | 101000 | 11001001 | 111101 | 100101 |
Color Harmonies of #257199
Complementary color
Monochromatic Colors of #257199
Black with #257199
Text Example
Text Example
White with #257199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257199; }
p { color: rgb(37,113,153); }
H1.HeaderClassName
{
color: #257199;
}
.AnyTagClassName
{
color: #257199;
}
</style>
background-color css
<style>
a { background-color: #257199; }
a { background-color: rgb(37,113,153); }
div.DivClassName
{
background-color: #257199;
}
.BgClassName
{
background-color: #257199;
}
</style>
border-color css
<style>
span { border-color: #257199; }
span { border-color: rgb(37,113,153); }
td.TdClassName
{
border-color: #257199;
}
.TagClassName
{
border-color: #257199;
}
</style>