Shades of Denim #2873BA
Tints of Denim #2873BA
RGB
CMYK
RGB Variations
Color information
#2873BA (or 0x2873BA) is known color: Denim. HEX triplet: 28, 73 and BA. RGB value is (40,115,186). Sum of RGB (Red+Green+Blue) = 40+115+186=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #2873BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2873BA is #D78C45. Grayscale: #646464. Windows color (decimal): -14126150 or 12219176. OLE color: 12219176.
HSL color Cylindrical-coordinate representation of color #2873BA: hue angle of 209.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2873BA is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 115 | 186 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.27 |
| HSL | 209.18º | 0.65% | 0.44% | - |
| HSV(B) | 209.18º | 0.78% | 0.73% | - |
| XYZ | 15.87 | 16.26 | 48.76 | - |
| YUV | 100.67 | 176.15 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 186 | 0.78 | 0.38 | 0 | 0.27 | 209.18 | 0.65 | 0.44 |
| Hex | 28 | 73 | BA | 4E | 26 | 0 | 1B | D1 | 41 | 2C |
| Octal | 50 | 163 | 272 | 116 | 46 | 0 | 33 | 321 | 101 | 54 |
| Binary | 101000 | 1110011 | 10111010 | 1001110 | 100110 | 0 | 11011 | 11010001 | 1000001 | 101100 |
Color Harmonies of #2873BA
Complementary color
Monochromatic Colors of #2873BA
Black with #2873BA
Text Example
Text Example
White with #2873BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2873BA; }
p { color: rgb(40,115,186); }
H1.HeaderClassName
{
color: #2873BA;
}
.AnyTagClassName
{
color: #2873BA;
}
</style>
background-color css
<style>
a { background-color: #2873BA; }
a { background-color: rgb(40,115,186); }
div.DivClassName
{
background-color: #2873BA;
}
.BgClassName
{
background-color: #2873BA;
}
</style>
border-color css
<style>
span { border-color: #2873BA; }
span { border-color: rgb(40,115,186); }
td.TdClassName
{
border-color: #2873BA;
}
.TagClassName
{
border-color: #2873BA;
}
</style>