Shades of Denim #2865B6
Tints of Denim #2865B6
RGB
CMYK
RGB Variations
Color information
#2865B6 (or 0x2865B6) is known color: Denim. HEX triplet: 28, 65 and B6. RGB value is (40,101,182). Sum of RGB (Red+Green+Blue) = 40+101+182=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #2865B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865B6 is #D79A49. Grayscale: #5B5B5B. Windows color (decimal): -14129738 or 11953448. OLE color: 11953448.
HSL color Cylindrical-coordinate representation of color #2865B6: hue angle of 214.23º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2865B6 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 101 | 182 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.29 |
| HSL | 214.23º | 0.64% | 0.44% | - |
| HSV(B) | 214.23º | 0.78% | 0.71% | - |
| XYZ | 13.97 | 13.14 | 46.06 | - |
| YUV | 92 | 178.79 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 182 | 0.78 | 0.45 | 0 | 0.29 | 214.23 | 0.64 | 0.44 |
| Hex | 28 | 65 | B6 | 4E | 2D | 0 | 1D | D6 | 40 | 2C |
| Octal | 50 | 145 | 266 | 116 | 55 | 0 | 35 | 326 | 100 | 54 |
| Binary | 101000 | 1100101 | 10110110 | 1001110 | 101101 | 0 | 11101 | 11010110 | 1000000 | 101100 |
Color Harmonies of #2865B6
Complementary color
Monochromatic Colors of #2865B6
Black with #2865B6
Text Example
Text Example
White with #2865B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865B6; }
p { color: rgb(40,101,182); }
H1.HeaderClassName
{
color: #2865B6;
}
.AnyTagClassName
{
color: #2865B6;
}
</style>
background-color css
<style>
a { background-color: #2865B6; }
a { background-color: rgb(40,101,182); }
div.DivClassName
{
background-color: #2865B6;
}
.BgClassName
{
background-color: #2865B6;
}
</style>
border-color css
<style>
span { border-color: #2865B6; }
span { border-color: rgb(40,101,182); }
td.TdClassName
{
border-color: #2865B6;
}
.TagClassName
{
border-color: #2865B6;
}
</style>