Shades of Denim #2462AD
Tints of Denim #2462AD
RGB
CMYK
RGB Variations
Color information
#2462AD (or 0x2462AD) is known color: Denim. HEX triplet: 24, 62 and AD. RGB value is (36,98,173). Sum of RGB (Red+Green+Blue) = 36+98+173=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #2462AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2462AD is #DB9D52. Grayscale: #575757. Windows color (decimal): -14392659 or 11362852. OLE color: 11362852.
HSL color Cylindrical-coordinate representation of color #2462AD: hue angle of 212.85º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2462AD is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 98 | 173 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.32 |
| HSL | 212.85º | 0.66% | 0.41% | - |
| HSV(B) | 212.85º | 0.79% | 0.68% | - |
| XYZ | 12.64 | 12.13 | 41.21 | - |
| YUV | 88.01 | 175.96 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 173 | 0.79 | 0.43 | 0 | 0.32 | 212.85 | 0.66 | 0.41 |
| Hex | 24 | 62 | AD | 4F | 2B | 0 | 20 | D5 | 42 | 29 |
| Octal | 44 | 142 | 255 | 117 | 53 | 0 | 40 | 325 | 102 | 51 |
| Binary | 100100 | 1100010 | 10101101 | 1001111 | 101011 | 0 | 100000 | 11010101 | 1000010 | 101001 |
Color Harmonies of #2462AD
Complementary color
Monochromatic Colors of #2462AD
Black with #2462AD
Text Example
Text Example
White with #2462AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2462AD; }
p { color: rgb(36,98,173); }
H1.HeaderClassName
{
color: #2462AD;
}
.AnyTagClassName
{
color: #2462AD;
}
</style>
background-color css
<style>
a { background-color: #2462AD; }
a { background-color: rgb(36,98,173); }
div.DivClassName
{
background-color: #2462AD;
}
.BgClassName
{
background-color: #2462AD;
}
</style>
border-color css
<style>
span { border-color: #2462AD; }
span { border-color: rgb(36,98,173); }
td.TdClassName
{
border-color: #2462AD;
}
.TagClassName
{
border-color: #2462AD;
}
</style>