Shades of Denim #286CB8
Tints of Denim #286CB8
RGB
CMYK
RGB Variations
Color information
#286CB8 (or 0x286CB8) is known color: Denim. HEX triplet: 28, 6C and B8. RGB value is (40,108,184). Sum of RGB (Red+Green+Blue) = 40+108+184=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #286CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CB8 is #D79347. Grayscale: #5F5F5F. Windows color (decimal): -14127944 or 12086312. OLE color: 12086312.
HSL color Cylindrical-coordinate representation of color #286CB8: hue angle of 211.67º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #286CB8 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 108 | 184 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.28 |
| HSL | 211.67º | 0.64% | 0.44% | - |
| HSV(B) | 211.67º | 0.78% | 0.72% | - |
| XYZ | 14.89 | 14.64 | 47.39 | - |
| YUV | 96.33 | 177.47 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 184 | 0.78 | 0.41 | 0 | 0.28 | 211.67 | 0.64 | 0.44 |
| Hex | 28 | 6C | B8 | 4E | 29 | 0 | 1C | D4 | 40 | 2C |
| Octal | 50 | 154 | 270 | 116 | 51 | 0 | 34 | 324 | 100 | 54 |
| Binary | 101000 | 1101100 | 10111000 | 1001110 | 101001 | 0 | 11100 | 11010100 | 1000000 | 101100 |
Color Harmonies of #286CB8
Complementary color
Monochromatic Colors of #286CB8
Black with #286CB8
Text Example
Text Example
White with #286CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CB8; }
p { color: rgb(40,108,184); }
H1.HeaderClassName
{
color: #286CB8;
}
.AnyTagClassName
{
color: #286CB8;
}
</style>
background-color css
<style>
a { background-color: #286CB8; }
a { background-color: rgb(40,108,184); }
div.DivClassName
{
background-color: #286CB8;
}
.BgClassName
{
background-color: #286CB8;
}
</style>
border-color css
<style>
span { border-color: #286CB8; }
span { border-color: rgb(40,108,184); }
td.TdClassName
{
border-color: #286CB8;
}
.TagClassName
{
border-color: #286CB8;
}
</style>