Shades of Lochmara #257AB4
Tints of Lochmara #257AB4
RGB
CMYK
RGB Variations
Color information
#257AB4 (or 0x257AB4) is known color: Lochmara. HEX triplet: 25, 7A and B4. RGB value is (37,122,180). Sum of RGB (Red+Green+Blue) = 37+122+180=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #257AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257AB4 is #DA854B. Grayscale: #666666. Windows color (decimal): -14320972 or 11827749. OLE color: 11827749.
HSL color Cylindrical-coordinate representation of color #257AB4: hue angle of 204.34º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257AB4 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 122 | 180 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.29 |
| HSL | 204.34º | 0.66% | 0.43% | - |
| HSV(B) | 204.34º | 0.79% | 0.71% | - |
| XYZ | 15.96 | 17.61 | 45.74 | - |
| YUV | 103.2 | 171.34 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 180 | 0.79 | 0.32 | 0 | 0.29 | 204.34 | 0.66 | 0.43 |
| Hex | 25 | 7A | B4 | 4F | 20 | 0 | 1D | CC | 42 | 2B |
| Octal | 45 | 172 | 264 | 117 | 40 | 0 | 35 | 314 | 102 | 53 |
| Binary | 100101 | 1111010 | 10110100 | 1001111 | 100000 | 0 | 11101 | 11001100 | 1000010 | 101011 |
Color Harmonies of #257AB4
Complementary color
Monochromatic Colors of #257AB4
Black with #257AB4
Text Example
Text Example
White with #257AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257AB4; }
p { color: rgb(37,122,180); }
H1.HeaderClassName
{
color: #257AB4;
}
.AnyTagClassName
{
color: #257AB4;
}
</style>
background-color css
<style>
a { background-color: #257AB4; }
a { background-color: rgb(37,122,180); }
div.DivClassName
{
background-color: #257AB4;
}
.BgClassName
{
background-color: #257AB4;
}
</style>
border-color css
<style>
span { border-color: #257AB4; }
span { border-color: rgb(37,122,180); }
td.TdClassName
{
border-color: #257AB4;
}
.TagClassName
{
border-color: #257AB4;
}
</style>