Shades of Denim #2865BB
Tints of Denim #2865BB
RGB
CMYK
RGB Variations
Color information
#2865BB (or 0x2865BB) is known color: Denim. HEX triplet: 28, 65 and BB. RGB value is (40,101,187). Sum of RGB (Red+Green+Blue) = 40+101+187=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #2865BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865BB is #D79A44. Grayscale: #5C5C5C. Windows color (decimal): -14129733 or 12281128. OLE color: 12281128.
HSL color Cylindrical-coordinate representation of color #2865BB: hue angle of 215.1º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2865BB is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 101 | 187 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.27 |
| HSL | 215.1º | 0.65% | 0.45% | - |
| HSV(B) | 215.1º | 0.79% | 0.73% | - |
| XYZ | 14.5 | 13.35 | 48.83 | - |
| YUV | 92.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 187 | 0.79 | 0.46 | 0 | 0.27 | 215.1 | 0.65 | 0.45 |
| Hex | 28 | 65 | BB | 4F | 2E | 0 | 1B | D7 | 41 | 2D |
| Octal | 50 | 145 | 273 | 117 | 56 | 0 | 33 | 327 | 101 | 55 |
| Binary | 101000 | 1100101 | 10111011 | 1001111 | 101110 | 0 | 11011 | 11010111 | 1000001 | 101101 |
Color Harmonies of #2865BB
Complementary color
Monochromatic Colors of #2865BB
Black with #2865BB
Text Example
Text Example
White with #2865BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865BB; }
p { color: rgb(40,101,187); }
H1.HeaderClassName
{
color: #2865BB;
}
.AnyTagClassName
{
color: #2865BB;
}
</style>
background-color css
<style>
a { background-color: #2865BB; }
a { background-color: rgb(40,101,187); }
div.DivClassName
{
background-color: #2865BB;
}
.BgClassName
{
background-color: #2865BB;
}
</style>
border-color css
<style>
span { border-color: #2865BB; }
span { border-color: rgb(40,101,187); }
td.TdClassName
{
border-color: #2865BB;
}
.TagClassName
{
border-color: #2865BB;
}
</style>