Shades of Lochmara #257DA6
Tints of Lochmara #257DA6
RGB
CMYK
RGB Variations
Color information
#257DA6 (or 0x257DA6) is known color: Lochmara. HEX triplet: 25, 7D and A6. RGB value is (37,125,166). Sum of RGB (Red+Green+Blue) = 37+125+166=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #257DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DA6 is #DA8259. Grayscale: #676767. Windows color (decimal): -14320218 or 10911013. OLE color: 10911013.
HSL color Cylindrical-coordinate representation of color #257DA6: hue angle of 199.07º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #257DA6 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 125 | 166 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.35 |
| HSL | 199.07º | 0.64% | 0.4% | - |
| HSV(B) | 199.07º | 0.78% | 0.65% | - |
| XYZ | 14.98 | 17.81 | 38.73 | - |
| YUV | 103.36 | 163.35 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 166 | 0.78 | 0.25 | 0 | 0.35 | 199.07 | 0.64 | 0.4 |
| Hex | 25 | 7D | A6 | 4E | 19 | 0 | 23 | C7 | 40 | 28 |
| Octal | 45 | 175 | 246 | 116 | 31 | 0 | 43 | 307 | 100 | 50 |
| Binary | 100101 | 1111101 | 10100110 | 1001110 | 11001 | 0 | 100011 | 11000111 | 1000000 | 101000 |
Color Harmonies of #257DA6
Complementary color
Monochromatic Colors of #257DA6
Black with #257DA6
Text Example
Text Example
White with #257DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DA6; }
p { color: rgb(37,125,166); }
H1.HeaderClassName
{
color: #257DA6;
}
.AnyTagClassName
{
color: #257DA6;
}
</style>
background-color css
<style>
a { background-color: #257DA6; }
a { background-color: rgb(37,125,166); }
div.DivClassName
{
background-color: #257DA6;
}
.BgClassName
{
background-color: #257DA6;
}
</style>
border-color css
<style>
span { border-color: #257DA6; }
span { border-color: rgb(37,125,166); }
td.TdClassName
{
border-color: #257DA6;
}
.TagClassName
{
border-color: #257DA6;
}
</style>