Shades of Lochmara #257AAE
Tints of Lochmara #257AAE
RGB
CMYK
RGB Variations
Color information
#257AAE (or 0x257AAE) is known color: Lochmara. HEX triplet: 25, 7A and AE. RGB value is (37,122,174). Sum of RGB (Red+Green+Blue) = 37+122+174=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #257AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257AAE is #DA8551. Grayscale: #666666. Windows color (decimal): -14320978 or 11434533. OLE color: 11434533.
HSL color Cylindrical-coordinate representation of color #257AAE: hue angle of 202.77º 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 #257AAE is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 122 | 174 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.32 |
| HSL | 202.77º | 0.65% | 0.41% | - |
| HSV(B) | 202.77º | 0.79% | 0.68% | - |
| XYZ | 15.36 | 17.37 | 42.59 | - |
| YUV | 102.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 174 | 0.79 | 0.30 | 0 | 0.32 | 202.77 | 0.65 | 0.41 |
| Hex | 25 | 7A | AE | 4F | 1E | 0 | 20 | CB | 41 | 29 |
| Octal | 45 | 172 | 256 | 117 | 36 | 0 | 40 | 313 | 101 | 51 |
| Binary | 100101 | 1111010 | 10101110 | 1001111 | 11110 | 0 | 100000 | 11001011 | 1000001 | 101001 |
Color Harmonies of #257AAE
Complementary color
Monochromatic Colors of #257AAE
Black with #257AAE
Text Example
Text Example
White with #257AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257AAE; }
p { color: rgb(37,122,174); }
H1.HeaderClassName
{
color: #257AAE;
}
.AnyTagClassName
{
color: #257AAE;
}
</style>
background-color css
<style>
a { background-color: #257AAE; }
a { background-color: rgb(37,122,174); }
div.DivClassName
{
background-color: #257AAE;
}
.BgClassName
{
background-color: #257AAE;
}
</style>
border-color css
<style>
span { border-color: #257AAE; }
span { border-color: rgb(37,122,174); }
td.TdClassName
{
border-color: #257AAE;
}
.TagClassName
{
border-color: #257AAE;
}
</style>