Shades of Denim #286BB9
Tints of Denim #286BB9
RGB
CMYK
RGB Variations
Color information
#286BB9 (or 0x286BB9) is known color: Denim. HEX triplet: 28, 6B and B9. RGB value is (40,107,185). Sum of RGB (Red+Green+Blue) = 40+107+185=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 185 (72.66% from 255 or 55.72% from 332); Max value from RGB is 185 - color contains mainly: blue. Hex color #286BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BB9 is #D79446. Grayscale: #5F5F5F. Windows color (decimal): -14128199 or 12151592. OLE color: 12151592.
HSL color Cylindrical-coordinate representation of color #286BB9: hue angle of 212.28º degrees, saturation: 0.64, 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 #286BB9 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 107 | 185 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.27 |
| HSL | 212.28º | 0.64% | 0.44% | - |
| HSV(B) | 212.28º | 0.78% | 0.73% | - |
| XYZ | 14.89 | 14.47 | 47.91 | - |
| YUV | 95.86 | 178.3 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 185 | 0.78 | 0.42 | 0 | 0.27 | 212.28 | 0.64 | 0.44 |
| Hex | 28 | 6B | B9 | 4E | 2A | 0 | 1B | D4 | 40 | 2C |
| Octal | 50 | 153 | 271 | 116 | 52 | 0 | 33 | 324 | 100 | 54 |
| Binary | 101000 | 1101011 | 10111001 | 1001110 | 101010 | 0 | 11011 | 11010100 | 1000000 | 101100 |
Color Harmonies of #286BB9
Complementary color
Monochromatic Colors of #286BB9
Black with #286BB9
Text Example
Text Example
White with #286BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BB9; }
p { color: rgb(40,107,185); }
H1.HeaderClassName
{
color: #286BB9;
}
.AnyTagClassName
{
color: #286BB9;
}
</style>
background-color css
<style>
a { background-color: #286BB9; }
a { background-color: rgb(40,107,185); }
div.DivClassName
{
background-color: #286BB9;
}
.BgClassName
{
background-color: #286BB9;
}
</style>
border-color css
<style>
span { border-color: #286BB9; }
span { border-color: rgb(40,107,185); }
td.TdClassName
{
border-color: #286BB9;
}
.TagClassName
{
border-color: #286BB9;
}
</style>