Shades of Denim #2463AF
Tints of Denim #2463AF
RGB
CMYK
RGB Variations
Color information
#2463AF (or 0x2463AF) is known color: Denim. HEX triplet: 24, 63 and AF. RGB value is (36,99,175). Sum of RGB (Red+Green+Blue) = 36+99+175=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #2463AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2463AF is #DB9C50. Grayscale: #585858. Windows color (decimal): -14392401 or 11494180. OLE color: 11494180.
HSL color Cylindrical-coordinate representation of color #2463AF: hue angle of 212.81º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2463AF is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 99 | 175 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.31 |
| HSL | 212.81º | 0.66% | 0.41% | - |
| HSV(B) | 212.81º | 0.79% | 0.69% | - |
| XYZ | 12.93 | 12.39 | 42.27 | - |
| YUV | 88.83 | 176.63 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 175 | 0.79 | 0.43 | 0 | 0.31 | 212.81 | 0.66 | 0.41 |
| Hex | 24 | 63 | AF | 4F | 2B | 0 | 1F | D5 | 42 | 29 |
| Octal | 44 | 143 | 257 | 117 | 53 | 0 | 37 | 325 | 102 | 51 |
| Binary | 100100 | 1100011 | 10101111 | 1001111 | 101011 | 0 | 11111 | 11010101 | 1000010 | 101001 |
Color Harmonies of #2463AF
Complementary color
Monochromatic Colors of #2463AF
Black with #2463AF
Text Example
Text Example
White with #2463AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2463AF; }
p { color: rgb(36,99,175); }
H1.HeaderClassName
{
color: #2463AF;
}
.AnyTagClassName
{
color: #2463AF;
}
</style>
background-color css
<style>
a { background-color: #2463AF; }
a { background-color: rgb(36,99,175); }
div.DivClassName
{
background-color: #2463AF;
}
.BgClassName
{
background-color: #2463AF;
}
</style>
border-color css
<style>
span { border-color: #2463AF; }
span { border-color: rgb(36,99,175); }
td.TdClassName
{
border-color: #2463AF;
}
.TagClassName
{
border-color: #2463AF;
}
</style>