Shades of Denim #2474B9
Tints of Denim #2474B9
RGB
CMYK
RGB Variations
Color information
#2474B9 (or 0x2474B9) is known color: Denim. HEX triplet: 24, 74 and B9. RGB value is (36,116,185). Sum of RGB (Red+Green+Blue) = 36+116+185=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #2474B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2474B9 is #DB8B46. Grayscale: #636363. Windows color (decimal): -14388039 or 12153892. OLE color: 12153892.
HSL color Cylindrical-coordinate representation of color #2474B9: hue angle of 207.79º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2474B9 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 116 | 185 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.27 |
| HSL | 207.79º | 0.67% | 0.43% | - |
| HSV(B) | 207.79º | 0.81% | 0.73% | - |
| XYZ | 15.73 | 16.37 | 48.23 | - |
| YUV | 99.95 | 176 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 185 | 0.81 | 0.37 | 0 | 0.27 | 207.79 | 0.67 | 0.43 |
| Hex | 24 | 74 | B9 | 51 | 25 | 0 | 1B | D0 | 43 | 2B |
| Octal | 44 | 164 | 271 | 121 | 45 | 0 | 33 | 320 | 103 | 53 |
| Binary | 100100 | 1110100 | 10111001 | 1010001 | 100101 | 0 | 11011 | 11010000 | 1000011 | 101011 |
Color Harmonies of #2474B9
Complementary color
Monochromatic Colors of #2474B9
Black with #2474B9
Text Example
Text Example
White with #2474B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2474B9; }
p { color: rgb(36,116,185); }
H1.HeaderClassName
{
color: #2474B9;
}
.AnyTagClassName
{
color: #2474B9;
}
</style>
background-color css
<style>
a { background-color: #2474B9; }
a { background-color: rgb(36,116,185); }
div.DivClassName
{
background-color: #2474B9;
}
.BgClassName
{
background-color: #2474B9;
}
</style>
border-color css
<style>
span { border-color: #2474B9; }
span { border-color: rgb(36,116,185); }
td.TdClassName
{
border-color: #2474B9;
}
.TagClassName
{
border-color: #2474B9;
}
</style>