Shades of Denim #286ECC
Tints of Denim #286ECC
RGB
CMYK
RGB Variations
Color information
#286ECC (or 0x286ECC) is known color: Denim. HEX triplet: 28, 6E and CC. RGB value is (40,110,204). Sum of RGB (Red+Green+Blue) = 40+110+204=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #286ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286ECC is #D79133. Grayscale: #636363. Windows color (decimal): -14127412 or 13397544. OLE color: 13397544.
HSL color Cylindrical-coordinate representation of color #286ECC: hue angle of 214.39º 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 #286ECC is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 110 | 204 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.2 |
| HSL | 214.39º | 0.67% | 0.48% | - |
| HSV(B) | 214.39º | 0.8% | 0.8% | - |
| XYZ | 17.35 | 15.96 | 59.29 | - |
| YUV | 99.79 | 186.81 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 204 | 0.80 | 0.46 | 0 | 0.2 | 214.39 | 0.67 | 0.48 |
| Hex | 28 | 6E | CC | 50 | 2E | 0 | 14 | D6 | 43 | 30 |
| Octal | 50 | 156 | 314 | 120 | 56 | 0 | 24 | 326 | 103 | 60 |
| Binary | 101000 | 1101110 | 11001100 | 1010000 | 101110 | 0 | 10100 | 11010110 | 1000011 | 110000 |
Color Harmonies of #286ECC
Complementary color
Monochromatic Colors of #286ECC
Black with #286ECC
Text Example
Text Example
White with #286ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286ECC; }
p { color: rgb(40,110,204); }
H1.HeaderClassName
{
color: #286ECC;
}
.AnyTagClassName
{
color: #286ECC;
}
</style>
background-color css
<style>
a { background-color: #286ECC; }
a { background-color: rgb(40,110,204); }
div.DivClassName
{
background-color: #286ECC;
}
.BgClassName
{
background-color: #286ECC;
}
</style>
border-color css
<style>
span { border-color: #286ECC; }
span { border-color: rgb(40,110,204); }
td.TdClassName
{
border-color: #286ECC;
}
.TagClassName
{
border-color: #286ECC;
}
</style>