Shades of Denim #286EB8
Tints of Denim #286EB8
RGB
CMYK
RGB Variations
Color information
#286EB8 (or 0x286EB8) is known color: Denim. HEX triplet: 28, 6E and B8. RGB value is (40,110,184). Sum of RGB (Red+Green+Blue) = 40+110+184=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 184 (72.27% from 255 or 55.09% from 334); Max value from RGB is 184 - color contains mainly: blue. Hex color #286EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286EB8 is #D79147. Grayscale: #616161. Windows color (decimal): -14127432 or 12086824. OLE color: 12086824.
HSL color Cylindrical-coordinate representation of color #286EB8: hue angle of 210.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #286EB8 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 110 | 184 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.28 |
| HSL | 210.83º | 0.64% | 0.44% | - |
| HSV(B) | 210.83º | 0.78% | 0.72% | - |
| XYZ | 15.1 | 15.06 | 47.46 | - |
| YUV | 97.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 184 | 0.78 | 0.40 | 0 | 0.28 | 210.83 | 0.64 | 0.44 |
| Hex | 28 | 6E | B8 | 4E | 28 | 0 | 1C | D3 | 40 | 2C |
| Octal | 50 | 156 | 270 | 116 | 50 | 0 | 34 | 323 | 100 | 54 |
| Binary | 101000 | 1101110 | 10111000 | 1001110 | 101000 | 0 | 11100 | 11010011 | 1000000 | 101100 |
Color Harmonies of #286EB8
Complementary color
Monochromatic Colors of #286EB8
Black with #286EB8
Text Example
Text Example
White with #286EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EB8; }
p { color: rgb(40,110,184); }
H1.HeaderClassName
{
color: #286EB8;
}
.AnyTagClassName
{
color: #286EB8;
}
</style>
background-color css
<style>
a { background-color: #286EB8; }
a { background-color: rgb(40,110,184); }
div.DivClassName
{
background-color: #286EB8;
}
.BgClassName
{
background-color: #286EB8;
}
</style>
border-color css
<style>
span { border-color: #286EB8; }
span { border-color: rgb(40,110,184); }
td.TdClassName
{
border-color: #286EB8;
}
.TagClassName
{
border-color: #286EB8;
}
</style>