Shades of Denim #2D6BBF
Tints of Denim #2D6BBF
RGB
CMYK
RGB Variations
Color information
#2D6BBF (or 0x2D6BBF) is known color: Denim. HEX triplet: 2D, 6B and BF. RGB value is (45,107,191). Sum of RGB (Red+Green+Blue) = 45+107+191=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D6BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6BBF is #D29440. Grayscale: #616161. Windows color (decimal): -13800513 or 12544813. OLE color: 12544813.
HSL color Cylindrical-coordinate representation of color #2D6BBF: hue angle of 214.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D6BBF is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 107 | 191 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.25 |
| HSL | 214.52º | 0.62% | 0.46% | - |
| HSV(B) | 214.52º | 0.76% | 0.75% | - |
| XYZ | 15.74 | 14.83 | 51.32 | - |
| YUV | 98.04 | 180.46 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 191 | 0.76 | 0.44 | 0 | 0.25 | 214.52 | 0.62 | 0.46 |
| Hex | 2D | 6B | BF | 4C | 2C | 0 | 19 | D7 | 3E | 2E |
| Octal | 55 | 153 | 277 | 114 | 54 | 0 | 31 | 327 | 76 | 56 |
| Binary | 101101 | 1101011 | 10111111 | 1001100 | 101100 | 0 | 11001 | 11010111 | 111110 | 101110 |
Color Harmonies of #2D6BBF
Complementary color
Monochromatic Colors of #2D6BBF
Black with #2D6BBF
Text Example
Text Example
White with #2D6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6BBF; }
p { color: rgb(45,107,191); }
H1.HeaderClassName
{
color: #2D6BBF;
}
.AnyTagClassName
{
color: #2D6BBF;
}
</style>
background-color css
<style>
a { background-color: #2D6BBF; }
a { background-color: rgb(45,107,191); }
div.DivClassName
{
background-color: #2D6BBF;
}
.BgClassName
{
background-color: #2D6BBF;
}
</style>
border-color css
<style>
span { border-color: #2D6BBF; }
span { border-color: rgb(45,107,191); }
td.TdClassName
{
border-color: #2D6BBF;
}
.TagClassName
{
border-color: #2D6BBF;
}
</style>