Shades of Denim #256ABE
Tints of Denim #256ABE
RGB
CMYK
RGB Variations
Color information
#256ABE (or 0x256ABE) is known color: Denim. HEX triplet: 25, 6A and BE. RGB value is (37,106,190). Sum of RGB (Red+Green+Blue) = 37+106+190=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #256ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256ABE is #DA9541. Grayscale: #5E5E5E. Windows color (decimal): -14325058 or 12479013. OLE color: 12479013.
HSL color Cylindrical-coordinate representation of color #256ABE: hue angle of 212.94º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #256ABE is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 106 | 190 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.25 |
| HSL | 212.94º | 0.67% | 0.45% | - |
| HSV(B) | 212.94º | 0.81% | 0.75% | - |
| XYZ | 15.21 | 14.42 | 50.7 | - |
| YUV | 94.95 | 181.64 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 190 | 0.81 | 0.44 | 0 | 0.25 | 212.94 | 0.67 | 0.45 |
| Hex | 25 | 6A | BE | 51 | 2C | 0 | 19 | D5 | 43 | 2D |
| Octal | 45 | 152 | 276 | 121 | 54 | 0 | 31 | 325 | 103 | 55 |
| Binary | 100101 | 1101010 | 10111110 | 1010001 | 101100 | 0 | 11001 | 11010101 | 1000011 | 101101 |
Color Harmonies of #256ABE
Complementary color
Monochromatic Colors of #256ABE
Black with #256ABE
Text Example
Text Example
White with #256ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256ABE; }
p { color: rgb(37,106,190); }
H1.HeaderClassName
{
color: #256ABE;
}
.AnyTagClassName
{
color: #256ABE;
}
</style>
background-color css
<style>
a { background-color: #256ABE; }
a { background-color: rgb(37,106,190); }
div.DivClassName
{
background-color: #256ABE;
}
.BgClassName
{
background-color: #256ABE;
}
</style>
border-color css
<style>
span { border-color: #256ABE; }
span { border-color: rgb(37,106,190); }
td.TdClassName
{
border-color: #256ABE;
}
.TagClassName
{
border-color: #256ABE;
}
</style>