Shades of Denim #2D6FC4
Tints of Denim #2D6FC4
RGB
CMYK
RGB Variations
Color information
#2D6FC4 (or 0x2D6FC4) is known color: Denim. HEX triplet: 2D, 6F and C4. RGB value is (45,111,196). Sum of RGB (Red+Green+Blue) = 45+111+196=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 196 (76.95% from 255 or 55.68% from 352); Max value from RGB is 196 - color contains mainly: blue. Hex color #2D6FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6FC4 is #D2903B. Grayscale: #646464. Windows color (decimal): -13799484 or 12873517. OLE color: 12873517.
HSL color Cylindrical-coordinate representation of color #2D6FC4: hue angle of 213.77º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D6FC4 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 111 | 196 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.23 |
| HSL | 213.77º | 0.63% | 0.47% | - |
| HSV(B) | 213.77º | 0.77% | 0.77% | - |
| XYZ | 16.73 | 15.91 | 54.41 | - |
| YUV | 100.96 | 181.63 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 111 | 196 | 0.77 | 0.43 | 0 | 0.23 | 213.77 | 0.63 | 0.47 |
| Hex | 2D | 6F | C4 | 4D | 2B | 0 | 17 | D6 | 3F | 2F |
| Octal | 55 | 157 | 304 | 115 | 53 | 0 | 27 | 326 | 77 | 57 |
| Binary | 101101 | 1101111 | 11000100 | 1001101 | 101011 | 0 | 10111 | 11010110 | 111111 | 101111 |
Color Harmonies of #2D6FC4
Complementary color
Monochromatic Colors of #2D6FC4
Black with #2D6FC4
Text Example
Text Example
White with #2D6FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6FC4; }
p { color: rgb(45,111,196); }
H1.HeaderClassName
{
color: #2D6FC4;
}
.AnyTagClassName
{
color: #2D6FC4;
}
</style>
background-color css
<style>
a { background-color: #2D6FC4; }
a { background-color: rgb(45,111,196); }
div.DivClassName
{
background-color: #2D6FC4;
}
.BgClassName
{
background-color: #2D6FC4;
}
</style>
border-color css
<style>
span { border-color: #2D6FC4; }
span { border-color: rgb(45,111,196); }
td.TdClassName
{
border-color: #2D6FC4;
}
.TagClassName
{
border-color: #2D6FC4;
}
</style>