Shades of Denim #2463BF
Tints of Denim #2463BF
RGB
CMYK
RGB Variations
Color information
#2463BF (or 0x2463BF) is known color: Denim. HEX triplet: 24, 63 and BF. RGB value is (36,99,191). Sum of RGB (Red+Green+Blue) = 36+99+191=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #2463BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2463BF is #DB9C40. Grayscale: #5A5A5A. Windows color (decimal): -14392385 or 12542756. OLE color: 12542756.
HSL color Cylindrical-coordinate representation of color #2463BF: hue angle of 215.61º 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 #2463BF is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 99 | 191 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.25 |
| HSL | 215.61º | 0.68% | 0.45% | - |
| HSV(B) | 215.61º | 0.81% | 0.75% | - |
| XYZ | 14.59 | 13.06 | 51.04 | - |
| YUV | 90.65 | 184.63 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 191 | 0.81 | 0.48 | 0 | 0.25 | 215.61 | 0.68 | 0.45 |
| Hex | 24 | 63 | BF | 51 | 30 | 0 | 19 | D8 | 44 | 2D |
| Octal | 44 | 143 | 277 | 121 | 60 | 0 | 31 | 330 | 104 | 55 |
| Binary | 100100 | 1100011 | 10111111 | 1010001 | 110000 | 0 | 11001 | 11011000 | 1000100 | 101101 |
Color Harmonies of #2463BF
Complementary color
Monochromatic Colors of #2463BF
Black with #2463BF
Text Example
Text Example
White with #2463BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2463BF; }
p { color: rgb(36,99,191); }
H1.HeaderClassName
{
color: #2463BF;
}
.AnyTagClassName
{
color: #2463BF;
}
</style>
background-color css
<style>
a { background-color: #2463BF; }
a { background-color: rgb(36,99,191); }
div.DivClassName
{
background-color: #2463BF;
}
.BgClassName
{
background-color: #2463BF;
}
</style>
border-color css
<style>
span { border-color: #2463BF; }
span { border-color: rgb(36,99,191); }
td.TdClassName
{
border-color: #2463BF;
}
.TagClassName
{
border-color: #2463BF;
}
</style>