Shades of Denim #286DCB
Tints of Denim #286DCB
RGB
CMYK
RGB Variations
Color information
#286DCB (or 0x286DCB) is known color: Denim. HEX triplet: 28, 6D and CB. RGB value is (40,109,203). Sum of RGB (Red+Green+Blue) = 40+109+203=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #286DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286DCB is #D79234. Grayscale: #626262. Windows color (decimal): -14127669 or 13331752. OLE color: 13331752.
HSL color Cylindrical-coordinate representation of color #286DCB: hue angle of 214.6º 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 #286DCB is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 109 | 203 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.20 |
| HSL | 214.6º | 0.67% | 0.48% | - |
| HSV(B) | 214.6º | 0.8% | 0.8% | - |
| XYZ | 17.12 | 15.7 | 58.63 | - |
| YUV | 99.09 | 186.64 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 203 | 0.80 | 0.46 | 0 | 0.20 | 214.6 | 0.67 | 0.48 |
| Hex | 28 | 6D | CB | 50 | 2E | 0 | 14 | D7 | 43 | 30 |
| Octal | 50 | 155 | 313 | 120 | 56 | 0 | 24 | 327 | 103 | 60 |
| Binary | 101000 | 1101101 | 11001011 | 1010000 | 101110 | 0 | 10100 | 11010111 | 1000011 | 110000 |
Color Harmonies of #286DCB
Complementary color
Monochromatic Colors of #286DCB
Black with #286DCB
Text Example
Text Example
White with #286DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286DCB; }
p { color: rgb(40,109,203); }
H1.HeaderClassName
{
color: #286DCB;
}
.AnyTagClassName
{
color: #286DCB;
}
</style>
background-color css
<style>
a { background-color: #286DCB; }
a { background-color: rgb(40,109,203); }
div.DivClassName
{
background-color: #286DCB;
}
.BgClassName
{
background-color: #286DCB;
}
</style>
border-color css
<style>
span { border-color: #286DCB; }
span { border-color: rgb(40,109,203); }
td.TdClassName
{
border-color: #286DCB;
}
.TagClassName
{
border-color: #286DCB;
}
</style>