Shades of Denim #2461BA
Tints of Denim #2461BA
RGB
CMYK
RGB Variations
Color information
#2461BA (or 0x2461BA) is known color: Denim. HEX triplet: 24, 61 and BA. RGB value is (36,97,186). Sum of RGB (Red+Green+Blue) = 36+97+186=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #2461BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2461BA is #DB9E45. Grayscale: #585858. Windows color (decimal): -14392902 or 12214564. OLE color: 12214564.
HSL color Cylindrical-coordinate representation of color #2461BA: hue angle of 215.6º 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 #2461BA is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 97 | 186 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.27 |
| HSL | 215.6º | 0.68% | 0.44% | - |
| HSV(B) | 215.6º | 0.81% | 0.73% | - |
| XYZ | 13.87 | 12.47 | 48.13 | - |
| YUV | 88.91 | 182.79 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 186 | 0.81 | 0.48 | 0 | 0.27 | 215.6 | 0.68 | 0.44 |
| Hex | 24 | 61 | BA | 51 | 30 | 0 | 1B | D8 | 44 | 2C |
| Octal | 44 | 141 | 272 | 121 | 60 | 0 | 33 | 330 | 104 | 54 |
| Binary | 100100 | 1100001 | 10111010 | 1010001 | 110000 | 0 | 11011 | 11011000 | 1000100 | 101100 |
Color Harmonies of #2461BA
Complementary color
Monochromatic Colors of #2461BA
Black with #2461BA
Text Example
Text Example
White with #2461BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2461BA; }
p { color: rgb(36,97,186); }
H1.HeaderClassName
{
color: #2461BA;
}
.AnyTagClassName
{
color: #2461BA;
}
</style>
background-color css
<style>
a { background-color: #2461BA; }
a { background-color: rgb(36,97,186); }
div.DivClassName
{
background-color: #2461BA;
}
.BgClassName
{
background-color: #2461BA;
}
</style>
border-color css
<style>
span { border-color: #2461BA; }
span { border-color: rgb(36,97,186); }
td.TdClassName
{
border-color: #2461BA;
}
.TagClassName
{
border-color: #2461BA;
}
</style>