Shades of Denim #2865C9
Tints of Denim #2865C9
RGB
CMYK
RGB Variations
Color information
#2865C9 (or 0x2865C9) is known color: Denim. HEX triplet: 28, 65 and C9. RGB value is (40,101,201). Sum of RGB (Red+Green+Blue) = 40+101+201=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #2865C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865C9 is #D79A36. Grayscale: #5D5D5D. Windows color (decimal): -14129719 or 13198632. OLE color: 13198632.
HSL color Cylindrical-coordinate representation of color #2865C9: hue angle of 217.27º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2865C9 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 101 | 201 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.21 |
| HSL | 217.27º | 0.67% | 0.47% | - |
| HSV(B) | 217.27º | 0.8% | 0.79% | - |
| XYZ | 16.07 | 13.98 | 57.11 | - |
| YUV | 94.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 201 | 0.80 | 0.50 | 0 | 0.21 | 217.27 | 0.67 | 0.47 |
| Hex | 28 | 65 | C9 | 50 | 32 | 0 | 15 | D9 | 43 | 2F |
| Octal | 50 | 145 | 311 | 120 | 62 | 0 | 25 | 331 | 103 | 57 |
| Binary | 101000 | 1100101 | 11001001 | 1010000 | 110010 | 0 | 10101 | 11011001 | 1000011 | 101111 |
Color Harmonies of #2865C9
Complementary color
Monochromatic Colors of #2865C9
Black with #2865C9
Text Example
Text Example
White with #2865C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865C9; }
p { color: rgb(40,101,201); }
H1.HeaderClassName
{
color: #2865C9;
}
.AnyTagClassName
{
color: #2865C9;
}
</style>
background-color css
<style>
a { background-color: #2865C9; }
a { background-color: rgb(40,101,201); }
div.DivClassName
{
background-color: #2865C9;
}
.BgClassName
{
background-color: #2865C9;
}
</style>
border-color css
<style>
span { border-color: #2865C9; }
span { border-color: rgb(40,101,201); }
td.TdClassName
{
border-color: #2865C9;
}
.TagClassName
{
border-color: #2865C9;
}
</style>