Shades of Denim #2360AF
Tints of Denim #2360AF
RGB
CMYK
RGB Variations
Color information
#2360AF (or 0x2360AF) is known color: Denim. HEX triplet: 23, 60 and AF. RGB value is (35,96,175). Sum of RGB (Red+Green+Blue) = 35+96+175=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #2360AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2360AF is #DC9F50. Grayscale: #565656. Windows color (decimal): -14458705 or 11493411. OLE color: 11493411.
HSL color Cylindrical-coordinate representation of color #2360AF: hue angle of 213.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2360AF is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 96 | 175 | - |
| CMYK | 0.8 | 0.45 | 0 | 0.31 |
| HSL | 213.86º | 0.67% | 0.41% | - |
| HSV(B) | 213.86º | 0.8% | 0.69% | - |
| XYZ | 12.61 | 11.82 | 42.17 | - |
| YUV | 86.77 | 177.79 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 175 | 0.8 | 0.45 | 0 | 0.31 | 213.86 | 0.67 | 0.41 |
| Hex | 23 | 60 | AF | 50 | 2D | 0 | 1F | D6 | 43 | 29 |
| Octal | 43 | 140 | 257 | 120 | 55 | 0 | 37 | 326 | 103 | 51 |
| Binary | 100011 | 1100000 | 10101111 | 1010000 | 101101 | 0 | 11111 | 11010110 | 1000011 | 101001 |
Color Harmonies of #2360AF
Complementary color
Monochromatic Colors of #2360AF
Black with #2360AF
Text Example
Text Example
White with #2360AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2360AF; }
p { color: rgb(35,96,175); }
H1.HeaderClassName
{
color: #2360AF;
}
.AnyTagClassName
{
color: #2360AF;
}
</style>
background-color css
<style>
a { background-color: #2360AF; }
a { background-color: rgb(35,96,175); }
div.DivClassName
{
background-color: #2360AF;
}
.BgClassName
{
background-color: #2360AF;
}
</style>
border-color css
<style>
span { border-color: #2360AF; }
span { border-color: rgb(35,96,175); }
td.TdClassName
{
border-color: #2360AF;
}
.TagClassName
{
border-color: #2360AF;
}
</style>