Shades of Denim #2874CE
Tints of Denim #2874CE
RGB
CMYK
RGB Variations
Color information
#2874CE (or 0x2874CE) is known color: Denim. HEX triplet: 28, 74 and CE. RGB value is (40,116,206). Sum of RGB (Red+Green+Blue) = 40+116+206=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #2874CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2874CE is #D78B31. Grayscale: #676767. Windows color (decimal): -14125874 or 13530152. OLE color: 13530152.
HSL color Cylindrical-coordinate representation of color #2874CE: hue angle of 212.53º 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 #2874CE is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 116 | 206 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.19 |
| HSL | 212.53º | 0.67% | 0.48% | - |
| HSV(B) | 212.53º | 0.81% | 0.81% | - |
| XYZ | 18.26 | 17.4 | 60.79 | - |
| YUV | 103.54 | 185.82 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 206 | 0.81 | 0.44 | 0 | 0.19 | 212.53 | 0.67 | 0.48 |
| Hex | 28 | 74 | CE | 51 | 2C | 0 | 13 | D5 | 43 | 30 |
| Octal | 50 | 164 | 316 | 121 | 54 | 0 | 23 | 325 | 103 | 60 |
| Binary | 101000 | 1110100 | 11001110 | 1010001 | 101100 | 0 | 10011 | 11010101 | 1000011 | 110000 |
Color Harmonies of #2874CE
Complementary color
Monochromatic Colors of #2874CE
Black with #2874CE
Text Example
Text Example
White with #2874CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2874CE; }
p { color: rgb(40,116,206); }
H1.HeaderClassName
{
color: #2874CE;
}
.AnyTagClassName
{
color: #2874CE;
}
</style>
background-color css
<style>
a { background-color: #2874CE; }
a { background-color: rgb(40,116,206); }
div.DivClassName
{
background-color: #2874CE;
}
.BgClassName
{
background-color: #2874CE;
}
</style>
border-color css
<style>
span { border-color: #2874CE; }
span { border-color: rgb(40,116,206); }
td.TdClassName
{
border-color: #2874CE;
}
.TagClassName
{
border-color: #2874CE;
}
</style>