Shades of Lochmara #257AAA
Tints of Lochmara #257AAA
RGB
CMYK
RGB Variations
Color information
#257AAA (or 0x257AAA) is known color: Lochmara. HEX triplet: 25, 7A and AA. RGB value is (37,122,170). Sum of RGB (Red+Green+Blue) = 37+122+170=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #257AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257AAA is #DA8555. Grayscale: #656565. Windows color (decimal): -14320982 or 11172389. OLE color: 11172389.
HSL color Cylindrical-coordinate representation of color #257AAA: hue angle of 201.65º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #257AAA is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 122 | 170 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.33 |
| HSL | 201.65º | 0.64% | 0.41% | - |
| HSV(B) | 201.65º | 0.78% | 0.67% | - |
| XYZ | 14.98 | 17.21 | 40.56 | - |
| YUV | 102.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 170 | 0.78 | 0.28 | 0 | 0.33 | 201.65 | 0.64 | 0.41 |
| Hex | 25 | 7A | AA | 4E | 1C | 0 | 21 | CA | 40 | 29 |
| Octal | 45 | 172 | 252 | 116 | 34 | 0 | 41 | 312 | 100 | 51 |
| Binary | 100101 | 1111010 | 10101010 | 1001110 | 11100 | 0 | 100001 | 11001010 | 1000000 | 101001 |
Color Harmonies of #257AAA
Complementary color
Monochromatic Colors of #257AAA
Black with #257AAA
Text Example
Text Example
White with #257AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257AAA; }
p { color: rgb(37,122,170); }
H1.HeaderClassName
{
color: #257AAA;
}
.AnyTagClassName
{
color: #257AAA;
}
</style>
background-color css
<style>
a { background-color: #257AAA; }
a { background-color: rgb(37,122,170); }
div.DivClassName
{
background-color: #257AAA;
}
.BgClassName
{
background-color: #257AAA;
}
</style>
border-color css
<style>
span { border-color: #257AAA; }
span { border-color: rgb(37,122,170); }
td.TdClassName
{
border-color: #257AAA;
}
.TagClassName
{
border-color: #257AAA;
}
</style>