Shades of Denim #2464AF
Tints of Denim #2464AF
RGB
CMYK
RGB Variations
Color information
#2464AF (or 0x2464AF) is known color: Denim. HEX triplet: 24, 64 and AF. RGB value is (36,100,175). Sum of RGB (Red+Green+Blue) = 36+100+175=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #2464AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2464AF is #DB9B50. Grayscale: #595959. Windows color (decimal): -14392145 or 11494436. OLE color: 11494436.
HSL color Cylindrical-coordinate representation of color #2464AF: hue angle of 212.37º 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 #2464AF is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 100 | 175 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.31 |
| HSL | 212.37º | 0.66% | 0.41% | - |
| HSV(B) | 212.37º | 0.79% | 0.69% | - |
| XYZ | 13.02 | 12.58 | 42.3 | - |
| YUV | 89.41 | 176.3 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 175 | 0.79 | 0.43 | 0 | 0.31 | 212.37 | 0.66 | 0.41 |
| Hex | 24 | 64 | AF | 4F | 2B | 0 | 1F | D4 | 42 | 29 |
| Octal | 44 | 144 | 257 | 117 | 53 | 0 | 37 | 324 | 102 | 51 |
| Binary | 100100 | 1100100 | 10101111 | 1001111 | 101011 | 0 | 11111 | 11010100 | 1000010 | 101001 |
Color Harmonies of #2464AF
Complementary color
Monochromatic Colors of #2464AF
Black with #2464AF
Text Example
Text Example
White with #2464AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2464AF; }
p { color: rgb(36,100,175); }
H1.HeaderClassName
{
color: #2464AF;
}
.AnyTagClassName
{
color: #2464AF;
}
</style>
background-color css
<style>
a { background-color: #2464AF; }
a { background-color: rgb(36,100,175); }
div.DivClassName
{
background-color: #2464AF;
}
.BgClassName
{
background-color: #2464AF;
}
</style>
border-color css
<style>
span { border-color: #2464AF; }
span { border-color: rgb(36,100,175); }
td.TdClassName
{
border-color: #2464AF;
}
.TagClassName
{
border-color: #2464AF;
}
</style>