Shades of Lochmara #257BA2
Tints of Lochmara #257BA2
RGB
CMYK
RGB Variations
Color information
#257BA2 (or 0x257BA2) is known color: Lochmara. HEX triplet: 25, 7B and A2. RGB value is (37,123,162). Sum of RGB (Red+Green+Blue) = 37+123+162=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #257BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257BA2 is #DA845D. Grayscale: #656565. Windows color (decimal): -14320734 or 10648357. OLE color: 10648357.
HSL color Cylindrical-coordinate representation of color #257BA2: hue angle of 198.72º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #257BA2 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 123 | 162 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.36 |
| HSL | 198.72º | 0.63% | 0.39% | - |
| HSV(B) | 198.72º | 0.77% | 0.64% | - |
| XYZ | 14.37 | 17.17 | 36.74 | - |
| YUV | 101.73 | 162.01 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 162 | 0.77 | 0.24 | 0 | 0.36 | 198.72 | 0.63 | 0.39 |
| Hex | 25 | 7B | A2 | 4D | 18 | 0 | 24 | C7 | 3F | 27 |
| Octal | 45 | 173 | 242 | 115 | 30 | 0 | 44 | 307 | 77 | 47 |
| Binary | 100101 | 1111011 | 10100010 | 1001101 | 11000 | 0 | 100100 | 11000111 | 111111 | 100111 |
Color Harmonies of #257BA2
Complementary color
Monochromatic Colors of #257BA2
Black with #257BA2
Text Example
Text Example
White with #257BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BA2; }
p { color: rgb(37,123,162); }
H1.HeaderClassName
{
color: #257BA2;
}
.AnyTagClassName
{
color: #257BA2;
}
</style>
background-color css
<style>
a { background-color: #257BA2; }
a { background-color: rgb(37,123,162); }
div.DivClassName
{
background-color: #257BA2;
}
.BgClassName
{
background-color: #257BA2;
}
</style>
border-color css
<style>
span { border-color: #257BA2; }
span { border-color: rgb(37,123,162); }
td.TdClassName
{
border-color: #257BA2;
}
.TagClassName
{
border-color: #257BA2;
}
</style>