Shades of Denim #256BBA
Tints of Denim #256BBA
RGB
CMYK
RGB Variations
Color information
#256BBA (or 0x256BBA) is known color: Denim. HEX triplet: 25, 6B and BA. RGB value is (37,107,186). Sum of RGB (Red+Green+Blue) = 37+107+186=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #256BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BBA is #DA9445. Grayscale: #5E5E5E. Windows color (decimal): -14324806 or 12217125. OLE color: 12217125.
HSL color Cylindrical-coordinate representation of color #256BBA: hue angle of 211.81º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #256BBA is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 107 | 186 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.27 |
| HSL | 211.81º | 0.67% | 0.44% | - |
| HSV(B) | 211.81º | 0.8% | 0.73% | - |
| XYZ | 14.88 | 14.45 | 48.46 | - |
| YUV | 95.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 186 | 0.80 | 0.42 | 0 | 0.27 | 211.81 | 0.67 | 0.44 |
| Hex | 25 | 6B | BA | 50 | 2A | 0 | 1B | D4 | 43 | 2C |
| Octal | 45 | 153 | 272 | 120 | 52 | 0 | 33 | 324 | 103 | 54 |
| Binary | 100101 | 1101011 | 10111010 | 1010000 | 101010 | 0 | 11011 | 11010100 | 1000011 | 101100 |
Color Harmonies of #256BBA
Complementary color
Monochromatic Colors of #256BBA
Black with #256BBA
Text Example
Text Example
White with #256BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BBA; }
p { color: rgb(37,107,186); }
H1.HeaderClassName
{
color: #256BBA;
}
.AnyTagClassName
{
color: #256BBA;
}
</style>
background-color css
<style>
a { background-color: #256BBA; }
a { background-color: rgb(37,107,186); }
div.DivClassName
{
background-color: #256BBA;
}
.BgClassName
{
background-color: #256BBA;
}
</style>
border-color css
<style>
span { border-color: #256BBA; }
span { border-color: rgb(37,107,186); }
td.TdClassName
{
border-color: #256BBA;
}
.TagClassName
{
border-color: #256BBA;
}
</style>