Shades of Denim #256FBC
Tints of Denim #256FBC
RGB
CMYK
RGB Variations
Color information
#256FBC (or 0x256FBC) is known color: Denim. HEX triplet: 25, 6F and BC. RGB value is (37,111,188). Sum of RGB (Red+Green+Blue) = 37+111+188=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #256FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FBC is #DA9043. Grayscale: #616161. Windows color (decimal): -14323780 or 12349221. OLE color: 12349221.
HSL color Cylindrical-coordinate representation of color #256FBC: hue angle of 210.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #256FBC is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 111 | 188 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.26 |
| HSL | 210.6º | 0.67% | 0.44% | - |
| HSV(B) | 210.6º | 0.8% | 0.74% | - |
| XYZ | 15.52 | 15.39 | 49.73 | - |
| YUV | 97.65 | 178.98 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 188 | 0.80 | 0.41 | 0 | 0.26 | 210.6 | 0.67 | 0.44 |
| Hex | 25 | 6F | BC | 50 | 29 | 0 | 1A | D3 | 43 | 2C |
| Octal | 45 | 157 | 274 | 120 | 51 | 0 | 32 | 323 | 103 | 54 |
| Binary | 100101 | 1101111 | 10111100 | 1010000 | 101001 | 0 | 11010 | 11010011 | 1000011 | 101100 |
Color Harmonies of #256FBC
Complementary color
Monochromatic Colors of #256FBC
Black with #256FBC
Text Example
Text Example
White with #256FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FBC; }
p { color: rgb(37,111,188); }
H1.HeaderClassName
{
color: #256FBC;
}
.AnyTagClassName
{
color: #256FBC;
}
</style>
background-color css
<style>
a { background-color: #256FBC; }
a { background-color: rgb(37,111,188); }
div.DivClassName
{
background-color: #256FBC;
}
.BgClassName
{
background-color: #256FBC;
}
</style>
border-color css
<style>
span { border-color: #256FBC; }
span { border-color: rgb(37,111,188); }
td.TdClassName
{
border-color: #256FBC;
}
.TagClassName
{
border-color: #256FBC;
}
</style>