Shades of Lochmara #256DB2
Tints of Lochmara #256DB2
RGB
CMYK
RGB Variations
Color information
#256DB2 (or 0x256DB2) is known color: Lochmara. HEX triplet: 25, 6D and B2. RGB value is (37,109,178). Sum of RGB (Red+Green+Blue) = 37+109+178=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #256DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DB2 is #DA924D. Grayscale: #5E5E5E. Windows color (decimal): -14324302 or 11693349. OLE color: 11693349.
HSL color Cylindrical-coordinate representation of color #256DB2: hue angle of 209.36º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256DB2 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 109 | 178 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.30 |
| HSL | 209.36º | 0.66% | 0.42% | - |
| HSV(B) | 209.36º | 0.79% | 0.7% | - |
| XYZ | 14.27 | 14.54 | 44.17 | - |
| YUV | 95.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 178 | 0.79 | 0.39 | 0 | 0.30 | 209.36 | 0.66 | 0.42 |
| Hex | 25 | 6D | B2 | 4F | 27 | 0 | 1E | D1 | 42 | 2A |
| Octal | 45 | 155 | 262 | 117 | 47 | 0 | 36 | 321 | 102 | 52 |
| Binary | 100101 | 1101101 | 10110010 | 1001111 | 100111 | 0 | 11110 | 11010001 | 1000010 | 101010 |
Color Harmonies of #256DB2
Complementary color
Monochromatic Colors of #256DB2
Black with #256DB2
Text Example
Text Example
White with #256DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DB2; }
p { color: rgb(37,109,178); }
H1.HeaderClassName
{
color: #256DB2;
}
.AnyTagClassName
{
color: #256DB2;
}
</style>
background-color css
<style>
a { background-color: #256DB2; }
a { background-color: rgb(37,109,178); }
div.DivClassName
{
background-color: #256DB2;
}
.BgClassName
{
background-color: #256DB2;
}
</style>
border-color css
<style>
span { border-color: #256DB2; }
span { border-color: rgb(37,109,178); }
td.TdClassName
{
border-color: #256DB2;
}
.TagClassName
{
border-color: #256DB2;
}
</style>