Shades of Denim #2867B5
Tints of Denim #2867B5
RGB
CMYK
RGB Variations
Color information
#2867B5 (or 0x2867B5) is known color: Denim. HEX triplet: 28, 67 and B5. RGB value is (40,103,181). Sum of RGB (Red+Green+Blue) = 40+103+181=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #2867B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2867B5 is #D7984A. Grayscale: #5C5C5C. Windows color (decimal): -14129227 or 11888424. OLE color: 11888424.
HSL color Cylindrical-coordinate representation of color #2867B5: hue angle of 213.19º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2867B5 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 103 | 181 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.29 |
| HSL | 213.19º | 0.64% | 0.43% | - |
| HSV(B) | 213.19º | 0.78% | 0.71% | - |
| XYZ | 14.07 | 13.49 | 45.58 | - |
| YUV | 93.06 | 177.63 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 181 | 0.78 | 0.43 | 0 | 0.29 | 213.19 | 0.64 | 0.43 |
| Hex | 28 | 67 | B5 | 4E | 2B | 0 | 1D | D5 | 40 | 2B |
| Octal | 50 | 147 | 265 | 116 | 53 | 0 | 35 | 325 | 100 | 53 |
| Binary | 101000 | 1100111 | 10110101 | 1001110 | 101011 | 0 | 11101 | 11010101 | 1000000 | 101011 |
Color Harmonies of #2867B5
Complementary color
Monochromatic Colors of #2867B5
Black with #2867B5
Text Example
Text Example
White with #2867B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867B5; }
p { color: rgb(40,103,181); }
H1.HeaderClassName
{
color: #2867B5;
}
.AnyTagClassName
{
color: #2867B5;
}
</style>
background-color css
<style>
a { background-color: #2867B5; }
a { background-color: rgb(40,103,181); }
div.DivClassName
{
background-color: #2867B5;
}
.BgClassName
{
background-color: #2867B5;
}
</style>
border-color css
<style>
span { border-color: #2867B5; }
span { border-color: rgb(40,103,181); }
td.TdClassName
{
border-color: #2867B5;
}
.TagClassName
{
border-color: #2867B5;
}
</style>