Shades of Denim #286FC1
Tints of Denim #286FC1
RGB
CMYK
RGB Variations
Color information
#286FC1 (or 0x286FC1) is known color: Denim. HEX triplet: 28, 6F and C1. RGB value is (40,111,193). Sum of RGB (Red+Green+Blue) = 40+111+193=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #286FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FC1 is #D7903E. Grayscale: #626262. Windows color (decimal): -14127167 or 12676904. OLE color: 12676904.
HSL color Cylindrical-coordinate representation of color #286FC1: hue angle of 212.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #286FC1 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 111 | 193 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.24 |
| HSL | 212.16º | 0.66% | 0.46% | - |
| HSV(B) | 212.16º | 0.79% | 0.76% | - |
| XYZ | 16.19 | 15.67 | 52.62 | - |
| YUV | 99.12 | 180.98 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 193 | 0.79 | 0.42 | 0 | 0.24 | 212.16 | 0.66 | 0.46 |
| Hex | 28 | 6F | C1 | 4F | 2A | 0 | 18 | D4 | 42 | 2E |
| Octal | 50 | 157 | 301 | 117 | 52 | 0 | 30 | 324 | 102 | 56 |
| Binary | 101000 | 1101111 | 11000001 | 1001111 | 101010 | 0 | 11000 | 11010100 | 1000010 | 101110 |
Color Harmonies of #286FC1
Complementary color
Monochromatic Colors of #286FC1
Black with #286FC1
Text Example
Text Example
White with #286FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FC1; }
p { color: rgb(40,111,193); }
H1.HeaderClassName
{
color: #286FC1;
}
.AnyTagClassName
{
color: #286FC1;
}
</style>
background-color css
<style>
a { background-color: #286FC1; }
a { background-color: rgb(40,111,193); }
div.DivClassName
{
background-color: #286FC1;
}
.BgClassName
{
background-color: #286FC1;
}
</style>
border-color css
<style>
span { border-color: #286FC1; }
span { border-color: rgb(40,111,193); }
td.TdClassName
{
border-color: #286FC1;
}
.TagClassName
{
border-color: #286FC1;
}
</style>