Shades of Denim #2462AC
Tints of Denim #2462AC
RGB
CMYK
RGB Variations
Color information
#2462AC (or 0x2462AC) is known color: Denim. HEX triplet: 24, 62 and AC. RGB value is (36,98,172). Sum of RGB (Red+Green+Blue) = 36+98+172=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #2462AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2462AC is #DB9D53. Grayscale: #575757. Windows color (decimal): -14392660 or 11297316. OLE color: 11297316.
HSL color Cylindrical-coordinate representation of color #2462AC: hue angle of 212.65º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2462AC is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 98 | 172 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.33 |
| HSL | 212.65º | 0.65% | 0.41% | - |
| HSV(B) | 212.65º | 0.79% | 0.67% | - |
| XYZ | 12.54 | 12.09 | 40.7 | - |
| YUV | 87.9 | 175.46 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 172 | 0.79 | 0.43 | 0 | 0.33 | 212.65 | 0.65 | 0.41 |
| Hex | 24 | 62 | AC | 4F | 2B | 0 | 21 | D5 | 41 | 29 |
| Octal | 44 | 142 | 254 | 117 | 53 | 0 | 41 | 325 | 101 | 51 |
| Binary | 100100 | 1100010 | 10101100 | 1001111 | 101011 | 0 | 100001 | 11010101 | 1000001 | 101001 |
Color Harmonies of #2462AC
Complementary color
Monochromatic Colors of #2462AC
Black with #2462AC
Text Example
Text Example
White with #2462AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2462AC; }
p { color: rgb(36,98,172); }
H1.HeaderClassName
{
color: #2462AC;
}
.AnyTagClassName
{
color: #2462AC;
}
</style>
background-color css
<style>
a { background-color: #2462AC; }
a { background-color: rgb(36,98,172); }
div.DivClassName
{
background-color: #2462AC;
}
.BgClassName
{
background-color: #2462AC;
}
</style>
border-color css
<style>
span { border-color: #2462AC; }
span { border-color: rgb(36,98,172); }
td.TdClassName
{
border-color: #2462AC;
}
.TagClassName
{
border-color: #2462AC;
}
</style>