Shades of Denim #2D6BBA
Tints of Denim #2D6BBA
RGB
CMYK
RGB Variations
Color information
#2D6BBA (or 0x2D6BBA) is known color: Denim. HEX triplet: 2D, 6B and BA. RGB value is (45,107,186). Sum of RGB (Red+Green+Blue) = 45+107+186=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6BBA is #D29445. Grayscale: #616161. Windows color (decimal): -13800518 or 12217133. OLE color: 12217133.
HSL color Cylindrical-coordinate representation of color #2D6BBA: hue angle of 213.62º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D6BBA is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 107 | 186 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.27 |
| HSL | 213.62º | 0.61% | 0.45% | - |
| HSV(B) | 213.62º | 0.76% | 0.73% | - |
| XYZ | 15.2 | 14.62 | 48.47 | - |
| YUV | 97.47 | 177.96 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 107 | 186 | 0.76 | 0.42 | 0 | 0.27 | 213.62 | 0.61 | 0.45 |
| Hex | 2D | 6B | BA | 4C | 2A | 0 | 1B | D6 | 3D | 2D |
| Octal | 55 | 153 | 272 | 114 | 52 | 0 | 33 | 326 | 75 | 55 |
| Binary | 101101 | 1101011 | 10111010 | 1001100 | 101010 | 0 | 11011 | 11010110 | 111101 | 101101 |
Color Harmonies of #2D6BBA
Complementary color
Monochromatic Colors of #2D6BBA
Black with #2D6BBA
Text Example
Text Example
White with #2D6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6BBA; }
p { color: rgb(45,107,186); }
H1.HeaderClassName
{
color: #2D6BBA;
}
.AnyTagClassName
{
color: #2D6BBA;
}
</style>
background-color css
<style>
a { background-color: #2D6BBA; }
a { background-color: rgb(45,107,186); }
div.DivClassName
{
background-color: #2D6BBA;
}
.BgClassName
{
background-color: #2D6BBA;
}
</style>
border-color css
<style>
span { border-color: #2D6BBA; }
span { border-color: rgb(45,107,186); }
td.TdClassName
{
border-color: #2D6BBA;
}
.TagClassName
{
border-color: #2D6BBA;
}
</style>