Shades of Lochmara #257399
Tints of Lochmara #257399
RGB
CMYK
RGB Variations
Color information
#257399 (or 0x257399) is known color: Lochmara. HEX triplet: 25, 73 and 99. RGB value is (37,115,153). Sum of RGB (Red+Green+Blue) = 37+115+153=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #257399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257399 is #DA8C66. Grayscale: #5F5F5F. Windows color (decimal): -14322791 or 10056485. OLE color: 10056485.
HSL color Cylindrical-coordinate representation of color #257399: hue angle of 199.66º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257399 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 115 | 153 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.4 |
| HSL | 199.66º | 0.61% | 0.37% | - |
| HSV(B) | 199.66º | 0.76% | 0.6% | - |
| XYZ | 12.64 | 14.95 | 32.36 | - |
| YUV | 96.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 153 | 0.76 | 0.25 | 0 | 0.4 | 199.66 | 0.61 | 0.37 |
| Hex | 25 | 73 | 99 | 4C | 19 | 0 | 28 | C8 | 3D | 25 |
| Octal | 45 | 163 | 231 | 114 | 31 | 0 | 50 | 310 | 75 | 45 |
| Binary | 100101 | 1110011 | 10011001 | 1001100 | 11001 | 0 | 101000 | 11001000 | 111101 | 100101 |
Color Harmonies of #257399
Complementary color
Monochromatic Colors of #257399
Black with #257399
Text Example
Text Example
White with #257399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257399; }
p { color: rgb(37,115,153); }
H1.HeaderClassName
{
color: #257399;
}
.AnyTagClassName
{
color: #257399;
}
</style>
background-color css
<style>
a { background-color: #257399; }
a { background-color: rgb(37,115,153); }
div.DivClassName
{
background-color: #257399;
}
.BgClassName
{
background-color: #257399;
}
</style>
border-color css
<style>
span { border-color: #257399; }
span { border-color: rgb(37,115,153); }
td.TdClassName
{
border-color: #257399;
}
.TagClassName
{
border-color: #257399;
}
</style>