Shades of Denim #286CBA
Tints of Denim #286CBA
RGB
CMYK
RGB Variations
Color information
#286CBA (or 0x286CBA) is known color: Denim. HEX triplet: 28, 6C and BA. RGB value is (40,108,186). Sum of RGB (Red+Green+Blue) = 40+108+186=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #286CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CBA is #D79345. Grayscale: #606060. Windows color (decimal): -14127942 or 12217384. OLE color: 12217384.
HSL color Cylindrical-coordinate representation of color #286CBA: hue angle of 212.05º 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 #286CBA is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 108 | 186 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.27 |
| HSL | 212.05º | 0.65% | 0.44% | - |
| HSV(B) | 212.05º | 0.78% | 0.73% | - |
| XYZ | 15.1 | 14.72 | 48.5 | - |
| YUV | 96.56 | 178.47 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 186 | 0.78 | 0.42 | 0 | 0.27 | 212.05 | 0.65 | 0.44 |
| Hex | 28 | 6C | BA | 4E | 2A | 0 | 1B | D4 | 41 | 2C |
| Octal | 50 | 154 | 272 | 116 | 52 | 0 | 33 | 324 | 101 | 54 |
| Binary | 101000 | 1101100 | 10111010 | 1001110 | 101010 | 0 | 11011 | 11010100 | 1000001 | 101100 |
Color Harmonies of #286CBA
Complementary color
Monochromatic Colors of #286CBA
Black with #286CBA
Text Example
Text Example
White with #286CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CBA; }
p { color: rgb(40,108,186); }
H1.HeaderClassName
{
color: #286CBA;
}
.AnyTagClassName
{
color: #286CBA;
}
</style>
background-color css
<style>
a { background-color: #286CBA; }
a { background-color: rgb(40,108,186); }
div.DivClassName
{
background-color: #286CBA;
}
.BgClassName
{
background-color: #286CBA;
}
</style>
border-color css
<style>
span { border-color: #286CBA; }
span { border-color: rgb(40,108,186); }
td.TdClassName
{
border-color: #286CBA;
}
.TagClassName
{
border-color: #286CBA;
}
</style>