Shades of Denim #2869C1
Tints of Denim #2869C1
RGB
CMYK
RGB Variations
Color information
#2869C1 (or 0x2869C1) is known color: Denim. HEX triplet: 28, 69 and C1. RGB value is (40,105,193). Sum of RGB (Red+Green+Blue) = 40+105+193=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #2869C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2869C1 is #D7963E. Grayscale: #5F5F5F. Windows color (decimal): -14128703 or 12675368. OLE color: 12675368.
HSL color Cylindrical-coordinate representation of color #2869C1: hue angle of 214.51º 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 #2869C1 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 105 | 193 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.24 |
| HSL | 214.51º | 0.66% | 0.46% | - |
| HSV(B) | 214.51º | 0.79% | 0.76% | - |
| XYZ | 15.55 | 14.4 | 52.41 | - |
| YUV | 95.6 | 182.97 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 193 | 0.79 | 0.46 | 0 | 0.24 | 214.51 | 0.66 | 0.46 |
| Hex | 28 | 69 | C1 | 4F | 2E | 0 | 18 | D7 | 42 | 2E |
| Octal | 50 | 151 | 301 | 117 | 56 | 0 | 30 | 327 | 102 | 56 |
| Binary | 101000 | 1101001 | 11000001 | 1001111 | 101110 | 0 | 11000 | 11010111 | 1000010 | 101110 |
Color Harmonies of #2869C1
Complementary color
Monochromatic Colors of #2869C1
Black with #2869C1
Text Example
Text Example
White with #2869C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2869C1; }
p { color: rgb(40,105,193); }
H1.HeaderClassName
{
color: #2869C1;
}
.AnyTagClassName
{
color: #2869C1;
}
</style>
background-color css
<style>
a { background-color: #2869C1; }
a { background-color: rgb(40,105,193); }
div.DivClassName
{
background-color: #2869C1;
}
.BgClassName
{
background-color: #2869C1;
}
</style>
border-color css
<style>
span { border-color: #2869C1; }
span { border-color: rgb(40,105,193); }
td.TdClassName
{
border-color: #2869C1;
}
.TagClassName
{
border-color: #2869C1;
}
</style>