Shades of Denim #2862BA
Tints of Denim #2862BA
RGB
CMYK
RGB Variations
Color information
#2862BA (or 0x2862BA) is known color: Denim. HEX triplet: 28, 62 and BA. RGB value is (40,98,186). Sum of RGB (Red+Green+Blue) = 40+98+186=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #2862BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2862BA is #D79D45. Grayscale: #5A5A5A. Windows color (decimal): -14130502 or 12214824. OLE color: 12214824.
HSL color Cylindrical-coordinate representation of color #2862BA: hue angle of 216.16º 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 #2862BA is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 98 | 186 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.27 |
| HSL | 216.16º | 0.65% | 0.44% | - |
| HSV(B) | 216.16º | 0.78% | 0.73% | - |
| XYZ | 14.11 | 12.73 | 48.17 | - |
| YUV | 90.69 | 181.78 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 186 | 0.78 | 0.47 | 0 | 0.27 | 216.16 | 0.65 | 0.44 |
| Hex | 28 | 62 | BA | 4E | 2F | 0 | 1B | D8 | 41 | 2C |
| Octal | 50 | 142 | 272 | 116 | 57 | 0 | 33 | 330 | 101 | 54 |
| Binary | 101000 | 1100010 | 10111010 | 1001110 | 101111 | 0 | 11011 | 11011000 | 1000001 | 101100 |
Color Harmonies of #2862BA
Complementary color
Monochromatic Colors of #2862BA
Black with #2862BA
Text Example
Text Example
White with #2862BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2862BA; }
p { color: rgb(40,98,186); }
H1.HeaderClassName
{
color: #2862BA;
}
.AnyTagClassName
{
color: #2862BA;
}
</style>
background-color css
<style>
a { background-color: #2862BA; }
a { background-color: rgb(40,98,186); }
div.DivClassName
{
background-color: #2862BA;
}
.BgClassName
{
background-color: #2862BA;
}
</style>
border-color css
<style>
span { border-color: #2862BA; }
span { border-color: rgb(40,98,186); }
td.TdClassName
{
border-color: #2862BA;
}
.TagClassName
{
border-color: #2862BA;
}
</style>