Shades of Denim #2862B2
Tints of Denim #2862B2
RGB
CMYK
RGB Variations
Color information
#2862B2 (or 0x2862B2) is known color: Denim. HEX triplet: 28, 62 and B2. RGB value is (40,98,178). Sum of RGB (Red+Green+Blue) = 40+98+178=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 178 (69.92% from 255 or 56.33% from 316); Max value from RGB is 178 - color contains mainly: blue. Hex color #2862B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2862B2 is #D79D4D. Grayscale: #595959. Windows color (decimal): -14130510 or 11690536. OLE color: 11690536.
HSL color Cylindrical-coordinate representation of color #2862B2: hue angle of 214.78º 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 #2862B2 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 98 | 178 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.30 |
| HSL | 214.78º | 0.63% | 0.43% | - |
| HSV(B) | 214.78º | 0.78% | 0.7% | - |
| XYZ | 13.28 | 12.4 | 43.81 | - |
| YUV | 89.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 178 | 0.78 | 0.45 | 0 | 0.30 | 214.78 | 0.63 | 0.43 |
| Hex | 28 | 62 | B2 | 4E | 2D | 0 | 1E | D7 | 3F | 2B |
| Octal | 50 | 142 | 262 | 116 | 55 | 0 | 36 | 327 | 77 | 53 |
| Binary | 101000 | 1100010 | 10110010 | 1001110 | 101101 | 0 | 11110 | 11010111 | 111111 | 101011 |
Color Harmonies of #2862B2
Complementary color
Monochromatic Colors of #2862B2
Black with #2862B2
Text Example
Text Example
White with #2862B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2862B2; }
p { color: rgb(40,98,178); }
H1.HeaderClassName
{
color: #2862B2;
}
.AnyTagClassName
{
color: #2862B2;
}
</style>
background-color css
<style>
a { background-color: #2862B2; }
a { background-color: rgb(40,98,178); }
div.DivClassName
{
background-color: #2862B2;
}
.BgClassName
{
background-color: #2862B2;
}
</style>
border-color css
<style>
span { border-color: #2862B2; }
span { border-color: rgb(40,98,178); }
td.TdClassName
{
border-color: #2862B2;
}
.TagClassName
{
border-color: #2862B2;
}
</style>