Shades of Denim #2863BD
Tints of Denim #2863BD
RGB
CMYK
RGB Variations
Color information
#2863BD (or 0x2863BD) is known color: Denim. HEX triplet: 28, 63 and BD. RGB value is (40,99,189). Sum of RGB (Red+Green+Blue) = 40+99+189=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #2863BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2863BD is #D79C42. Grayscale: #5B5B5B. Windows color (decimal): -14130243 or 12411688. OLE color: 12411688.
HSL color Cylindrical-coordinate representation of color #2863BD: hue angle of 216.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2863BD is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 99 | 189 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.26 |
| HSL | 216.24º | 0.65% | 0.45% | - |
| HSV(B) | 216.24º | 0.79% | 0.74% | - |
| XYZ | 14.52 | 13.05 | 49.9 | - |
| YUV | 91.62 | 182.95 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 189 | 0.79 | 0.48 | 0 | 0.26 | 216.24 | 0.65 | 0.45 |
| Hex | 28 | 63 | BD | 4F | 30 | 0 | 1A | D8 | 41 | 2D |
| Octal | 50 | 143 | 275 | 117 | 60 | 0 | 32 | 330 | 101 | 55 |
| Binary | 101000 | 1100011 | 10111101 | 1001111 | 110000 | 0 | 11010 | 11011000 | 1000001 | 101101 |
Color Harmonies of #2863BD
Complementary color
Monochromatic Colors of #2863BD
Black with #2863BD
Text Example
Text Example
White with #2863BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863BD; }
p { color: rgb(40,99,189); }
H1.HeaderClassName
{
color: #2863BD;
}
.AnyTagClassName
{
color: #2863BD;
}
</style>
background-color css
<style>
a { background-color: #2863BD; }
a { background-color: rgb(40,99,189); }
div.DivClassName
{
background-color: #2863BD;
}
.BgClassName
{
background-color: #2863BD;
}
</style>
border-color css
<style>
span { border-color: #2863BD; }
span { border-color: rgb(40,99,189); }
td.TdClassName
{
border-color: #2863BD;
}
.TagClassName
{
border-color: #2863BD;
}
</style>