Shades of Denim #256BC5
Tints of Denim #256BC5
RGB
CMYK
RGB Variations
Color information
#256BC5 (or 0x256BC5) is known color: Denim. HEX triplet: 25, 6B and C5. RGB value is (37,107,197). Sum of RGB (Red+Green+Blue) = 37+107+197=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 197 (77.34% from 255 or 57.77% from 341); Max value from RGB is 197 - color contains mainly: blue. Hex color #256BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BC5 is #DA943A. Grayscale: #5F5F5F. Windows color (decimal): -14324795 or 12938021. OLE color: 12938021.
HSL color Cylindrical-coordinate representation of color #256BC5: hue angle of 213.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #256BC5 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 107 | 197 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.23 |
| HSL | 213.75º | 0.68% | 0.46% | - |
| HSV(B) | 213.75º | 0.81% | 0.77% | - |
| XYZ | 16.1 | 14.94 | 54.86 | - |
| YUV | 96.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 197 | 0.81 | 0.46 | 0 | 0.23 | 213.75 | 0.68 | 0.46 |
| Hex | 25 | 6B | C5 | 51 | 2E | 0 | 17 | D6 | 44 | 2E |
| Octal | 45 | 153 | 305 | 121 | 56 | 0 | 27 | 326 | 104 | 56 |
| Binary | 100101 | 1101011 | 11000101 | 1010001 | 101110 | 0 | 10111 | 11010110 | 1000100 | 101110 |
Color Harmonies of #256BC5
Complementary color
Monochromatic Colors of #256BC5
Black with #256BC5
Text Example
Text Example
White with #256BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BC5; }
p { color: rgb(37,107,197); }
H1.HeaderClassName
{
color: #256BC5;
}
.AnyTagClassName
{
color: #256BC5;
}
</style>
background-color css
<style>
a { background-color: #256BC5; }
a { background-color: rgb(37,107,197); }
div.DivClassName
{
background-color: #256BC5;
}
.BgClassName
{
background-color: #256BC5;
}
</style>
border-color css
<style>
span { border-color: #256BC5; }
span { border-color: rgb(37,107,197); }
td.TdClassName
{
border-color: #256BC5;
}
.TagClassName
{
border-color: #256BC5;
}
</style>