Shades of Lochmara #256799
Tints of Lochmara #256799
RGB
CMYK
RGB Variations
Color information
#256799 (or 0x256799) is known color: Lochmara. HEX triplet: 25, 67 and 99. RGB value is (37,103,153). Sum of RGB (Red+Green+Blue) = 37+103+153=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #256799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256799 is #DA9866. Grayscale: #585858. Windows color (decimal): -14325863 or 10053413. OLE color: 10053413.
HSL color Cylindrical-coordinate representation of color #256799: hue angle of 205.86º 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 #256799 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 103 | 153 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.4 |
| HSL | 205.86º | 0.61% | 0.37% | - |
| HSV(B) | 205.86º | 0.76% | 0.6% | - |
| XYZ | 11.36 | 12.39 | 31.93 | - |
| YUV | 88.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 153 | 0.76 | 0.33 | 0 | 0.4 | 205.86 | 0.61 | 0.37 |
| Hex | 25 | 67 | 99 | 4C | 21 | 0 | 28 | CE | 3D | 25 |
| Octal | 45 | 147 | 231 | 114 | 41 | 0 | 50 | 316 | 75 | 45 |
| Binary | 100101 | 1100111 | 10011001 | 1001100 | 100001 | 0 | 101000 | 11001110 | 111101 | 100101 |
Color Harmonies of #256799
Complementary color
Monochromatic Colors of #256799
Black with #256799
Text Example
Text Example
White with #256799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256799; }
p { color: rgb(37,103,153); }
H1.HeaderClassName
{
color: #256799;
}
.AnyTagClassName
{
color: #256799;
}
</style>
background-color css
<style>
a { background-color: #256799; }
a { background-color: rgb(37,103,153); }
div.DivClassName
{
background-color: #256799;
}
.BgClassName
{
background-color: #256799;
}
</style>
border-color css
<style>
span { border-color: #256799; }
span { border-color: rgb(37,103,153); }
td.TdClassName
{
border-color: #256799;
}
.TagClassName
{
border-color: #256799;
}
</style>