Shades of Denim #286BBC
Tints of Denim #286BBC
RGB
CMYK
RGB Variations
Color information
#286BBC (or 0x286BBC) is known color: Denim. HEX triplet: 28, 6B and BC. RGB value is (40,107,188). Sum of RGB (Red+Green+Blue) = 40+107+188=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #286BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BBC is #D79443. Grayscale: #5F5F5F. Windows color (decimal): -14128196 or 12348200. OLE color: 12348200.
HSL color Cylindrical-coordinate representation of color #286BBC: hue angle of 212.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #286BBC is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 107 | 188 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.26 |
| HSL | 212.84º | 0.65% | 0.45% | - |
| HSV(B) | 212.84º | 0.79% | 0.74% | - |
| XYZ | 15.21 | 14.6 | 49.59 | - |
| YUV | 96.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 188 | 0.79 | 0.43 | 0 | 0.26 | 212.84 | 0.65 | 0.45 |
| Hex | 28 | 6B | BC | 4F | 2B | 0 | 1A | D5 | 41 | 2D |
| Octal | 50 | 153 | 274 | 117 | 53 | 0 | 32 | 325 | 101 | 55 |
| Binary | 101000 | 1101011 | 10111100 | 1001111 | 101011 | 0 | 11010 | 11010101 | 1000001 | 101101 |
Color Harmonies of #286BBC
Complementary color
Monochromatic Colors of #286BBC
Black with #286BBC
Text Example
Text Example
White with #286BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BBC; }
p { color: rgb(40,107,188); }
H1.HeaderClassName
{
color: #286BBC;
}
.AnyTagClassName
{
color: #286BBC;
}
</style>
background-color css
<style>
a { background-color: #286BBC; }
a { background-color: rgb(40,107,188); }
div.DivClassName
{
background-color: #286BBC;
}
.BgClassName
{
background-color: #286BBC;
}
</style>
border-color css
<style>
span { border-color: #286BBC; }
span { border-color: rgb(40,107,188); }
td.TdClassName
{
border-color: #286BBC;
}
.TagClassName
{
border-color: #286BBC;
}
</style>