Shades of Lochmara #256DA4
Tints of Lochmara #256DA4
RGB
CMYK
RGB Variations
Color information
#256DA4 (or 0x256DA4) is known color: Lochmara. HEX triplet: 25, 6D and A4. RGB value is (37,109,164). Sum of RGB (Red+Green+Blue) = 37+109+164=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #256DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DA4 is #DA925B. Grayscale: #5D5D5D. Windows color (decimal): -14324316 or 10775845. OLE color: 10775845.
HSL color Cylindrical-coordinate representation of color #256DA4: hue angle of 205.98º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #256DA4 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 109 | 164 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.36 |
| HSL | 205.98º | 0.63% | 0.39% | - |
| HSV(B) | 205.98º | 0.77% | 0.64% | - |
| XYZ | 12.93 | 14.01 | 37.14 | - |
| YUV | 93.74 | 167.65 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 164 | 0.77 | 0.34 | 0 | 0.36 | 205.98 | 0.63 | 0.39 |
| Hex | 25 | 6D | A4 | 4D | 22 | 0 | 24 | CE | 3F | 27 |
| Octal | 45 | 155 | 244 | 115 | 42 | 0 | 44 | 316 | 77 | 47 |
| Binary | 100101 | 1101101 | 10100100 | 1001101 | 100010 | 0 | 100100 | 11001110 | 111111 | 100111 |
Color Harmonies of #256DA4
Complementary color
Monochromatic Colors of #256DA4
Black with #256DA4
Text Example
Text Example
White with #256DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DA4; }
p { color: rgb(37,109,164); }
H1.HeaderClassName
{
color: #256DA4;
}
.AnyTagClassName
{
color: #256DA4;
}
</style>
background-color css
<style>
a { background-color: #256DA4; }
a { background-color: rgb(37,109,164); }
div.DivClassName
{
background-color: #256DA4;
}
.BgClassName
{
background-color: #256DA4;
}
</style>
border-color css
<style>
span { border-color: #256DA4; }
span { border-color: rgb(37,109,164); }
td.TdClassName
{
border-color: #256DA4;
}
.TagClassName
{
border-color: #256DA4;
}
</style>