Shades of Denim #2472BC
Tints of Denim #2472BC
RGB
CMYK
RGB Variations
Color information
#2472BC (or 0x2472BC) is known color: Denim. HEX triplet: 24, 72 and BC. RGB value is (36,114,188). Sum of RGB (Red+Green+Blue) = 36+114+188=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #2472BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472BC is #DB8D43. Grayscale: #626262. Windows color (decimal): -14388548 or 12349988. OLE color: 12349988.
HSL color Cylindrical-coordinate representation of color #2472BC: hue angle of 209.21º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2472BC is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 114 | 188 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.26 |
| HSL | 209.21º | 0.68% | 0.44% | - |
| HSV(B) | 209.21º | 0.81% | 0.74% | - |
| XYZ | 15.82 | 16.04 | 49.84 | - |
| YUV | 99.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 188 | 0.81 | 0.39 | 0 | 0.26 | 209.21 | 0.68 | 0.44 |
| Hex | 24 | 72 | BC | 51 | 27 | 0 | 1A | D1 | 44 | 2C |
| Octal | 44 | 162 | 274 | 121 | 47 | 0 | 32 | 321 | 104 | 54 |
| Binary | 100100 | 1110010 | 10111100 | 1010001 | 100111 | 0 | 11010 | 11010001 | 1000100 | 101100 |
Color Harmonies of #2472BC
Complementary color
Monochromatic Colors of #2472BC
Black with #2472BC
Text Example
Text Example
White with #2472BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2472BC; }
p { color: rgb(36,114,188); }
H1.HeaderClassName
{
color: #2472BC;
}
.AnyTagClassName
{
color: #2472BC;
}
</style>
background-color css
<style>
a { background-color: #2472BC; }
a { background-color: rgb(36,114,188); }
div.DivClassName
{
background-color: #2472BC;
}
.BgClassName
{
background-color: #2472BC;
}
</style>
border-color css
<style>
span { border-color: #2472BC; }
span { border-color: rgb(36,114,188); }
td.TdClassName
{
border-color: #2472BC;
}
.TagClassName
{
border-color: #2472BC;
}
</style>