Shades of Denim #245DB5
Tints of Denim #245DB5
RGB
CMYK
RGB Variations
Color information
#245DB5 (or 0x245DB5) is known color: Denim. HEX triplet: 24, 5D and B5. RGB value is (36,93,181). Sum of RGB (Red+Green+Blue) = 36+93+181=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #245DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DB5 is #DBA24A. Grayscale: #555555. Windows color (decimal): -14393931 or 11885860. OLE color: 11885860.
HSL color Cylindrical-coordinate representation of color #245DB5: hue angle of 216.41º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245DB5 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 93 | 181 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.29 |
| HSL | 216.41º | 0.67% | 0.43% | - |
| HSV(B) | 216.41º | 0.8% | 0.71% | - |
| XYZ | 12.98 | 11.54 | 45.26 | - |
| YUV | 85.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 181 | 0.80 | 0.49 | 0 | 0.29 | 216.41 | 0.67 | 0.43 |
| Hex | 24 | 5D | B5 | 50 | 31 | 0 | 1D | D8 | 43 | 2B |
| Octal | 44 | 135 | 265 | 120 | 61 | 0 | 35 | 330 | 103 | 53 |
| Binary | 100100 | 1011101 | 10110101 | 1010000 | 110001 | 0 | 11101 | 11011000 | 1000011 | 101011 |
Color Harmonies of #245DB5
Complementary color
Monochromatic Colors of #245DB5
Black with #245DB5
Text Example
Text Example
White with #245DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DB5; }
p { color: rgb(36,93,181); }
H1.HeaderClassName
{
color: #245DB5;
}
.AnyTagClassName
{
color: #245DB5;
}
</style>
background-color css
<style>
a { background-color: #245DB5; }
a { background-color: rgb(36,93,181); }
div.DivClassName
{
background-color: #245DB5;
}
.BgClassName
{
background-color: #245DB5;
}
</style>
border-color css
<style>
span { border-color: #245DB5; }
span { border-color: rgb(36,93,181); }
td.TdClassName
{
border-color: #245DB5;
}
.TagClassName
{
border-color: #245DB5;
}
</style>