Shades of Denim #2864BA
Tints of Denim #2864BA
RGB
CMYK
RGB Variations
Color information
#2864BA (or 0x2864BA) is known color: Denim. HEX triplet: 28, 64 and BA. RGB value is (40,100,186). Sum of RGB (Red+Green+Blue) = 40+100+186=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #2864BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864BA is #D79B45. Grayscale: #5B5B5B. Windows color (decimal): -14129990 or 12215336. OLE color: 12215336.
HSL color Cylindrical-coordinate representation of color #2864BA: hue angle of 215.34º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2864BA is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 100 | 186 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.27 |
| HSL | 215.34º | 0.65% | 0.44% | - |
| HSV(B) | 215.34º | 0.78% | 0.73% | - |
| XYZ | 14.3 | 13.11 | 48.23 | - |
| YUV | 91.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 186 | 0.78 | 0.46 | 0 | 0.27 | 215.34 | 0.65 | 0.44 |
| Hex | 28 | 64 | BA | 4E | 2E | 0 | 1B | D7 | 41 | 2C |
| Octal | 50 | 144 | 272 | 116 | 56 | 0 | 33 | 327 | 101 | 54 |
| Binary | 101000 | 1100100 | 10111010 | 1001110 | 101110 | 0 | 11011 | 11010111 | 1000001 | 101100 |
Color Harmonies of #2864BA
Complementary color
Monochromatic Colors of #2864BA
Black with #2864BA
Text Example
Text Example
White with #2864BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2864BA; }
p { color: rgb(40,100,186); }
H1.HeaderClassName
{
color: #2864BA;
}
.AnyTagClassName
{
color: #2864BA;
}
</style>
background-color css
<style>
a { background-color: #2864BA; }
a { background-color: rgb(40,100,186); }
div.DivClassName
{
background-color: #2864BA;
}
.BgClassName
{
background-color: #2864BA;
}
</style>
border-color css
<style>
span { border-color: #2864BA; }
span { border-color: rgb(40,100,186); }
td.TdClassName
{
border-color: #2864BA;
}
.TagClassName
{
border-color: #2864BA;
}
</style>