Shades of Denim #2867CE
Tints of Denim #2867CE
RGB
CMYK
RGB Variations
Color information
#2867CE (or 0x2867CE) is known color: Denim. HEX triplet: 28, 67 and CE. RGB value is (40,103,206). Sum of RGB (Red+Green+Blue) = 40+103+206=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #2867CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2867CE is #D79831. Grayscale: #5F5F5F. Windows color (decimal): -14129202 or 13526824. OLE color: 13526824.
HSL color Cylindrical-coordinate representation of color #2867CE: hue angle of 217.23º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2867CE is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 103 | 206 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.19 |
| HSL | 217.23º | 0.67% | 0.48% | - |
| HSV(B) | 217.23º | 0.81% | 0.81% | - |
| XYZ | 16.87 | 14.61 | 60.32 | - |
| YUV | 95.91 | 190.13 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 206 | 0.81 | 0.50 | 0 | 0.19 | 217.23 | 0.67 | 0.48 |
| Hex | 28 | 67 | CE | 51 | 32 | 0 | 13 | D9 | 43 | 30 |
| Octal | 50 | 147 | 316 | 121 | 62 | 0 | 23 | 331 | 103 | 60 |
| Binary | 101000 | 1100111 | 11001110 | 1010001 | 110010 | 0 | 10011 | 11011001 | 1000011 | 110000 |
Color Harmonies of #2867CE
Complementary color
Monochromatic Colors of #2867CE
Black with #2867CE
Text Example
Text Example
White with #2867CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867CE; }
p { color: rgb(40,103,206); }
H1.HeaderClassName
{
color: #2867CE;
}
.AnyTagClassName
{
color: #2867CE;
}
</style>
background-color css
<style>
a { background-color: #2867CE; }
a { background-color: rgb(40,103,206); }
div.DivClassName
{
background-color: #2867CE;
}
.BgClassName
{
background-color: #2867CE;
}
</style>
border-color css
<style>
span { border-color: #2867CE; }
span { border-color: rgb(40,103,206); }
td.TdClassName
{
border-color: #2867CE;
}
.TagClassName
{
border-color: #2867CE;
}
</style>