Shades of Denim #256EC2
Tints of Denim #256EC2
RGB
CMYK
RGB Variations
Color information
#256EC2 (or 0x256EC2) is known color: Denim. HEX triplet: 25, 6E and C2. RGB value is (37,110,194). Sum of RGB (Red+Green+Blue) = 37+110+194=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #256EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256EC2 is #DA913D. Grayscale: #616161. Windows color (decimal): -14324030 or 12742181. OLE color: 12742181.
HSL color Cylindrical-coordinate representation of color #256EC2: hue angle of 212.1º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #256EC2 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 110 | 194 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.24 |
| HSL | 212.1º | 0.68% | 0.45% | - |
| HSV(B) | 212.1º | 0.81% | 0.76% | - |
| XYZ | 16.08 | 15.44 | 53.17 | - |
| YUV | 97.75 | 182.32 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 194 | 0.81 | 0.43 | 0 | 0.24 | 212.1 | 0.68 | 0.45 |
| Hex | 25 | 6E | C2 | 51 | 2B | 0 | 18 | D4 | 44 | 2D |
| Octal | 45 | 156 | 302 | 121 | 53 | 0 | 30 | 324 | 104 | 55 |
| Binary | 100101 | 1101110 | 11000010 | 1010001 | 101011 | 0 | 11000 | 11010100 | 1000100 | 101101 |
Color Harmonies of #256EC2
Complementary color
Monochromatic Colors of #256EC2
Black with #256EC2
Text Example
Text Example
White with #256EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256EC2; }
p { color: rgb(37,110,194); }
H1.HeaderClassName
{
color: #256EC2;
}
.AnyTagClassName
{
color: #256EC2;
}
</style>
background-color css
<style>
a { background-color: #256EC2; }
a { background-color: rgb(37,110,194); }
div.DivClassName
{
background-color: #256EC2;
}
.BgClassName
{
background-color: #256EC2;
}
</style>
border-color css
<style>
span { border-color: #256EC2; }
span { border-color: rgb(37,110,194); }
td.TdClassName
{
border-color: #256EC2;
}
.TagClassName
{
border-color: #256EC2;
}
</style>