Shades of Denim #2D6ABC
Tints of Denim #2D6ABC
RGB
CMYK
RGB Variations
Color information
#2D6ABC (or 0x2D6ABC) is known color: Denim. HEX triplet: 2D, 6A and BC. RGB value is (45,106,188). Sum of RGB (Red+Green+Blue) = 45+106+188=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D6ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6ABC is #D29543. Grayscale: #606060. Windows color (decimal): -13800772 or 12347949. OLE color: 12347949.
HSL color Cylindrical-coordinate representation of color #2D6ABC: hue angle of 214.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D6ABC is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 106 | 188 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.26 |
| HSL | 214.41º | 0.61% | 0.46% | - |
| HSV(B) | 214.41º | 0.76% | 0.74% | - |
| XYZ | 15.31 | 14.5 | 49.57 | - |
| YUV | 97.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 106 | 188 | 0.76 | 0.44 | 0 | 0.26 | 214.41 | 0.61 | 0.46 |
| Hex | 2D | 6A | BC | 4C | 2C | 0 | 1A | D6 | 3D | 2E |
| Octal | 55 | 152 | 274 | 114 | 54 | 0 | 32 | 326 | 75 | 56 |
| Binary | 101101 | 1101010 | 10111100 | 1001100 | 101100 | 0 | 11010 | 11010110 | 111101 | 101110 |
Color Harmonies of #2D6ABC
Complementary color
Monochromatic Colors of #2D6ABC
Black with #2D6ABC
Text Example
Text Example
White with #2D6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6ABC; }
p { color: rgb(45,106,188); }
H1.HeaderClassName
{
color: #2D6ABC;
}
.AnyTagClassName
{
color: #2D6ABC;
}
</style>
background-color css
<style>
a { background-color: #2D6ABC; }
a { background-color: rgb(45,106,188); }
div.DivClassName
{
background-color: #2D6ABC;
}
.BgClassName
{
background-color: #2D6ABC;
}
</style>
border-color css
<style>
span { border-color: #2D6ABC; }
span { border-color: rgb(45,106,188); }
td.TdClassName
{
border-color: #2D6ABC;
}
.TagClassName
{
border-color: #2D6ABC;
}
</style>