Shades of Lochmara #257294
Tints of Lochmara #257294
RGB
CMYK
RGB Variations
Color information
#257294 (or 0x257294) is known color: Lochmara. HEX triplet: 25, 72 and 94. RGB value is (37,114,148). Sum of RGB (Red+Green+Blue) = 37+114+148=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #257294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257294 is #DA8D6B. Grayscale: #5E5E5E. Windows color (decimal): -14323052 or 9728549. OLE color: 9728549.
HSL color Cylindrical-coordinate representation of color #257294: hue angle of 198.38º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257294 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 114 | 148 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.42 |
| HSL | 198.38º | 0.6% | 0.36% | - |
| HSV(B) | 198.38º | 0.75% | 0.58% | - |
| XYZ | 12.13 | 14.57 | 30.19 | - |
| YUV | 94.85 | 157.99 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 148 | 0.75 | 0.23 | 0 | 0.42 | 198.38 | 0.6 | 0.36 |
| Hex | 25 | 72 | 94 | 4B | 17 | 0 | 2A | C6 | 3C | 24 |
| Octal | 45 | 162 | 224 | 113 | 27 | 0 | 52 | 306 | 74 | 44 |
| Binary | 100101 | 1110010 | 10010100 | 1001011 | 10111 | 0 | 101010 | 11000110 | 111100 | 100100 |
Color Harmonies of #257294
Complementary color
Monochromatic Colors of #257294
Black with #257294
Text Example
Text Example
White with #257294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257294; }
p { color: rgb(37,114,148); }
H1.HeaderClassName
{
color: #257294;
}
.AnyTagClassName
{
color: #257294;
}
</style>
background-color css
<style>
a { background-color: #257294; }
a { background-color: rgb(37,114,148); }
div.DivClassName
{
background-color: #257294;
}
.BgClassName
{
background-color: #257294;
}
</style>
border-color css
<style>
span { border-color: #257294; }
span { border-color: rgb(37,114,148); }
td.TdClassName
{
border-color: #257294;
}
.TagClassName
{
border-color: #257294;
}
</style>