Shades of Denim #2866CB
Tints of Denim #2866CB
RGB
CMYK
RGB Variations
Color information
#2866CB (or 0x2866CB) is known color: Denim. HEX triplet: 28, 66 and CB. RGB value is (40,102,203). Sum of RGB (Red+Green+Blue) = 40+102+203=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #2866CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2866CB is #D79934. Grayscale: #5E5E5E. Windows color (decimal): -14129461 or 13329960. OLE color: 13329960.
HSL color Cylindrical-coordinate representation of color #2866CB: hue angle of 217.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2866CB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 102 | 203 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.20 |
| HSL | 217.18º | 0.67% | 0.48% | - |
| HSV(B) | 217.18º | 0.8% | 0.8% | - |
| XYZ | 16.41 | 14.27 | 58.39 | - |
| YUV | 94.98 | 188.96 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 203 | 0.80 | 0.50 | 0 | 0.20 | 217.18 | 0.67 | 0.48 |
| Hex | 28 | 66 | CB | 50 | 32 | 0 | 14 | D9 | 43 | 30 |
| Octal | 50 | 146 | 313 | 120 | 62 | 0 | 24 | 331 | 103 | 60 |
| Binary | 101000 | 1100110 | 11001011 | 1010000 | 110010 | 0 | 10100 | 11011001 | 1000011 | 110000 |
Color Harmonies of #2866CB
Complementary color
Monochromatic Colors of #2866CB
Black with #2866CB
Text Example
Text Example
White with #2866CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2866CB; }
p { color: rgb(40,102,203); }
H1.HeaderClassName
{
color: #2866CB;
}
.AnyTagClassName
{
color: #2866CB;
}
</style>
background-color css
<style>
a { background-color: #2866CB; }
a { background-color: rgb(40,102,203); }
div.DivClassName
{
background-color: #2866CB;
}
.BgClassName
{
background-color: #2866CB;
}
</style>
border-color css
<style>
span { border-color: #2866CB; }
span { border-color: rgb(40,102,203); }
td.TdClassName
{
border-color: #2866CB;
}
.TagClassName
{
border-color: #2866CB;
}
</style>