Shades of Denim #2474BA
Tints of Denim #2474BA
RGB
CMYK
RGB Variations
Color information
#2474BA (or 0x2474BA) is known color: Denim. HEX triplet: 24, 74 and BA. RGB value is (36,116,186). Sum of RGB (Red+Green+Blue) = 36+116+186=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #2474BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2474BA is #DB8B45. Grayscale: #636363. Windows color (decimal): -14388038 or 12219428. OLE color: 12219428.
HSL color Cylindrical-coordinate representation of color #2474BA: hue angle of 208º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2474BA is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 116 | 186 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.27 |
| HSL | 208º | 0.68% | 0.44% | - |
| HSV(B) | 208º | 0.81% | 0.73% | - |
| XYZ | 15.84 | 16.41 | 48.79 | - |
| YUV | 100.06 | 176.5 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 186 | 0.81 | 0.38 | 0 | 0.27 | 208 | 0.68 | 0.44 |
| Hex | 24 | 74 | BA | 51 | 26 | 0 | 1B | D0 | 44 | 2C |
| Octal | 44 | 164 | 272 | 121 | 46 | 0 | 33 | 320 | 104 | 54 |
| Binary | 100100 | 1110100 | 10111010 | 1010001 | 100110 | 0 | 11011 | 11010000 | 1000100 | 101100 |
Color Harmonies of #2474BA
Complementary color
Monochromatic Colors of #2474BA
Black with #2474BA
Text Example
Text Example
White with #2474BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2474BA; }
p { color: rgb(36,116,186); }
H1.HeaderClassName
{
color: #2474BA;
}
.AnyTagClassName
{
color: #2474BA;
}
</style>
background-color css
<style>
a { background-color: #2474BA; }
a { background-color: rgb(36,116,186); }
div.DivClassName
{
background-color: #2474BA;
}
.BgClassName
{
background-color: #2474BA;
}
</style>
border-color css
<style>
span { border-color: #2474BA; }
span { border-color: rgb(36,116,186); }
td.TdClassName
{
border-color: #2474BA;
}
.TagClassName
{
border-color: #2474BA;
}
</style>