Shades of Denim #2867BD
Tints of Denim #2867BD
RGB
CMYK
RGB Variations
Color information
#2867BD (or 0x2867BD) is known color: Denim. HEX triplet: 28, 67 and BD. RGB value is (40,103,189). Sum of RGB (Red+Green+Blue) = 40+103+189=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #2867BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2867BD is #D79842. Grayscale: #5D5D5D. Windows color (decimal): -14129219 or 12412712. OLE color: 12412712.
HSL color Cylindrical-coordinate representation of color #2867BD: hue angle of 214.63º 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 #2867BD is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 103 | 189 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.26 |
| HSL | 214.63º | 0.65% | 0.45% | - |
| HSV(B) | 214.63º | 0.79% | 0.74% | - |
| XYZ | 14.91 | 13.83 | 50.03 | - |
| YUV | 93.97 | 181.63 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 189 | 0.79 | 0.46 | 0 | 0.26 | 214.63 | 0.65 | 0.45 |
| Hex | 28 | 67 | BD | 4F | 2E | 0 | 1A | D7 | 41 | 2D |
| Octal | 50 | 147 | 275 | 117 | 56 | 0 | 32 | 327 | 101 | 55 |
| Binary | 101000 | 1100111 | 10111101 | 1001111 | 101110 | 0 | 11010 | 11010111 | 1000001 | 101101 |
Color Harmonies of #2867BD
Complementary color
Monochromatic Colors of #2867BD
Black with #2867BD
Text Example
Text Example
White with #2867BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867BD; }
p { color: rgb(40,103,189); }
H1.HeaderClassName
{
color: #2867BD;
}
.AnyTagClassName
{
color: #2867BD;
}
</style>
background-color css
<style>
a { background-color: #2867BD; }
a { background-color: rgb(40,103,189); }
div.DivClassName
{
background-color: #2867BD;
}
.BgClassName
{
background-color: #2867BD;
}
</style>
border-color css
<style>
span { border-color: #2867BD; }
span { border-color: rgb(40,103,189); }
td.TdClassName
{
border-color: #2867BD;
}
.TagClassName
{
border-color: #2867BD;
}
</style>