Shades of Denim #2460BB
Tints of Denim #2460BB
RGB
CMYK
RGB Variations
Color information
#2460BB (or 0x2460BB) is known color: Denim. HEX triplet: 24, 60 and BB. RGB value is (36,96,187). Sum of RGB (Red+Green+Blue) = 36+96+187=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #2460BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2460BB is #DB9F44. Grayscale: #585858. Windows color (decimal): -14393157 or 12279844. OLE color: 12279844.
HSL color Cylindrical-coordinate representation of color #2460BB: hue angle of 216.16º 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 #2460BB is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 96 | 187 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.27 |
| HSL | 216.16º | 0.68% | 0.44% | - |
| HSV(B) | 216.16º | 0.81% | 0.73% | - |
| XYZ | 13.88 | 12.33 | 48.66 | - |
| YUV | 88.43 | 183.62 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 187 | 0.81 | 0.49 | 0 | 0.27 | 216.16 | 0.68 | 0.44 |
| Hex | 24 | 60 | BB | 51 | 31 | 0 | 1B | D8 | 44 | 2C |
| Octal | 44 | 140 | 273 | 121 | 61 | 0 | 33 | 330 | 104 | 54 |
| Binary | 100100 | 1100000 | 10111011 | 1010001 | 110001 | 0 | 11011 | 11011000 | 1000100 | 101100 |
Color Harmonies of #2460BB
Complementary color
Monochromatic Colors of #2460BB
Black with #2460BB
Text Example
Text Example
White with #2460BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2460BB; }
p { color: rgb(36,96,187); }
H1.HeaderClassName
{
color: #2460BB;
}
.AnyTagClassName
{
color: #2460BB;
}
</style>
background-color css
<style>
a { background-color: #2460BB; }
a { background-color: rgb(36,96,187); }
div.DivClassName
{
background-color: #2460BB;
}
.BgClassName
{
background-color: #2460BB;
}
</style>
border-color css
<style>
span { border-color: #2460BB; }
span { border-color: rgb(36,96,187); }
td.TdClassName
{
border-color: #2460BB;
}
.TagClassName
{
border-color: #2460BB;
}
</style>