Shades of Denim #245DB1
Tints of Denim #245DB1
RGB
CMYK
RGB Variations
Color information
#245DB1 (or 0x245DB1) is known color: Denim. HEX triplet: 24, 5D and B1. RGB value is (36,93,177). Sum of RGB (Red+Green+Blue) = 36+93+177=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #245DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245DB1 is #DBA24E. Grayscale: #555555. Windows color (decimal): -14393935 or 11623716. OLE color: 11623716.
HSL color Cylindrical-coordinate representation of color #245DB1: hue angle of 215.74º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245DB1 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 93 | 177 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.31 |
| HSL | 215.74º | 0.66% | 0.42% | - |
| HSV(B) | 215.74º | 0.8% | 0.69% | - |
| XYZ | 12.58 | 11.38 | 43.13 | - |
| YUV | 85.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 177 | 0.80 | 0.47 | 0 | 0.31 | 215.74 | 0.66 | 0.42 |
| Hex | 24 | 5D | B1 | 50 | 2F | 0 | 1F | D8 | 42 | 2A |
| Octal | 44 | 135 | 261 | 120 | 57 | 0 | 37 | 330 | 102 | 52 |
| Binary | 100100 | 1011101 | 10110001 | 1010000 | 101111 | 0 | 11111 | 11011000 | 1000010 | 101010 |
Color Harmonies of #245DB1
Complementary color
Monochromatic Colors of #245DB1
Black with #245DB1
Text Example
Text Example
White with #245DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DB1; }
p { color: rgb(36,93,177); }
H1.HeaderClassName
{
color: #245DB1;
}
.AnyTagClassName
{
color: #245DB1;
}
</style>
background-color css
<style>
a { background-color: #245DB1; }
a { background-color: rgb(36,93,177); }
div.DivClassName
{
background-color: #245DB1;
}
.BgClassName
{
background-color: #245DB1;
}
</style>
border-color css
<style>
span { border-color: #245DB1; }
span { border-color: rgb(36,93,177); }
td.TdClassName
{
border-color: #245DB1;
}
.TagClassName
{
border-color: #245DB1;
}
</style>