Shades of Lochmara #256F9E
Tints of Lochmara #256F9E
RGB
CMYK
RGB Variations
Color information
#256F9E (or 0x256F9E) is known color: Lochmara. HEX triplet: 25, 6F and 9E. RGB value is (37,111,158). Sum of RGB (Red+Green+Blue) = 37+111+158=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #256F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F9E is #DA9061. Grayscale: #5D5D5D. Windows color (decimal): -14323810 or 10383141. OLE color: 10383141.
HSL color Cylindrical-coordinate representation of color #256F9E: hue angle of 203.31º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #256F9E is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 111 | 158 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.38 |
| HSL | 203.31º | 0.62% | 0.38% | - |
| HSV(B) | 203.31º | 0.77% | 0.62% | - |
| XYZ | 12.62 | 14.23 | 34.43 | - |
| YUV | 94.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 158 | 0.77 | 0.30 | 0 | 0.38 | 203.31 | 0.62 | 0.38 |
| Hex | 25 | 6F | 9E | 4D | 1E | 0 | 26 | CB | 3E | 26 |
| Octal | 45 | 157 | 236 | 115 | 36 | 0 | 46 | 313 | 76 | 46 |
| Binary | 100101 | 1101111 | 10011110 | 1001101 | 11110 | 0 | 100110 | 11001011 | 111110 | 100110 |
Color Harmonies of #256F9E
Complementary color
Monochromatic Colors of #256F9E
Black with #256F9E
Text Example
Text Example
White with #256F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F9E; }
p { color: rgb(37,111,158); }
H1.HeaderClassName
{
color: #256F9E;
}
.AnyTagClassName
{
color: #256F9E;
}
</style>
background-color css
<style>
a { background-color: #256F9E; }
a { background-color: rgb(37,111,158); }
div.DivClassName
{
background-color: #256F9E;
}
.BgClassName
{
background-color: #256F9E;
}
</style>
border-color css
<style>
span { border-color: #256F9E; }
span { border-color: rgb(37,111,158); }
td.TdClassName
{
border-color: #256F9E;
}
.TagClassName
{
border-color: #256F9E;
}
</style>