Shades of Denim #2862B9
Tints of Denim #2862B9
RGB
CMYK
RGB Variations
Color information
#2862B9 (or 0x2862B9) is known color: Denim. HEX triplet: 28, 62 and B9. RGB value is (40,98,185). Sum of RGB (Red+Green+Blue) = 40+98+185=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #2862B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2862B9 is #D79D46. Grayscale: #5A5A5A. Windows color (decimal): -14130503 or 12149288. OLE color: 12149288.
HSL color Cylindrical-coordinate representation of color #2862B9: hue angle of 216º degrees, saturation: 0.64, 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 #2862B9 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 98 | 185 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.27 |
| HSL | 216º | 0.64% | 0.44% | - |
| HSV(B) | 216º | 0.78% | 0.73% | - |
| XYZ | 14 | 12.69 | 47.61 | - |
| YUV | 90.58 | 181.28 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 185 | 0.78 | 0.47 | 0 | 0.27 | 216 | 0.64 | 0.44 |
| Hex | 28 | 62 | B9 | 4E | 2F | 0 | 1B | D8 | 40 | 2C |
| Octal | 50 | 142 | 271 | 116 | 57 | 0 | 33 | 330 | 100 | 54 |
| Binary | 101000 | 1100010 | 10111001 | 1001110 | 101111 | 0 | 11011 | 11011000 | 1000000 | 101100 |
Color Harmonies of #2862B9
Complementary color
Monochromatic Colors of #2862B9
Black with #2862B9
Text Example
Text Example
White with #2862B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2862B9; }
p { color: rgb(40,98,185); }
H1.HeaderClassName
{
color: #2862B9;
}
.AnyTagClassName
{
color: #2862B9;
}
</style>
background-color css
<style>
a { background-color: #2862B9; }
a { background-color: rgb(40,98,185); }
div.DivClassName
{
background-color: #2862B9;
}
.BgClassName
{
background-color: #2862B9;
}
</style>
border-color css
<style>
span { border-color: #2862B9; }
span { border-color: rgb(40,98,185); }
td.TdClassName
{
border-color: #2862B9;
}
.TagClassName
{
border-color: #2862B9;
}
</style>