Shades of Denim #2869C3
Tints of Denim #2869C3
RGB
CMYK
RGB Variations
Color information
#2869C3 (or 0x2869C3) is known color: Denim. HEX triplet: 28, 69 and C3. RGB value is (40,105,195). Sum of RGB (Red+Green+Blue) = 40+105+195=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 195 (76.56% from 255 or 57.35% from 340); Max value from RGB is 195 - color contains mainly: blue. Hex color #2869C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2869C3 is #D7963C. Grayscale: #5F5F5F. Windows color (decimal): -14128701 or 12806440. OLE color: 12806440.
HSL color Cylindrical-coordinate representation of color #2869C3: hue angle of 214.84º 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 #2869C3 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 105 | 195 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.24 |
| HSL | 214.84º | 0.66% | 0.46% | - |
| HSV(B) | 214.84º | 0.79% | 0.76% | - |
| XYZ | 15.78 | 14.49 | 53.6 | - |
| YUV | 95.83 | 183.97 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 195 | 0.79 | 0.46 | 0 | 0.24 | 214.84 | 0.66 | 0.46 |
| Hex | 28 | 69 | C3 | 4F | 2E | 0 | 18 | D7 | 42 | 2E |
| Octal | 50 | 151 | 303 | 117 | 56 | 0 | 30 | 327 | 102 | 56 |
| Binary | 101000 | 1101001 | 11000011 | 1001111 | 101110 | 0 | 11000 | 11010111 | 1000010 | 101110 |
Color Harmonies of #2869C3
Complementary color
Monochromatic Colors of #2869C3
Black with #2869C3
Text Example
Text Example
White with #2869C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2869C3; }
p { color: rgb(40,105,195); }
H1.HeaderClassName
{
color: #2869C3;
}
.AnyTagClassName
{
color: #2869C3;
}
</style>
background-color css
<style>
a { background-color: #2869C3; }
a { background-color: rgb(40,105,195); }
div.DivClassName
{
background-color: #2869C3;
}
.BgClassName
{
background-color: #2869C3;
}
</style>
border-color css
<style>
span { border-color: #2869C3; }
span { border-color: rgb(40,105,195); }
td.TdClassName
{
border-color: #2869C3;
}
.TagClassName
{
border-color: #2869C3;
}
</style>