Shades of Denim #2864B3
Tints of Denim #2864B3
RGB
CMYK
RGB Variations
Color information
#2864B3 (or 0x2864B3) is known color: Denim. HEX triplet: 28, 64 and B3. RGB value is (40,100,179). Sum of RGB (Red+Green+Blue) = 40+100+179=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #2864B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864B3 is #D79B4C. Grayscale: #5A5A5A. Windows color (decimal): -14129997 or 11756584. OLE color: 11756584.
HSL color Cylindrical-coordinate representation of color #2864B3: hue angle of 214.1º 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 #2864B3 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 100 | 179 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.30 |
| HSL | 214.1º | 0.63% | 0.43% | - |
| HSV(B) | 214.1º | 0.78% | 0.7% | - |
| XYZ | 13.57 | 12.82 | 44.41 | - |
| YUV | 91.07 | 177.62 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 179 | 0.78 | 0.44 | 0 | 0.30 | 214.1 | 0.63 | 0.43 |
| Hex | 28 | 64 | B3 | 4E | 2C | 0 | 1E | D6 | 3F | 2B |
| Octal | 50 | 144 | 263 | 116 | 54 | 0 | 36 | 326 | 77 | 53 |
| Binary | 101000 | 1100100 | 10110011 | 1001110 | 101100 | 0 | 11110 | 11010110 | 111111 | 101011 |
Color Harmonies of #2864B3
Complementary color
Monochromatic Colors of #2864B3
Black with #2864B3
Text Example
Text Example
White with #2864B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2864B3; }
p { color: rgb(40,100,179); }
H1.HeaderClassName
{
color: #2864B3;
}
.AnyTagClassName
{
color: #2864B3;
}
</style>
background-color css
<style>
a { background-color: #2864B3; }
a { background-color: rgb(40,100,179); }
div.DivClassName
{
background-color: #2864B3;
}
.BgClassName
{
background-color: #2864B3;
}
</style>
border-color css
<style>
span { border-color: #2864B3; }
span { border-color: rgb(40,100,179); }
td.TdClassName
{
border-color: #2864B3;
}
.TagClassName
{
border-color: #2864B3;
}
</style>