Shades of Denim #286FBB
Tints of Denim #286FBB
RGB
CMYK
RGB Variations
Color information
#286FBB (or 0x286FBB) is known color: Denim. HEX triplet: 28, 6F and BB. RGB value is (40,111,187). Sum of RGB (Red+Green+Blue) = 40+111+187=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #286FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FBB is #D79044. Grayscale: #626262. Windows color (decimal): -14127173 or 12283688. OLE color: 12283688.
HSL color Cylindrical-coordinate representation of color #286FBB: hue angle of 211.02º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #286FBB is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 111 | 187 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.27 |
| HSL | 211.02º | 0.65% | 0.45% | - |
| HSV(B) | 211.02º | 0.79% | 0.73% | - |
| XYZ | 15.53 | 15.41 | 49.17 | - |
| YUV | 98.44 | 177.98 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 187 | 0.79 | 0.41 | 0 | 0.27 | 211.02 | 0.65 | 0.45 |
| Hex | 28 | 6F | BB | 4F | 29 | 0 | 1B | D3 | 41 | 2D |
| Octal | 50 | 157 | 273 | 117 | 51 | 0 | 33 | 323 | 101 | 55 |
| Binary | 101000 | 1101111 | 10111011 | 1001111 | 101001 | 0 | 11011 | 11010011 | 1000001 | 101101 |
Color Harmonies of #286FBB
Complementary color
Monochromatic Colors of #286FBB
Black with #286FBB
Text Example
Text Example
White with #286FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FBB; }
p { color: rgb(40,111,187); }
H1.HeaderClassName
{
color: #286FBB;
}
.AnyTagClassName
{
color: #286FBB;
}
</style>
background-color css
<style>
a { background-color: #286FBB; }
a { background-color: rgb(40,111,187); }
div.DivClassName
{
background-color: #286FBB;
}
.BgClassName
{
background-color: #286FBB;
}
</style>
border-color css
<style>
span { border-color: #286FBB; }
span { border-color: rgb(40,111,187); }
td.TdClassName
{
border-color: #286FBB;
}
.TagClassName
{
border-color: #286FBB;
}
</style>