Shades of Denim #2875D1
Tints of Denim #2875D1
RGB
CMYK
RGB Variations
Color information
#2875D1 (or 0x2875D1) is known color: Denim. HEX triplet: 28, 75 and D1. RGB value is (40,117,209). Sum of RGB (Red+Green+Blue) = 40+117+209=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #2875D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2875D1 is #D78A2E. Grayscale: #686868. Windows color (decimal): -14125615 or 13727016. OLE color: 13727016.
HSL color Cylindrical-coordinate representation of color #2875D1: hue angle of 212.66º 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 #2875D1 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 117 | 209 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.18 |
| HSL | 212.66º | 0.68% | 0.49% | - |
| HSV(B) | 212.66º | 0.81% | 0.82% | - |
| XYZ | 18.74 | 17.78 | 62.76 | - |
| YUV | 104.47 | 186.99 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 209 | 0.81 | 0.44 | 0 | 0.18 | 212.66 | 0.68 | 0.49 |
| Hex | 28 | 75 | D1 | 51 | 2C | 0 | 12 | D5 | 44 | 31 |
| Octal | 50 | 165 | 321 | 121 | 54 | 0 | 22 | 325 | 104 | 61 |
| Binary | 101000 | 1110101 | 11010001 | 1010001 | 101100 | 0 | 10010 | 11010101 | 1000100 | 110001 |
Color Harmonies of #2875D1
Complementary color
Monochromatic Colors of #2875D1
Black with #2875D1
Text Example
Text Example
White with #2875D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875D1; }
p { color: rgb(40,117,209); }
H1.HeaderClassName
{
color: #2875D1;
}
.AnyTagClassName
{
color: #2875D1;
}
</style>
background-color css
<style>
a { background-color: #2875D1; }
a { background-color: rgb(40,117,209); }
div.DivClassName
{
background-color: #2875D1;
}
.BgClassName
{
background-color: #2875D1;
}
</style>
border-color css
<style>
span { border-color: #2875D1; }
span { border-color: rgb(40,117,209); }
td.TdClassName
{
border-color: #2875D1;
}
.TagClassName
{
border-color: #2875D1;
}
</style>