Shades of Denim #286CB9
Tints of Denim #286CB9
RGB
CMYK
RGB Variations
Color information
#286CB9 (or 0x286CB9) is known color: Denim. HEX triplet: 28, 6C and B9. RGB value is (40,108,185). Sum of RGB (Red+Green+Blue) = 40+108+185=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #286CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CB9 is #D79346. Grayscale: #606060. Windows color (decimal): -14127943 or 12151848. OLE color: 12151848.
HSL color Cylindrical-coordinate representation of color #286CB9: hue angle of 211.86º 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 #286CB9 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 108 | 185 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.27 |
| HSL | 211.86º | 0.64% | 0.44% | - |
| HSV(B) | 211.86º | 0.78% | 0.73% | - |
| XYZ | 14.99 | 14.68 | 47.94 | - |
| YUV | 96.45 | 177.97 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 185 | 0.78 | 0.42 | 0 | 0.27 | 211.86 | 0.64 | 0.44 |
| Hex | 28 | 6C | B9 | 4E | 2A | 0 | 1B | D4 | 40 | 2C |
| Octal | 50 | 154 | 271 | 116 | 52 | 0 | 33 | 324 | 100 | 54 |
| Binary | 101000 | 1101100 | 10111001 | 1001110 | 101010 | 0 | 11011 | 11010100 | 1000000 | 101100 |
Color Harmonies of #286CB9
Complementary color
Monochromatic Colors of #286CB9
Black with #286CB9
Text Example
Text Example
White with #286CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CB9; }
p { color: rgb(40,108,185); }
H1.HeaderClassName
{
color: #286CB9;
}
.AnyTagClassName
{
color: #286CB9;
}
</style>
background-color css
<style>
a { background-color: #286CB9; }
a { background-color: rgb(40,108,185); }
div.DivClassName
{
background-color: #286CB9;
}
.BgClassName
{
background-color: #286CB9;
}
</style>
border-color css
<style>
span { border-color: #286CB9; }
span { border-color: rgb(40,108,185); }
td.TdClassName
{
border-color: #286CB9;
}
.TagClassName
{
border-color: #286CB9;
}
</style>