Shades of Lochmara #257CAD
Tints of Lochmara #257CAD
RGB
CMYK
RGB Variations
Color information
#257CAD (or 0x257CAD) is known color: Lochmara. HEX triplet: 25, 7C and AD. RGB value is (37,124,173). Sum of RGB (Red+Green+Blue) = 37+124+173=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #257CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257CAD is #DA8352. Grayscale: #676767. Windows color (decimal): -14320467 or 11369509. OLE color: 11369509.
HSL color Cylindrical-coordinate representation of color #257CAD: hue angle of 201.62º 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 #257CAD is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 124 | 173 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.32 |
| HSL | 201.62º | 0.65% | 0.41% | - |
| HSV(B) | 201.62º | 0.79% | 0.68% | - |
| XYZ | 15.51 | 17.83 | 42.16 | - |
| YUV | 103.57 | 167.18 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 173 | 0.79 | 0.28 | 0 | 0.32 | 201.62 | 0.65 | 0.41 |
| Hex | 25 | 7C | AD | 4F | 1C | 0 | 20 | CA | 41 | 29 |
| Octal | 45 | 174 | 255 | 117 | 34 | 0 | 40 | 312 | 101 | 51 |
| Binary | 100101 | 1111100 | 10101101 | 1001111 | 11100 | 0 | 100000 | 11001010 | 1000001 | 101001 |
Color Harmonies of #257CAD
Complementary color
Monochromatic Colors of #257CAD
Black with #257CAD
Text Example
Text Example
White with #257CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CAD; }
p { color: rgb(37,124,173); }
H1.HeaderClassName
{
color: #257CAD;
}
.AnyTagClassName
{
color: #257CAD;
}
</style>
background-color css
<style>
a { background-color: #257CAD; }
a { background-color: rgb(37,124,173); }
div.DivClassName
{
background-color: #257CAD;
}
.BgClassName
{
background-color: #257CAD;
}
</style>
border-color css
<style>
span { border-color: #257CAD; }
span { border-color: rgb(37,124,173); }
td.TdClassName
{
border-color: #257CAD;
}
.TagClassName
{
border-color: #257CAD;
}
</style>