Shades of Denim #2874D0
Tints of Denim #2874D0
RGB
CMYK
RGB Variations
Color information
#2874D0 (or 0x2874D0) is known color: Denim. HEX triplet: 28, 74 and D0. RGB value is (40,116,208). Sum of RGB (Red+Green+Blue) = 40+116+208=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 208 (81.64% from 255 or 57.14% from 364); Max value from RGB is 208 - color contains mainly: blue. Hex color #2874D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2874D0 is #D78B2F. Grayscale: #676767. Windows color (decimal): -14125872 or 13661224. OLE color: 13661224.
HSL color Cylindrical-coordinate representation of color #2874D0: hue angle of 212.86º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2874D0 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 116 | 208 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.18 |
| HSL | 212.86º | 0.68% | 0.49% | - |
| HSV(B) | 212.86º | 0.81% | 0.82% | - |
| XYZ | 18.51 | 17.5 | 62.08 | - |
| YUV | 103.76 | 186.82 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 208 | 0.81 | 0.44 | 0 | 0.18 | 212.86 | 0.68 | 0.49 |
| Hex | 28 | 74 | D0 | 51 | 2C | 0 | 12 | D5 | 44 | 31 |
| Octal | 50 | 164 | 320 | 121 | 54 | 0 | 22 | 325 | 104 | 61 |
| Binary | 101000 | 1110100 | 11010000 | 1010001 | 101100 | 0 | 10010 | 11010101 | 1000100 | 110001 |
Color Harmonies of #2874D0
Complementary color
Monochromatic Colors of #2874D0
Black with #2874D0
Text Example
Text Example
White with #2874D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2874D0; }
p { color: rgb(40,116,208); }
H1.HeaderClassName
{
color: #2874D0;
}
.AnyTagClassName
{
color: #2874D0;
}
</style>
background-color css
<style>
a { background-color: #2874D0; }
a { background-color: rgb(40,116,208); }
div.DivClassName
{
background-color: #2874D0;
}
.BgClassName
{
background-color: #2874D0;
}
</style>
border-color css
<style>
span { border-color: #2874D0; }
span { border-color: rgb(40,116,208); }
td.TdClassName
{
border-color: #2874D0;
}
.TagClassName
{
border-color: #2874D0;
}
</style>