Shades of Lochmara #257AAF
Tints of Lochmara #257AAF
RGB
CMYK
RGB Variations
Color information
#257AAF (or 0x257AAF) is known color: Lochmara. HEX triplet: 25, 7A and AF. RGB value is (37,122,175). Sum of RGB (Red+Green+Blue) = 37+122+175=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #257AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257AAF is #DA8550. Grayscale: #666666. Windows color (decimal): -14320977 or 11500069. OLE color: 11500069.
HSL color Cylindrical-coordinate representation of color #257AAF: hue angle of 203.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257AAF is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 122 | 175 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.31 |
| HSL | 203.04º | 0.65% | 0.42% | - |
| HSV(B) | 203.04º | 0.79% | 0.69% | - |
| XYZ | 15.46 | 17.41 | 43.1 | - |
| YUV | 102.63 | 168.84 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 175 | 0.79 | 0.30 | 0 | 0.31 | 203.04 | 0.65 | 0.42 |
| Hex | 25 | 7A | AF | 4F | 1E | 0 | 1F | CB | 41 | 2A |
| Octal | 45 | 172 | 257 | 117 | 36 | 0 | 37 | 313 | 101 | 52 |
| Binary | 100101 | 1111010 | 10101111 | 1001111 | 11110 | 0 | 11111 | 11001011 | 1000001 | 101010 |
Color Harmonies of #257AAF
Complementary color
Monochromatic Colors of #257AAF
Black with #257AAF
Text Example
Text Example
White with #257AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257AAF; }
p { color: rgb(37,122,175); }
H1.HeaderClassName
{
color: #257AAF;
}
.AnyTagClassName
{
color: #257AAF;
}
</style>
background-color css
<style>
a { background-color: #257AAF; }
a { background-color: rgb(37,122,175); }
div.DivClassName
{
background-color: #257AAF;
}
.BgClassName
{
background-color: #257AAF;
}
</style>
border-color css
<style>
span { border-color: #257AAF; }
span { border-color: rgb(37,122,175); }
td.TdClassName
{
border-color: #257AAF;
}
.TagClassName
{
border-color: #257AAF;
}
</style>