Shades of Lochmara #257CAE
Tints of Lochmara #257CAE
RGB
CMYK
RGB Variations
Color information
#257CAE (or 0x257CAE) is known color: Lochmara. HEX triplet: 25, 7C and AE. RGB value is (37,124,174). Sum of RGB (Red+Green+Blue) = 37+124+174=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #257CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257CAE is #DA8351. Grayscale: #676767. Windows color (decimal): -14320466 or 11435045. OLE color: 11435045.
HSL color Cylindrical-coordinate representation of color #257CAE: hue angle of 201.9º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257CAE is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 124 | 174 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.32 |
| HSL | 201.9º | 0.65% | 0.41% | - |
| HSV(B) | 201.9º | 0.79% | 0.68% | - |
| XYZ | 15.61 | 17.86 | 42.67 | - |
| YUV | 103.69 | 167.68 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 174 | 0.79 | 0.29 | 0 | 0.32 | 201.9 | 0.65 | 0.41 |
| Hex | 25 | 7C | AE | 4F | 1D | 0 | 20 | CA | 41 | 29 |
| Octal | 45 | 174 | 256 | 117 | 35 | 0 | 40 | 312 | 101 | 51 |
| Binary | 100101 | 1111100 | 10101110 | 1001111 | 11101 | 0 | 100000 | 11001010 | 1000001 | 101001 |
Color Harmonies of #257CAE
Complementary color
Monochromatic Colors of #257CAE
Black with #257CAE
Text Example
Text Example
White with #257CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CAE; }
p { color: rgb(37,124,174); }
H1.HeaderClassName
{
color: #257CAE;
}
.AnyTagClassName
{
color: #257CAE;
}
</style>
background-color css
<style>
a { background-color: #257CAE; }
a { background-color: rgb(37,124,174); }
div.DivClassName
{
background-color: #257CAE;
}
.BgClassName
{
background-color: #257CAE;
}
</style>
border-color css
<style>
span { border-color: #257CAE; }
span { border-color: rgb(37,124,174); }
td.TdClassName
{
border-color: #257CAE;
}
.TagClassName
{
border-color: #257CAE;
}
</style>