Shades of Denim #2871BC
Tints of Denim #2871BC
RGB
CMYK
RGB Variations
Color information
#2871BC (or 0x2871BC) is known color: Denim. HEX triplet: 28, 71 and BC. RGB value is (40,113,188). Sum of RGB (Red+Green+Blue) = 40+113+188=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #2871BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2871BC is #D78E43. Grayscale: #636363. Windows color (decimal): -14126660 or 12349736. OLE color: 12349736.
HSL color Cylindrical-coordinate representation of color #2871BC: hue angle of 210.41º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2871BC is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 113 | 188 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.26 |
| HSL | 210.41º | 0.65% | 0.45% | - |
| HSV(B) | 210.41º | 0.79% | 0.74% | - |
| XYZ | 15.86 | 15.89 | 49.81 | - |
| YUV | 99.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 188 | 0.79 | 0.40 | 0 | 0.26 | 210.41 | 0.65 | 0.45 |
| Hex | 28 | 71 | BC | 4F | 28 | 0 | 1A | D2 | 41 | 2D |
| Octal | 50 | 161 | 274 | 117 | 50 | 0 | 32 | 322 | 101 | 55 |
| Binary | 101000 | 1110001 | 10111100 | 1001111 | 101000 | 0 | 11010 | 11010010 | 1000001 | 101101 |
Color Harmonies of #2871BC
Complementary color
Monochromatic Colors of #2871BC
Black with #2871BC
Text Example
Text Example
White with #2871BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2871BC; }
p { color: rgb(40,113,188); }
H1.HeaderClassName
{
color: #2871BC;
}
.AnyTagClassName
{
color: #2871BC;
}
</style>
background-color css
<style>
a { background-color: #2871BC; }
a { background-color: rgb(40,113,188); }
div.DivClassName
{
background-color: #2871BC;
}
.BgClassName
{
background-color: #2871BC;
}
</style>
border-color css
<style>
span { border-color: #2871BC; }
span { border-color: rgb(40,113,188); }
td.TdClassName
{
border-color: #2871BC;
}
.TagClassName
{
border-color: #2871BC;
}
</style>