Shades of Denim #2867BB
Tints of Denim #2867BB
RGB
CMYK
RGB Variations
Color information
#2867BB (or 0x2867BB) is known color: Denim. HEX triplet: 28, 67 and BB. RGB value is (40,103,187). Sum of RGB (Red+Green+Blue) = 40+103+187=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #2867BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2867BB is #D79844. Grayscale: #5D5D5D. Windows color (decimal): -14129221 or 12281640. OLE color: 12281640.
HSL color Cylindrical-coordinate representation of color #2867BB: hue angle of 214.29º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2867BB is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 103 | 187 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.27 |
| HSL | 214.29º | 0.65% | 0.45% | - |
| HSV(B) | 214.29º | 0.79% | 0.73% | - |
| XYZ | 14.69 | 13.74 | 48.89 | - |
| YUV | 93.74 | 180.63 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 187 | 0.79 | 0.45 | 0 | 0.27 | 214.29 | 0.65 | 0.45 |
| Hex | 28 | 67 | BB | 4F | 2D | 0 | 1B | D6 | 41 | 2D |
| Octal | 50 | 147 | 273 | 117 | 55 | 0 | 33 | 326 | 101 | 55 |
| Binary | 101000 | 1100111 | 10111011 | 1001111 | 101101 | 0 | 11011 | 11010110 | 1000001 | 101101 |
Color Harmonies of #2867BB
Complementary color
Monochromatic Colors of #2867BB
Black with #2867BB
Text Example
Text Example
White with #2867BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867BB; }
p { color: rgb(40,103,187); }
H1.HeaderClassName
{
color: #2867BB;
}
.AnyTagClassName
{
color: #2867BB;
}
</style>
background-color css
<style>
a { background-color: #2867BB; }
a { background-color: rgb(40,103,187); }
div.DivClassName
{
background-color: #2867BB;
}
.BgClassName
{
background-color: #2867BB;
}
</style>
border-color css
<style>
span { border-color: #2867BB; }
span { border-color: rgb(40,103,187); }
td.TdClassName
{
border-color: #2867BB;
}
.TagClassName
{
border-color: #2867BB;
}
</style>