Shades of Lochmara #256F93
Tints of Lochmara #256F93
RGB
CMYK
RGB Variations
Color information
#256F93 (or 0x256F93) is known color: Lochmara. HEX triplet: 25, 6F and 93. RGB value is (37,111,147). Sum of RGB (Red+Green+Blue) = 37+111+147=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #256F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F93 is #DA906C. Grayscale: #5C5C5C. Windows color (decimal): -14323821 or 9662245. OLE color: 9662245.
HSL color Cylindrical-coordinate representation of color #256F93: hue angle of 199.64º 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 #256F93 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 111 | 147 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.42 |
| HSL | 199.64º | 0.6% | 0.36% | - |
| HSV(B) | 199.64º | 0.75% | 0.58% | - |
| XYZ | 11.71 | 13.87 | 29.66 | - |
| YUV | 92.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 147 | 0.75 | 0.24 | 0 | 0.42 | 199.64 | 0.6 | 0.36 |
| Hex | 25 | 6F | 93 | 4B | 18 | 0 | 2A | C8 | 3C | 24 |
| Octal | 45 | 157 | 223 | 113 | 30 | 0 | 52 | 310 | 74 | 44 |
| Binary | 100101 | 1101111 | 10010011 | 1001011 | 11000 | 0 | 101010 | 11001000 | 111100 | 100100 |
Color Harmonies of #256F93
Complementary color
Monochromatic Colors of #256F93
Black with #256F93
Text Example
Text Example
White with #256F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F93; }
p { color: rgb(37,111,147); }
H1.HeaderClassName
{
color: #256F93;
}
.AnyTagClassName
{
color: #256F93;
}
</style>
background-color css
<style>
a { background-color: #256F93; }
a { background-color: rgb(37,111,147); }
div.DivClassName
{
background-color: #256F93;
}
.BgClassName
{
background-color: #256F93;
}
</style>
border-color css
<style>
span { border-color: #256F93; }
span { border-color: rgb(37,111,147); }
td.TdClassName
{
border-color: #256F93;
}
.TagClassName
{
border-color: #256F93;
}
</style>