Shades of Denim #286EBA
Tints of Denim #286EBA
RGB
CMYK
RGB Variations
Color information
#286EBA (or 0x286EBA) is known color: Denim. HEX triplet: 28, 6E and BA. RGB value is (40,110,186). Sum of RGB (Red+Green+Blue) = 40+110+186=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #286EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286EBA is #D79145. Grayscale: #616161. Windows color (decimal): -14127430 or 12217896. OLE color: 12217896.
HSL color Cylindrical-coordinate representation of color #286EBA: hue angle of 211.23º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #286EBA is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 110 | 186 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.27 |
| HSL | 211.23º | 0.65% | 0.44% | - |
| HSV(B) | 211.23º | 0.78% | 0.73% | - |
| XYZ | 15.31 | 15.15 | 48.57 | - |
| YUV | 97.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 186 | 0.78 | 0.41 | 0 | 0.27 | 211.23 | 0.65 | 0.44 |
| Hex | 28 | 6E | BA | 4E | 29 | 0 | 1B | D3 | 41 | 2C |
| Octal | 50 | 156 | 272 | 116 | 51 | 0 | 33 | 323 | 101 | 54 |
| Binary | 101000 | 1101110 | 10111010 | 1001110 | 101001 | 0 | 11011 | 11010011 | 1000001 | 101100 |
Color Harmonies of #286EBA
Complementary color
Monochromatic Colors of #286EBA
Black with #286EBA
Text Example
Text Example
White with #286EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EBA; }
p { color: rgb(40,110,186); }
H1.HeaderClassName
{
color: #286EBA;
}
.AnyTagClassName
{
color: #286EBA;
}
</style>
background-color css
<style>
a { background-color: #286EBA; }
a { background-color: rgb(40,110,186); }
div.DivClassName
{
background-color: #286EBA;
}
.BgClassName
{
background-color: #286EBA;
}
</style>
border-color css
<style>
span { border-color: #286EBA; }
span { border-color: rgb(40,110,186); }
td.TdClassName
{
border-color: #286EBA;
}
.TagClassName
{
border-color: #286EBA;
}
</style>