Shades of Denim #286CCD
Tints of Denim #286CCD
RGB
CMYK
RGB Variations
Color information
#286CCD (or 0x286CCD) is known color: Denim. HEX triplet: 28, 6C and CD. RGB value is (40,108,205). Sum of RGB (Red+Green+Blue) = 40+108+205=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #286CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CCD is #D79332. Grayscale: #626262. Windows color (decimal): -14127923 or 13462568. OLE color: 13462568.
HSL color Cylindrical-coordinate representation of color #286CCD: hue angle of 215.27º 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 #286CCD is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 108 | 205 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.20 |
| HSL | 215.27º | 0.67% | 0.48% | - |
| HSV(B) | 215.27º | 0.8% | 0.8% | - |
| XYZ | 17.26 | 15.58 | 59.86 | - |
| YUV | 98.73 | 187.97 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 205 | 0.80 | 0.47 | 0 | 0.20 | 215.27 | 0.67 | 0.48 |
| Hex | 28 | 6C | CD | 50 | 2F | 0 | 14 | D7 | 43 | 30 |
| Octal | 50 | 154 | 315 | 120 | 57 | 0 | 24 | 327 | 103 | 60 |
| Binary | 101000 | 1101100 | 11001101 | 1010000 | 101111 | 0 | 10100 | 11010111 | 1000011 | 110000 |
Color Harmonies of #286CCD
Complementary color
Monochromatic Colors of #286CCD
Black with #286CCD
Text Example
Text Example
White with #286CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CCD; }
p { color: rgb(40,108,205); }
H1.HeaderClassName
{
color: #286CCD;
}
.AnyTagClassName
{
color: #286CCD;
}
</style>
background-color css
<style>
a { background-color: #286CCD; }
a { background-color: rgb(40,108,205); }
div.DivClassName
{
background-color: #286CCD;
}
.BgClassName
{
background-color: #286CCD;
}
</style>
border-color css
<style>
span { border-color: #286CCD; }
span { border-color: rgb(40,108,205); }
td.TdClassName
{
border-color: #286CCD;
}
.TagClassName
{
border-color: #286CCD;
}
</style>