Shades of Denim #245FAC
Tints of Denim #245FAC
RGB
CMYK
RGB Variations
Color information
#245FAC (or 0x245FAC) is known color: Denim. HEX triplet: 24, 5F and AC. RGB value is (36,95,172). Sum of RGB (Red+Green+Blue) = 36+95+172=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #245FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245FAC is #DBA053. Grayscale: #555555. Windows color (decimal): -14393428 or 11296548. OLE color: 11296548.
HSL color Cylindrical-coordinate representation of color #245FAC: hue angle of 213.97º 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 #245FAC is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 95 | 172 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.33 |
| HSL | 213.97º | 0.65% | 0.41% | - |
| HSV(B) | 213.97º | 0.79% | 0.67% | - |
| XYZ | 12.27 | 11.54 | 40.61 | - |
| YUV | 86.14 | 176.45 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 172 | 0.79 | 0.45 | 0 | 0.33 | 213.97 | 0.65 | 0.41 |
| Hex | 24 | 5F | AC | 4F | 2D | 0 | 21 | D6 | 41 | 29 |
| Octal | 44 | 137 | 254 | 117 | 55 | 0 | 41 | 326 | 101 | 51 |
| Binary | 100100 | 1011111 | 10101100 | 1001111 | 101101 | 0 | 100001 | 11010110 | 1000001 | 101001 |
Color Harmonies of #245FAC
Complementary color
Monochromatic Colors of #245FAC
Black with #245FAC
Text Example
Text Example
White with #245FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FAC; }
p { color: rgb(36,95,172); }
H1.HeaderClassName
{
color: #245FAC;
}
.AnyTagClassName
{
color: #245FAC;
}
</style>
background-color css
<style>
a { background-color: #245FAC; }
a { background-color: rgb(36,95,172); }
div.DivClassName
{
background-color: #245FAC;
}
.BgClassName
{
background-color: #245FAC;
}
</style>
border-color css
<style>
span { border-color: #245FAC; }
span { border-color: rgb(36,95,172); }
td.TdClassName
{
border-color: #245FAC;
}
.TagClassName
{
border-color: #245FAC;
}
</style>