Shades of Denim #2867C3
Tints of Denim #2867C3
RGB
CMYK
RGB Variations
Color information
#2867C3 (or 0x2867C3) is known color: Denim. HEX triplet: 28, 67 and C3. RGB value is (40,103,195). Sum of RGB (Red+Green+Blue) = 40+103+195=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 195 (76.56% from 255 or 57.69% from 338); Max value from RGB is 195 - color contains mainly: blue. Hex color #2867C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2867C3 is #D7983C. Grayscale: #5E5E5E. Windows color (decimal): -14129213 or 12805928. OLE color: 12805928.
HSL color Cylindrical-coordinate representation of color #2867C3: hue angle of 215.61º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2867C3 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 103 | 195 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.24 |
| HSL | 215.61º | 0.66% | 0.46% | - |
| HSV(B) | 215.61º | 0.79% | 0.76% | - |
| XYZ | 15.58 | 14.09 | 53.53 | - |
| YUV | 94.65 | 184.63 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 195 | 0.79 | 0.47 | 0 | 0.24 | 215.61 | 0.66 | 0.46 |
| Hex | 28 | 67 | C3 | 4F | 2F | 0 | 18 | D8 | 42 | 2E |
| Octal | 50 | 147 | 303 | 117 | 57 | 0 | 30 | 330 | 102 | 56 |
| Binary | 101000 | 1100111 | 11000011 | 1001111 | 101111 | 0 | 11000 | 11011000 | 1000010 | 101110 |
Color Harmonies of #2867C3
Complementary color
Monochromatic Colors of #2867C3
Black with #2867C3
Text Example
Text Example
White with #2867C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867C3; }
p { color: rgb(40,103,195); }
H1.HeaderClassName
{
color: #2867C3;
}
.AnyTagClassName
{
color: #2867C3;
}
</style>
background-color css
<style>
a { background-color: #2867C3; }
a { background-color: rgb(40,103,195); }
div.DivClassName
{
background-color: #2867C3;
}
.BgClassName
{
background-color: #2867C3;
}
</style>
border-color css
<style>
span { border-color: #2867C3; }
span { border-color: rgb(40,103,195); }
td.TdClassName
{
border-color: #2867C3;
}
.TagClassName
{
border-color: #2867C3;
}
</style>