Shades of Lochmara #256A9B
Tints of Lochmara #256A9B
RGB
CMYK
RGB Variations
Color information
#256A9B (or 0x256A9B) is known color: Lochmara. HEX triplet: 25, 6A and 9B. RGB value is (37,106,155). Sum of RGB (Red+Green+Blue) = 37+106+155=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #256A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A9B is #DA9564. Grayscale: #5A5A5A. Windows color (decimal): -14325093 or 10185253. OLE color: 10185253.
HSL color Cylindrical-coordinate representation of color #256A9B: hue angle of 204.92º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256A9B is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 106 | 155 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.39 |
| HSL | 204.92º | 0.61% | 0.38% | - |
| HSV(B) | 204.92º | 0.76% | 0.61% | - |
| XYZ | 11.83 | 13.07 | 32.91 | - |
| YUV | 90.96 | 164.14 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 155 | 0.76 | 0.32 | 0 | 0.39 | 204.92 | 0.61 | 0.38 |
| Hex | 25 | 6A | 9B | 4C | 20 | 0 | 27 | CD | 3D | 26 |
| Octal | 45 | 152 | 233 | 114 | 40 | 0 | 47 | 315 | 75 | 46 |
| Binary | 100101 | 1101010 | 10011011 | 1001100 | 100000 | 0 | 100111 | 11001101 | 111101 | 100110 |
Color Harmonies of #256A9B
Complementary color
Monochromatic Colors of #256A9B
Black with #256A9B
Text Example
Text Example
White with #256A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A9B; }
p { color: rgb(37,106,155); }
H1.HeaderClassName
{
color: #256A9B;
}
.AnyTagClassName
{
color: #256A9B;
}
</style>
background-color css
<style>
a { background-color: #256A9B; }
a { background-color: rgb(37,106,155); }
div.DivClassName
{
background-color: #256A9B;
}
.BgClassName
{
background-color: #256A9B;
}
</style>
border-color css
<style>
span { border-color: #256A9B; }
span { border-color: rgb(37,106,155); }
td.TdClassName
{
border-color: #256A9B;
}
.TagClassName
{
border-color: #256A9B;
}
</style>