Shades of Denim #2472BF
Tints of Denim #2472BF
RGB
CMYK
RGB Variations
Color information
#2472BF (or 0x2472BF) is known color: Denim. HEX triplet: 24, 72 and BF. RGB value is (36,114,191). Sum of RGB (Red+Green+Blue) = 36+114+191=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #2472BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2472BF is #DB8D40. Grayscale: #636363. Windows color (decimal): -14388545 or 12546596. OLE color: 12546596.
HSL color Cylindrical-coordinate representation of color #2472BF: hue angle of 209.81º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2472BF is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 114 | 191 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.25 |
| HSL | 209.81º | 0.68% | 0.45% | - |
| HSV(B) | 209.81º | 0.81% | 0.75% | - |
| XYZ | 16.15 | 16.17 | 51.56 | - |
| YUV | 99.46 | 179.66 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 191 | 0.81 | 0.40 | 0 | 0.25 | 209.81 | 0.68 | 0.45 |
| Hex | 24 | 72 | BF | 51 | 28 | 0 | 19 | D2 | 44 | 2D |
| Octal | 44 | 162 | 277 | 121 | 50 | 0 | 31 | 322 | 104 | 55 |
| Binary | 100100 | 1110010 | 10111111 | 1010001 | 101000 | 0 | 11001 | 11010010 | 1000100 | 101101 |
Color Harmonies of #2472BF
Complementary color
Monochromatic Colors of #2472BF
Black with #2472BF
Text Example
Text Example
White with #2472BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2472BF; }
p { color: rgb(36,114,191); }
H1.HeaderClassName
{
color: #2472BF;
}
.AnyTagClassName
{
color: #2472BF;
}
</style>
background-color css
<style>
a { background-color: #2472BF; }
a { background-color: rgb(36,114,191); }
div.DivClassName
{
background-color: #2472BF;
}
.BgClassName
{
background-color: #2472BF;
}
</style>
border-color css
<style>
span { border-color: #2472BF; }
span { border-color: rgb(36,114,191); }
td.TdClassName
{
border-color: #2472BF;
}
.TagClassName
{
border-color: #2472BF;
}
</style>