Shades of Denim #2867C4
Tints of Denim #2867C4
RGB
CMYK
RGB Variations
Color information
#2867C4 (or 0x2867C4) is known color: Denim. HEX triplet: 28, 67 and C4. RGB value is (40,103,196). Sum of RGB (Red+Green+Blue) = 40+103+196=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #2867C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2867C4 is #D7983B. Grayscale: #5E5E5E. Windows color (decimal): -14129212 or 12871464. OLE color: 12871464.
HSL color Cylindrical-coordinate representation of color #2867C4: hue angle of 215.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2867C4 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 103 | 196 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.23 |
| HSL | 215.77º | 0.66% | 0.46% | - |
| HSV(B) | 215.77º | 0.8% | 0.77% | - |
| XYZ | 15.69 | 14.14 | 54.13 | - |
| YUV | 94.77 | 185.13 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 196 | 0.80 | 0.47 | 0 | 0.23 | 215.77 | 0.66 | 0.46 |
| Hex | 28 | 67 | C4 | 50 | 2F | 0 | 17 | D8 | 42 | 2E |
| Octal | 50 | 147 | 304 | 120 | 57 | 0 | 27 | 330 | 102 | 56 |
| Binary | 101000 | 1100111 | 11000100 | 1010000 | 101111 | 0 | 10111 | 11011000 | 1000010 | 101110 |
Color Harmonies of #2867C4
Complementary color
Monochromatic Colors of #2867C4
Black with #2867C4
Text Example
Text Example
White with #2867C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867C4; }
p { color: rgb(40,103,196); }
H1.HeaderClassName
{
color: #2867C4;
}
.AnyTagClassName
{
color: #2867C4;
}
</style>
background-color css
<style>
a { background-color: #2867C4; }
a { background-color: rgb(40,103,196); }
div.DivClassName
{
background-color: #2867C4;
}
.BgClassName
{
background-color: #2867C4;
}
</style>
border-color css
<style>
span { border-color: #2867C4; }
span { border-color: rgb(40,103,196); }
td.TdClassName
{
border-color: #2867C4;
}
.TagClassName
{
border-color: #2867C4;
}
</style>