Shades of Lochmara #256DB3
Tints of Lochmara #256DB3
RGB
CMYK
RGB Variations
Color information
#256DB3 (or 0x256DB3) is known color: Lochmara. HEX triplet: 25, 6D and B3. RGB value is (37,109,179). Sum of RGB (Red+Green+Blue) = 37+109+179=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #256DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256DB3 is #DA924C. Grayscale: #5F5F5F. Windows color (decimal): -14324301 or 11758885. OLE color: 11758885.
HSL color Cylindrical-coordinate representation of color #256DB3: hue angle of 209.58º 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 #256DB3 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 109 | 179 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.30 |
| HSL | 209.58º | 0.66% | 0.42% | - |
| HSV(B) | 209.58º | 0.79% | 0.7% | - |
| XYZ | 14.37 | 14.59 | 44.71 | - |
| YUV | 95.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 179 | 0.79 | 0.39 | 0 | 0.30 | 209.58 | 0.66 | 0.42 |
| Hex | 25 | 6D | B3 | 4F | 27 | 0 | 1E | D2 | 42 | 2A |
| Octal | 45 | 155 | 263 | 117 | 47 | 0 | 36 | 322 | 102 | 52 |
| Binary | 100101 | 1101101 | 10110011 | 1001111 | 100111 | 0 | 11110 | 11010010 | 1000010 | 101010 |
Color Harmonies of #256DB3
Complementary color
Monochromatic Colors of #256DB3
Black with #256DB3
Text Example
Text Example
White with #256DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DB3; }
p { color: rgb(37,109,179); }
H1.HeaderClassName
{
color: #256DB3;
}
.AnyTagClassName
{
color: #256DB3;
}
</style>
background-color css
<style>
a { background-color: #256DB3; }
a { background-color: rgb(37,109,179); }
div.DivClassName
{
background-color: #256DB3;
}
.BgClassName
{
background-color: #256DB3;
}
</style>
border-color css
<style>
span { border-color: #256DB3; }
span { border-color: rgb(37,109,179); }
td.TdClassName
{
border-color: #256DB3;
}
.TagClassName
{
border-color: #256DB3;
}
</style>