Shades of Denim #2869BD
Tints of Denim #2869BD
RGB
CMYK
RGB Variations
Color information
#2869BD (or 0x2869BD) is known color: Denim. HEX triplet: 28, 69 and BD. RGB value is (40,105,189). Sum of RGB (Red+Green+Blue) = 40+105+189=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #2869BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2869BD is #D79642. Grayscale: #5E5E5E. Windows color (decimal): -14128707 or 12413224. OLE color: 12413224.
HSL color Cylindrical-coordinate representation of color #2869BD: hue angle of 213.83º 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 #2869BD is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 105 | 189 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.26 |
| HSL | 213.83º | 0.65% | 0.45% | - |
| HSV(B) | 213.83º | 0.79% | 0.74% | - |
| XYZ | 15.11 | 14.23 | 50.09 | - |
| YUV | 95.14 | 180.97 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 189 | 0.79 | 0.44 | 0 | 0.26 | 213.83 | 0.65 | 0.45 |
| Hex | 28 | 69 | BD | 4F | 2C | 0 | 1A | D6 | 41 | 2D |
| Octal | 50 | 151 | 275 | 117 | 54 | 0 | 32 | 326 | 101 | 55 |
| Binary | 101000 | 1101001 | 10111101 | 1001111 | 101100 | 0 | 11010 | 11010110 | 1000001 | 101101 |
Color Harmonies of #2869BD
Complementary color
Monochromatic Colors of #2869BD
Black with #2869BD
Text Example
Text Example
White with #2869BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2869BD; }
p { color: rgb(40,105,189); }
H1.HeaderClassName
{
color: #2869BD;
}
.AnyTagClassName
{
color: #2869BD;
}
</style>
background-color css
<style>
a { background-color: #2869BD; }
a { background-color: rgb(40,105,189); }
div.DivClassName
{
background-color: #2869BD;
}
.BgClassName
{
background-color: #2869BD;
}
</style>
border-color css
<style>
span { border-color: #2869BD; }
span { border-color: rgb(40,105,189); }
td.TdClassName
{
border-color: #2869BD;
}
.TagClassName
{
border-color: #2869BD;
}
</style>