Shades of Denim #286BC6
Tints of Denim #286BC6
RGB
CMYK
RGB Variations
Color information
#286BC6 (or 0x286BC6) is known color: Denim. HEX triplet: 28, 6B and C6. RGB value is (40,107,198). Sum of RGB (Red+Green+Blue) = 40+107+198=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #286BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BC6 is #D79439. Grayscale: #606060. Windows color (decimal): -14128186 or 13003560. OLE color: 13003560.
HSL color Cylindrical-coordinate representation of color #286BC6: hue angle of 214.56º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #286BC6 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 107 | 198 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.22 |
| HSL | 214.56º | 0.66% | 0.47% | - |
| HSV(B) | 214.56º | 0.8% | 0.78% | - |
| XYZ | 16.33 | 15.04 | 55.47 | - |
| YUV | 97.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 198 | 0.80 | 0.46 | 0 | 0.22 | 214.56 | 0.66 | 0.47 |
| Hex | 28 | 6B | C6 | 50 | 2E | 0 | 16 | D7 | 42 | 2F |
| Octal | 50 | 153 | 306 | 120 | 56 | 0 | 26 | 327 | 102 | 57 |
| Binary | 101000 | 1101011 | 11000110 | 1010000 | 101110 | 0 | 10110 | 11010111 | 1000010 | 101111 |
Color Harmonies of #286BC6
Complementary color
Monochromatic Colors of #286BC6
Black with #286BC6
Text Example
Text Example
White with #286BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BC6; }
p { color: rgb(40,107,198); }
H1.HeaderClassName
{
color: #286BC6;
}
.AnyTagClassName
{
color: #286BC6;
}
</style>
background-color css
<style>
a { background-color: #286BC6; }
a { background-color: rgb(40,107,198); }
div.DivClassName
{
background-color: #286BC6;
}
.BgClassName
{
background-color: #286BC6;
}
</style>
border-color css
<style>
span { border-color: #286BC6; }
span { border-color: rgb(40,107,198); }
td.TdClassName
{
border-color: #286BC6;
}
.TagClassName
{
border-color: #286BC6;
}
</style>