Shades of Denim #286BCD
Tints of Denim #286BCD
RGB
CMYK
RGB Variations
Color information
#286BCD (or 0x286BCD) is known color: Denim. HEX triplet: 28, 6B and CD. RGB value is (40,107,205). Sum of RGB (Red+Green+Blue) = 40+107+205=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #286BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BCD is #D79432. Grayscale: #616161. Windows color (decimal): -14128179 or 13462312. OLE color: 13462312.
HSL color Cylindrical-coordinate representation of color #286BCD: hue angle of 215.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #286BCD is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 107 | 205 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.20 |
| HSL | 215.64º | 0.67% | 0.48% | - |
| HSV(B) | 215.64º | 0.8% | 0.8% | - |
| XYZ | 17.15 | 15.37 | 59.82 | - |
| YUV | 98.14 | 188.3 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 205 | 0.80 | 0.48 | 0 | 0.20 | 215.64 | 0.67 | 0.48 |
| Hex | 28 | 6B | CD | 50 | 30 | 0 | 14 | D8 | 43 | 30 |
| Octal | 50 | 153 | 315 | 120 | 60 | 0 | 24 | 330 | 103 | 60 |
| Binary | 101000 | 1101011 | 11001101 | 1010000 | 110000 | 0 | 10100 | 11011000 | 1000011 | 110000 |
Color Harmonies of #286BCD
Complementary color
Monochromatic Colors of #286BCD
Black with #286BCD
Text Example
Text Example
White with #286BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BCD; }
p { color: rgb(40,107,205); }
H1.HeaderClassName
{
color: #286BCD;
}
.AnyTagClassName
{
color: #286BCD;
}
</style>
background-color css
<style>
a { background-color: #286BCD; }
a { background-color: rgb(40,107,205); }
div.DivClassName
{
background-color: #286BCD;
}
.BgClassName
{
background-color: #286BCD;
}
</style>
border-color css
<style>
span { border-color: #286BCD; }
span { border-color: rgb(40,107,205); }
td.TdClassName
{
border-color: #286BCD;
}
.TagClassName
{
border-color: #286BCD;
}
</style>