Shades of Denim #256FCB
Tints of Denim #256FCB
RGB
CMYK
RGB Variations
Color information
#256FCB (or 0x256FCB) is known color: Denim. HEX triplet: 25, 6F and CB. RGB value is (37,111,203). Sum of RGB (Red+Green+Blue) = 37+111+203=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #256FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FCB is #DA9034. Grayscale: #626262. Windows color (decimal): -14323765 or 13332261. OLE color: 13332261.
HSL color Cylindrical-coordinate representation of color #256FCB: hue angle of 213.25º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #256FCB is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 111 | 203 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.20 |
| HSL | 213.25º | 0.69% | 0.47% | - |
| HSV(B) | 213.25º | 0.82% | 0.8% | - |
| XYZ | 17.23 | 16.07 | 58.69 | - |
| YUV | 99.36 | 186.48 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 203 | 0.82 | 0.45 | 0 | 0.20 | 213.25 | 0.69 | 0.47 |
| Hex | 25 | 6F | CB | 52 | 2D | 0 | 14 | D5 | 45 | 2F |
| Octal | 45 | 157 | 313 | 122 | 55 | 0 | 24 | 325 | 105 | 57 |
| Binary | 100101 | 1101111 | 11001011 | 1010010 | 101101 | 0 | 10100 | 11010101 | 1000101 | 101111 |
Color Harmonies of #256FCB
Complementary color
Monochromatic Colors of #256FCB
Black with #256FCB
Text Example
Text Example
White with #256FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FCB; }
p { color: rgb(37,111,203); }
H1.HeaderClassName
{
color: #256FCB;
}
.AnyTagClassName
{
color: #256FCB;
}
</style>
background-color css
<style>
a { background-color: #256FCB; }
a { background-color: rgb(37,111,203); }
div.DivClassName
{
background-color: #256FCB;
}
.BgClassName
{
background-color: #256FCB;
}
</style>
border-color css
<style>
span { border-color: #256FCB; }
span { border-color: rgb(37,111,203); }
td.TdClassName
{
border-color: #256FCB;
}
.TagClassName
{
border-color: #256FCB;
}
</style>