Shades of Denim #286BC0
Tints of Denim #286BC0
RGB
CMYK
RGB Variations
Color information
#286BC0 (or 0x286BC0) is known color: Denim. HEX triplet: 28, 6B and C0. RGB value is (40,107,192). Sum of RGB (Red+Green+Blue) = 40+107+192=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #286BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BC0 is #D7943F. Grayscale: #606060. Windows color (decimal): -14128192 or 12610344. OLE color: 12610344.
HSL color Cylindrical-coordinate representation of color #286BC0: hue angle of 213.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #286BC0 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 107 | 192 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.25 |
| HSL | 213.55º | 0.66% | 0.45% | - |
| HSV(B) | 213.55º | 0.79% | 0.75% | - |
| XYZ | 15.65 | 14.77 | 51.9 | - |
| YUV | 96.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 192 | 0.79 | 0.44 | 0 | 0.25 | 213.55 | 0.66 | 0.45 |
| Hex | 28 | 6B | C0 | 4F | 2C | 0 | 19 | D6 | 42 | 2D |
| Octal | 50 | 153 | 300 | 117 | 54 | 0 | 31 | 326 | 102 | 55 |
| Binary | 101000 | 1101011 | 11000000 | 1001111 | 101100 | 0 | 11001 | 11010110 | 1000010 | 101101 |
Color Harmonies of #286BC0
Complementary color
Monochromatic Colors of #286BC0
Black with #286BC0
Text Example
Text Example
White with #286BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BC0; }
p { color: rgb(40,107,192); }
H1.HeaderClassName
{
color: #286BC0;
}
.AnyTagClassName
{
color: #286BC0;
}
</style>
background-color css
<style>
a { background-color: #286BC0; }
a { background-color: rgb(40,107,192); }
div.DivClassName
{
background-color: #286BC0;
}
.BgClassName
{
background-color: #286BC0;
}
</style>
border-color css
<style>
span { border-color: #286BC0; }
span { border-color: rgb(40,107,192); }
td.TdClassName
{
border-color: #286BC0;
}
.TagClassName
{
border-color: #286BC0;
}
</style>