Shades of Denim #2463BD
Tints of Denim #2463BD
RGB
CMYK
RGB Variations
Color information
#2463BD (or 0x2463BD) is known color: Denim. HEX triplet: 24, 63 and BD. RGB value is (36,99,189). Sum of RGB (Red+Green+Blue) = 36+99+189=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #2463BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2463BD is #DB9C42. Grayscale: #5A5A5A. Windows color (decimal): -14392387 or 12411684. OLE color: 12411684.
HSL color Cylindrical-coordinate representation of color #2463BD: hue angle of 215.29º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2463BD is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 99 | 189 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.26 |
| HSL | 215.29º | 0.68% | 0.44% | - |
| HSV(B) | 215.29º | 0.81% | 0.74% | - |
| XYZ | 14.37 | 12.97 | 49.89 | - |
| YUV | 90.42 | 183.63 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 189 | 0.81 | 0.48 | 0 | 0.26 | 215.29 | 0.68 | 0.44 |
| Hex | 24 | 63 | BD | 51 | 30 | 0 | 1A | D7 | 44 | 2C |
| Octal | 44 | 143 | 275 | 121 | 60 | 0 | 32 | 327 | 104 | 54 |
| Binary | 100100 | 1100011 | 10111101 | 1010001 | 110000 | 0 | 11010 | 11010111 | 1000100 | 101100 |
Color Harmonies of #2463BD
Complementary color
Monochromatic Colors of #2463BD
Black with #2463BD
Text Example
Text Example
White with #2463BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2463BD; }
p { color: rgb(36,99,189); }
H1.HeaderClassName
{
color: #2463BD;
}
.AnyTagClassName
{
color: #2463BD;
}
</style>
background-color css
<style>
a { background-color: #2463BD; }
a { background-color: rgb(36,99,189); }
div.DivClassName
{
background-color: #2463BD;
}
.BgClassName
{
background-color: #2463BD;
}
</style>
border-color css
<style>
span { border-color: #2463BD; }
span { border-color: rgb(36,99,189); }
td.TdClassName
{
border-color: #2463BD;
}
.TagClassName
{
border-color: #2463BD;
}
</style>