Shades of Denim #2D6ECA
Tints of Denim #2D6ECA
RGB
CMYK
RGB Variations
Color information
#2D6ECA (or 0x2D6ECA) is known color: Denim. HEX triplet: 2D, 6E and CA. RGB value is (45,110,202). Sum of RGB (Red+Green+Blue) = 45+110+202=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D6ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6ECA is #D29135. Grayscale: #646464. Windows color (decimal): -13799734 or 13266477. OLE color: 13266477.
HSL color Cylindrical-coordinate representation of color #2D6ECA: hue angle of 215.16º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6ECA is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 110 | 202 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.21 |
| HSL | 215.16º | 0.64% | 0.48% | - |
| HSV(B) | 215.16º | 0.78% | 0.79% | - |
| XYZ | 17.32 | 15.97 | 58.05 | - |
| YUV | 101.05 | 184.97 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 110 | 202 | 0.78 | 0.46 | 0 | 0.21 | 215.16 | 0.64 | 0.48 |
| Hex | 2D | 6E | CA | 4E | 2E | 0 | 15 | D7 | 40 | 30 |
| Octal | 55 | 156 | 312 | 116 | 56 | 0 | 25 | 327 | 100 | 60 |
| Binary | 101101 | 1101110 | 11001010 | 1001110 | 101110 | 0 | 10101 | 11010111 | 1000000 | 110000 |
Color Harmonies of #2D6ECA
Complementary color
Monochromatic Colors of #2D6ECA
Black with #2D6ECA
Text Example
Text Example
White with #2D6ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6ECA; }
p { color: rgb(45,110,202); }
H1.HeaderClassName
{
color: #2D6ECA;
}
.AnyTagClassName
{
color: #2D6ECA;
}
</style>
background-color css
<style>
a { background-color: #2D6ECA; }
a { background-color: rgb(45,110,202); }
div.DivClassName
{
background-color: #2D6ECA;
}
.BgClassName
{
background-color: #2D6ECA;
}
</style>
border-color css
<style>
span { border-color: #2D6ECA; }
span { border-color: rgb(45,110,202); }
td.TdClassName
{
border-color: #2D6ECA;
}
.TagClassName
{
border-color: #2D6ECA;
}
</style>