Shades of Denim #256EC5
Tints of Denim #256EC5
RGB
CMYK
RGB Variations
Color information
#256EC5 (or 0x256EC5) is known color: Denim. HEX triplet: 25, 6E and C5. RGB value is (37,110,197). Sum of RGB (Red+Green+Blue) = 37+110+197=344 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.76% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #256EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EC5 is #DA913A. Grayscale: #616161. Windows color (decimal): -14324027 or 12938789. OLE color: 12938789.
HSL color Cylindrical-coordinate representation of color #256EC5: hue angle of 212.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #256EC5 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 110 | 197 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.23 |
| HSL | 212.63º | 0.68% | 0.46% | - |
| HSV(B) | 212.63º | 0.81% | 0.77% | - |
| XYZ | 16.42 | 15.58 | 54.96 | - |
| YUV | 98.09 | 183.82 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 197 | 0.81 | 0.44 | 0 | 0.23 | 212.63 | 0.68 | 0.46 |
| Hex | 25 | 6E | C5 | 51 | 2C | 0 | 17 | D5 | 44 | 2E |
| Octal | 45 | 156 | 305 | 121 | 54 | 0 | 27 | 325 | 104 | 56 |
| Binary | 100101 | 1101110 | 11000101 | 1010001 | 101100 | 0 | 10111 | 11010101 | 1000100 | 101110 |
Color Harmonies of #256EC5
Complementary color
Monochromatic Colors of #256EC5
Black with #256EC5
Text Example
Text Example
White with #256EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256EC5; }
p { color: rgb(37,110,197); }
H1.HeaderClassName
{
color: #256EC5;
}
.AnyTagClassName
{
color: #256EC5;
}
</style>
background-color css
<style>
a { background-color: #256EC5; }
a { background-color: rgb(37,110,197); }
div.DivClassName
{
background-color: #256EC5;
}
.BgClassName
{
background-color: #256EC5;
}
</style>
border-color css
<style>
span { border-color: #256EC5; }
span { border-color: rgb(37,110,197); }
td.TdClassName
{
border-color: #256EC5;
}
.TagClassName
{
border-color: #256EC5;
}
</style>