Shades of Denim #2B6ECD
Tints of Denim #2B6ECD
RGB
CMYK
RGB Variations
Color information
#2B6ECD (or 0x2B6ECD) is known color: Denim. HEX triplet: 2B, 6E and CD. RGB value is (43,110,205). Sum of RGB (Red+Green+Blue) = 43+110+205=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B6ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ECD is #D49132. Grayscale: #646464. Windows color (decimal): -13930803 or 13463083. OLE color: 13463083.
HSL color Cylindrical-coordinate representation of color #2B6ECD: hue angle of 215.19º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B6ECD is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 110 | 205 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.20 |
| HSL | 215.19º | 0.65% | 0.49% | - |
| HSV(B) | 215.19º | 0.79% | 0.8% | - |
| XYZ | 17.59 | 16.07 | 59.93 | - |
| YUV | 100.8 | 186.8 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 110 | 205 | 0.79 | 0.46 | 0 | 0.20 | 215.19 | 0.65 | 0.49 |
| Hex | 2B | 6E | CD | 4F | 2E | 0 | 14 | D7 | 41 | 31 |
| Octal | 53 | 156 | 315 | 117 | 56 | 0 | 24 | 327 | 101 | 61 |
| Binary | 101011 | 1101110 | 11001101 | 1001111 | 101110 | 0 | 10100 | 11010111 | 1000001 | 110001 |
Color Harmonies of #2B6ECD
Complementary color
Monochromatic Colors of #2B6ECD
Black with #2B6ECD
Text Example
Text Example
White with #2B6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6ECD; }
p { color: rgb(43,110,205); }
H1.HeaderClassName
{
color: #2B6ECD;
}
.AnyTagClassName
{
color: #2B6ECD;
}
</style>
background-color css
<style>
a { background-color: #2B6ECD; }
a { background-color: rgb(43,110,205); }
div.DivClassName
{
background-color: #2B6ECD;
}
.BgClassName
{
background-color: #2B6ECD;
}
</style>
border-color css
<style>
span { border-color: #2B6ECD; }
span { border-color: rgb(43,110,205); }
td.TdClassName
{
border-color: #2B6ECD;
}
.TagClassName
{
border-color: #2B6ECD;
}
</style>