Shades of Denim #286BCC
Tints of Denim #286BCC
RGB
CMYK
RGB Variations
Color information
#286BCC (or 0x286BCC) is known color: Denim. HEX triplet: 28, 6B and CC. RGB value is (40,107,204). Sum of RGB (Red+Green+Blue) = 40+107+204=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #286BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BCC is #D79433. Grayscale: #616161. Windows color (decimal): -14128180 or 13396776. OLE color: 13396776.
HSL color Cylindrical-coordinate representation of color #286BCC: hue angle of 215.49º 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 #286BCC is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 107 | 204 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.2 |
| HSL | 215.49º | 0.67% | 0.48% | - |
| HSV(B) | 215.49º | 0.8% | 0.8% | - |
| XYZ | 17.03 | 15.33 | 59.19 | - |
| YUV | 98.03 | 187.8 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 204 | 0.80 | 0.48 | 0 | 0.2 | 215.49 | 0.67 | 0.48 |
| Hex | 28 | 6B | CC | 50 | 30 | 0 | 14 | D7 | 43 | 30 |
| Octal | 50 | 153 | 314 | 120 | 60 | 0 | 24 | 327 | 103 | 60 |
| Binary | 101000 | 1101011 | 11001100 | 1010000 | 110000 | 0 | 10100 | 11010111 | 1000011 | 110000 |
Color Harmonies of #286BCC
Complementary color
Monochromatic Colors of #286BCC
Black with #286BCC
Text Example
Text Example
White with #286BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BCC; }
p { color: rgb(40,107,204); }
H1.HeaderClassName
{
color: #286BCC;
}
.AnyTagClassName
{
color: #286BCC;
}
</style>
background-color css
<style>
a { background-color: #286BCC; }
a { background-color: rgb(40,107,204); }
div.DivClassName
{
background-color: #286BCC;
}
.BgClassName
{
background-color: #286BCC;
}
</style>
border-color css
<style>
span { border-color: #286BCC; }
span { border-color: rgb(40,107,204); }
td.TdClassName
{
border-color: #286BCC;
}
.TagClassName
{
border-color: #286BCC;
}
</style>