Shades of Denim #2868BC
Tints of Denim #2868BC
RGB
CMYK
RGB Variations
Color information
#2868BC (or 0x2868BC) is known color: Denim. HEX triplet: 28, 68 and BC. RGB value is (40,104,188). Sum of RGB (Red+Green+Blue) = 40+104+188=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #2868BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2868BC is #D79743. Grayscale: #5E5E5E. Windows color (decimal): -14128964 or 12347432. OLE color: 12347432.
HSL color Cylindrical-coordinate representation of color #2868BC: hue angle of 214.05º 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 #2868BC is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 104 | 188 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.26 |
| HSL | 214.05º | 0.65% | 0.45% | - |
| HSV(B) | 214.05º | 0.79% | 0.74% | - |
| XYZ | 14.9 | 13.98 | 49.49 | - |
| YUV | 94.44 | 180.8 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 188 | 0.79 | 0.45 | 0 | 0.26 | 214.05 | 0.65 | 0.45 |
| Hex | 28 | 68 | BC | 4F | 2D | 0 | 1A | D6 | 41 | 2D |
| Octal | 50 | 150 | 274 | 117 | 55 | 0 | 32 | 326 | 101 | 55 |
| Binary | 101000 | 1101000 | 10111100 | 1001111 | 101101 | 0 | 11010 | 11010110 | 1000001 | 101101 |
Color Harmonies of #2868BC
Complementary color
Monochromatic Colors of #2868BC
Black with #2868BC
Text Example
Text Example
White with #2868BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2868BC; }
p { color: rgb(40,104,188); }
H1.HeaderClassName
{
color: #2868BC;
}
.AnyTagClassName
{
color: #2868BC;
}
</style>
background-color css
<style>
a { background-color: #2868BC; }
a { background-color: rgb(40,104,188); }
div.DivClassName
{
background-color: #2868BC;
}
.BgClassName
{
background-color: #2868BC;
}
</style>
border-color css
<style>
span { border-color: #2868BC; }
span { border-color: rgb(40,104,188); }
td.TdClassName
{
border-color: #2868BC;
}
.TagClassName
{
border-color: #2868BC;
}
</style>