Shades of Denim #2465AF
Tints of Denim #2465AF
RGB
CMYK
RGB Variations
Color information
#2465AF (or 0x2465AF) is known color: Denim. HEX triplet: 24, 65 and AF. RGB value is (36,101,175). Sum of RGB (Red+Green+Blue) = 36+101+175=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #2465AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2465AF is #DB9A50. Grayscale: #595959. Windows color (decimal): -14391889 or 11494692. OLE color: 11494692.
HSL color Cylindrical-coordinate representation of color #2465AF: hue angle of 211.94º 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 #2465AF is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 101 | 175 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.31 |
| HSL | 211.94º | 0.66% | 0.41% | - |
| HSV(B) | 211.94º | 0.79% | 0.69% | - |
| XYZ | 13.12 | 12.78 | 42.33 | - |
| YUV | 90 | 175.97 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 175 | 0.79 | 0.42 | 0 | 0.31 | 211.94 | 0.66 | 0.41 |
| Hex | 24 | 65 | AF | 4F | 2A | 0 | 1F | D4 | 42 | 29 |
| Octal | 44 | 145 | 257 | 117 | 52 | 0 | 37 | 324 | 102 | 51 |
| Binary | 100100 | 1100101 | 10101111 | 1001111 | 101010 | 0 | 11111 | 11010100 | 1000010 | 101001 |
Color Harmonies of #2465AF
Complementary color
Monochromatic Colors of #2465AF
Black with #2465AF
Text Example
Text Example
White with #2465AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2465AF; }
p { color: rgb(36,101,175); }
H1.HeaderClassName
{
color: #2465AF;
}
.AnyTagClassName
{
color: #2465AF;
}
</style>
background-color css
<style>
a { background-color: #2465AF; }
a { background-color: rgb(36,101,175); }
div.DivClassName
{
background-color: #2465AF;
}
.BgClassName
{
background-color: #2465AF;
}
</style>
border-color css
<style>
span { border-color: #2465AF; }
span { border-color: rgb(36,101,175); }
td.TdClassName
{
border-color: #2465AF;
}
.TagClassName
{
border-color: #2465AF;
}
</style>