Shades of Denim #2D69BA
Tints of Denim #2D69BA
RGB
CMYK
RGB Variations
Color information
#2D69BA (or 0x2D69BA) is known color: Denim. HEX triplet: 2D, 69 and BA. RGB value is (45,105,186). Sum of RGB (Red+Green+Blue) = 45+105+186=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D69BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D69BA is #D29645. Grayscale: #5F5F5F. Windows color (decimal): -13801030 or 12216621. OLE color: 12216621.
HSL color Cylindrical-coordinate representation of color #2D69BA: hue angle of 214.47º 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 #2D69BA is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 105 | 186 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.27 |
| HSL | 214.47º | 0.61% | 0.45% | - |
| HSV(B) | 214.47º | 0.76% | 0.73% | - |
| XYZ | 15 | 14.21 | 48.41 | - |
| YUV | 96.29 | 178.62 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 186 | 0.76 | 0.44 | 0 | 0.27 | 214.47 | 0.61 | 0.45 |
| Hex | 2D | 69 | BA | 4C | 2C | 0 | 1B | D6 | 3D | 2D |
| Octal | 55 | 151 | 272 | 114 | 54 | 0 | 33 | 326 | 75 | 55 |
| Binary | 101101 | 1101001 | 10111010 | 1001100 | 101100 | 0 | 11011 | 11010110 | 111101 | 101101 |
Color Harmonies of #2D69BA
Complementary color
Monochromatic Colors of #2D69BA
Black with #2D69BA
Text Example
Text Example
White with #2D69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D69BA; }
p { color: rgb(45,105,186); }
H1.HeaderClassName
{
color: #2D69BA;
}
.AnyTagClassName
{
color: #2D69BA;
}
</style>
background-color css
<style>
a { background-color: #2D69BA; }
a { background-color: rgb(45,105,186); }
div.DivClassName
{
background-color: #2D69BA;
}
.BgClassName
{
background-color: #2D69BA;
}
</style>
border-color css
<style>
span { border-color: #2D69BA; }
span { border-color: rgb(45,105,186); }
td.TdClassName
{
border-color: #2D69BA;
}
.TagClassName
{
border-color: #2D69BA;
}
</style>