Shades of Denim #256DC2
Tints of Denim #256DC2
RGB
CMYK
RGB Variations
Color information
#256DC2 (or 0x256DC2) is known color: Denim. HEX triplet: 25, 6D and C2. RGB value is (37,109,194). Sum of RGB (Red+Green+Blue) = 37+109+194=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #256DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256DC2 is #DA923D. Grayscale: #606060. Windows color (decimal): -14324286 or 12741925. OLE color: 12741925.
HSL color Cylindrical-coordinate representation of color #256DC2: hue angle of 212.48º 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 #256DC2 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 109 | 194 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.24 |
| HSL | 212.48º | 0.68% | 0.45% | - |
| HSV(B) | 212.48º | 0.81% | 0.76% | - |
| XYZ | 15.97 | 15.23 | 53.14 | - |
| YUV | 97.16 | 182.65 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 194 | 0.81 | 0.44 | 0 | 0.24 | 212.48 | 0.68 | 0.45 |
| Hex | 25 | 6D | C2 | 51 | 2C | 0 | 18 | D4 | 44 | 2D |
| Octal | 45 | 155 | 302 | 121 | 54 | 0 | 30 | 324 | 104 | 55 |
| Binary | 100101 | 1101101 | 11000010 | 1010001 | 101100 | 0 | 11000 | 11010100 | 1000100 | 101101 |
Color Harmonies of #256DC2
Complementary color
Monochromatic Colors of #256DC2
Black with #256DC2
Text Example
Text Example
White with #256DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DC2; }
p { color: rgb(37,109,194); }
H1.HeaderClassName
{
color: #256DC2;
}
.AnyTagClassName
{
color: #256DC2;
}
</style>
background-color css
<style>
a { background-color: #256DC2; }
a { background-color: rgb(37,109,194); }
div.DivClassName
{
background-color: #256DC2;
}
.BgClassName
{
background-color: #256DC2;
}
</style>
border-color css
<style>
span { border-color: #256DC2; }
span { border-color: rgb(37,109,194); }
td.TdClassName
{
border-color: #256DC2;
}
.TagClassName
{
border-color: #256DC2;
}
</style>