Shades of Denim #245DAB
Tints of Denim #245DAB
RGB
CMYK
RGB Variations
Color information
#245DAB (or 0x245DAB) is known color: Denim. HEX triplet: 24, 5D and AB. RGB value is (36,93,171). Sum of RGB (Red+Green+Blue) = 36+93+171=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #245DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245DAB is #DBA254. Grayscale: #545454. Windows color (decimal): -14393941 or 11230500. OLE color: 11230500.
HSL color Cylindrical-coordinate representation of color #245DAB: hue angle of 214.67º 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 #245DAB is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 93 | 171 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.33 |
| HSL | 214.67º | 0.65% | 0.41% | - |
| HSV(B) | 214.67º | 0.79% | 0.67% | - |
| XYZ | 11.99 | 11.14 | 40.05 | - |
| YUV | 84.85 | 176.62 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 171 | 0.79 | 0.46 | 0 | 0.33 | 214.67 | 0.65 | 0.41 |
| Hex | 24 | 5D | AB | 4F | 2E | 0 | 21 | D7 | 41 | 29 |
| Octal | 44 | 135 | 253 | 117 | 56 | 0 | 41 | 327 | 101 | 51 |
| Binary | 100100 | 1011101 | 10101011 | 1001111 | 101110 | 0 | 100001 | 11010111 | 1000001 | 101001 |
Color Harmonies of #245DAB
Complementary color
Monochromatic Colors of #245DAB
Black with #245DAB
Text Example
Text Example
White with #245DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DAB; }
p { color: rgb(36,93,171); }
H1.HeaderClassName
{
color: #245DAB;
}
.AnyTagClassName
{
color: #245DAB;
}
</style>
background-color css
<style>
a { background-color: #245DAB; }
a { background-color: rgb(36,93,171); }
div.DivClassName
{
background-color: #245DAB;
}
.BgClassName
{
background-color: #245DAB;
}
</style>
border-color css
<style>
span { border-color: #245DAB; }
span { border-color: rgb(36,93,171); }
td.TdClassName
{
border-color: #245DAB;
}
.TagClassName
{
border-color: #245DAB;
}
</style>