Shades of Denim #2863B3
Tints of Denim #2863B3
RGB
CMYK
RGB Variations
Color information
#2863B3 (or 0x2863B3) is known color: Denim. HEX triplet: 28, 63 and B3. RGB value is (40,99,179). Sum of RGB (Red+Green+Blue) = 40+99+179=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #2863B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863B3 is #D79C4C. Grayscale: #5A5A5A. Windows color (decimal): -14130253 or 11756328. OLE color: 11756328.
HSL color Cylindrical-coordinate representation of color #2863B3: hue angle of 214.53º 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 #2863B3 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 99 | 179 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.30 |
| HSL | 214.53º | 0.63% | 0.43% | - |
| HSV(B) | 214.53º | 0.78% | 0.7% | - |
| XYZ | 13.47 | 12.63 | 44.38 | - |
| YUV | 90.48 | 177.95 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 179 | 0.78 | 0.45 | 0 | 0.30 | 214.53 | 0.63 | 0.43 |
| Hex | 28 | 63 | B3 | 4E | 2D | 0 | 1E | D7 | 3F | 2B |
| Octal | 50 | 143 | 263 | 116 | 55 | 0 | 36 | 327 | 77 | 53 |
| Binary | 101000 | 1100011 | 10110011 | 1001110 | 101101 | 0 | 11110 | 11010111 | 111111 | 101011 |
Color Harmonies of #2863B3
Complementary color
Monochromatic Colors of #2863B3
Black with #2863B3
Text Example
Text Example
White with #2863B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863B3; }
p { color: rgb(40,99,179); }
H1.HeaderClassName
{
color: #2863B3;
}
.AnyTagClassName
{
color: #2863B3;
}
</style>
background-color css
<style>
a { background-color: #2863B3; }
a { background-color: rgb(40,99,179); }
div.DivClassName
{
background-color: #2863B3;
}
.BgClassName
{
background-color: #2863B3;
}
</style>
border-color css
<style>
span { border-color: #2863B3; }
span { border-color: rgb(40,99,179); }
td.TdClassName
{
border-color: #2863B3;
}
.TagClassName
{
border-color: #2863B3;
}
</style>