Shades of Lochmara #256FB4
Tints of Lochmara #256FB4
RGB
CMYK
RGB Variations
Color information
#256FB4 (or 0x256FB4) is known color: Lochmara. HEX triplet: 25, 6F and B4. RGB value is (37,111,180). Sum of RGB (Red+Green+Blue) = 37+111+180=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #256FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FB4 is #DA904B. Grayscale: #606060. Windows color (decimal): -14323788 or 11824933. OLE color: 11824933.
HSL color Cylindrical-coordinate representation of color #256FB4: hue angle of 208.95º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256FB4 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 111 | 180 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.29 |
| HSL | 208.95º | 0.66% | 0.43% | - |
| HSV(B) | 208.95º | 0.79% | 0.71% | - |
| XYZ | 14.69 | 15.06 | 45.31 | - |
| YUV | 96.74 | 174.98 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 180 | 0.79 | 0.38 | 0 | 0.29 | 208.95 | 0.66 | 0.43 |
| Hex | 25 | 6F | B4 | 4F | 26 | 0 | 1D | D1 | 42 | 2B |
| Octal | 45 | 157 | 264 | 117 | 46 | 0 | 35 | 321 | 102 | 53 |
| Binary | 100101 | 1101111 | 10110100 | 1001111 | 100110 | 0 | 11101 | 11010001 | 1000010 | 101011 |
Color Harmonies of #256FB4
Complementary color
Monochromatic Colors of #256FB4
Black with #256FB4
Text Example
Text Example
White with #256FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FB4; }
p { color: rgb(37,111,180); }
H1.HeaderClassName
{
color: #256FB4;
}
.AnyTagClassName
{
color: #256FB4;
}
</style>
background-color css
<style>
a { background-color: #256FB4; }
a { background-color: rgb(37,111,180); }
div.DivClassName
{
background-color: #256FB4;
}
.BgClassName
{
background-color: #256FB4;
}
</style>
border-color css
<style>
span { border-color: #256FB4; }
span { border-color: rgb(37,111,180); }
td.TdClassName
{
border-color: #256FB4;
}
.TagClassName
{
border-color: #256FB4;
}
</style>