Shades of Lochmara #256F9B
Tints of Lochmara #256F9B
RGB
CMYK
RGB Variations
Color information
#256F9B (or 0x256F9B) is known color: Lochmara. HEX triplet: 25, 6F and 9B. RGB value is (37,111,155). Sum of RGB (Red+Green+Blue) = 37+111+155=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #256F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F9B is #DA9064. Grayscale: #5D5D5D. Windows color (decimal): -14323813 or 10186533. OLE color: 10186533.
HSL color Cylindrical-coordinate representation of color #256F9B: hue angle of 202.37º 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 #256F9B is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 111 | 155 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.39 |
| HSL | 202.37º | 0.61% | 0.38% | - |
| HSV(B) | 202.37º | 0.76% | 0.61% | - |
| XYZ | 12.36 | 14.13 | 33.09 | - |
| YUV | 93.89 | 162.48 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 155 | 0.76 | 0.28 | 0 | 0.39 | 202.37 | 0.61 | 0.38 |
| Hex | 25 | 6F | 9B | 4C | 1C | 0 | 27 | CA | 3D | 26 |
| Octal | 45 | 157 | 233 | 114 | 34 | 0 | 47 | 312 | 75 | 46 |
| Binary | 100101 | 1101111 | 10011011 | 1001100 | 11100 | 0 | 100111 | 11001010 | 111101 | 100110 |
Color Harmonies of #256F9B
Complementary color
Monochromatic Colors of #256F9B
Black with #256F9B
Text Example
Text Example
White with #256F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F9B; }
p { color: rgb(37,111,155); }
H1.HeaderClassName
{
color: #256F9B;
}
.AnyTagClassName
{
color: #256F9B;
}
</style>
background-color css
<style>
a { background-color: #256F9B; }
a { background-color: rgb(37,111,155); }
div.DivClassName
{
background-color: #256F9B;
}
.BgClassName
{
background-color: #256F9B;
}
</style>
border-color css
<style>
span { border-color: #256F9B; }
span { border-color: rgb(37,111,155); }
td.TdClassName
{
border-color: #256F9B;
}
.TagClassName
{
border-color: #256F9B;
}
</style>