Shades of Denim #2865B3
Tints of Denim #2865B3
RGB
CMYK
RGB Variations
Color information
#2865B3 (or 0x2865B3) is known color: Denim. HEX triplet: 28, 65 and B3. RGB value is (40,101,179). Sum of RGB (Red+Green+Blue) = 40+101+179=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #2865B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865B3 is #D79A4C. Grayscale: #5B5B5B. Windows color (decimal): -14129741 or 11756840. OLE color: 11756840.
HSL color Cylindrical-coordinate representation of color #2865B3: hue angle of 213.67º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2865B3 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 101 | 179 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.30 |
| HSL | 213.67º | 0.63% | 0.43% | - |
| HSV(B) | 213.67º | 0.78% | 0.7% | - |
| XYZ | 13.67 | 13.01 | 44.44 | - |
| YUV | 91.65 | 177.29 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 179 | 0.78 | 0.44 | 0 | 0.30 | 213.67 | 0.63 | 0.43 |
| Hex | 28 | 65 | B3 | 4E | 2C | 0 | 1E | D6 | 3F | 2B |
| Octal | 50 | 145 | 263 | 116 | 54 | 0 | 36 | 326 | 77 | 53 |
| Binary | 101000 | 1100101 | 10110011 | 1001110 | 101100 | 0 | 11110 | 11010110 | 111111 | 101011 |
Color Harmonies of #2865B3
Complementary color
Monochromatic Colors of #2865B3
Black with #2865B3
Text Example
Text Example
White with #2865B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865B3; }
p { color: rgb(40,101,179); }
H1.HeaderClassName
{
color: #2865B3;
}
.AnyTagClassName
{
color: #2865B3;
}
</style>
background-color css
<style>
a { background-color: #2865B3; }
a { background-color: rgb(40,101,179); }
div.DivClassName
{
background-color: #2865B3;
}
.BgClassName
{
background-color: #2865B3;
}
</style>
border-color css
<style>
span { border-color: #2865B3; }
span { border-color: rgb(40,101,179); }
td.TdClassName
{
border-color: #2865B3;
}
.TagClassName
{
border-color: #2865B3;
}
</style>