Shades of Denim #245DAE
Tints of Denim #245DAE
RGB
CMYK
RGB Variations
Color information
#245DAE (or 0x245DAE) is known color: Denim. HEX triplet: 24, 5D and AE. RGB value is (36,93,174). Sum of RGB (Red+Green+Blue) = 36+93+174=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #245DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245DAE is #DBA251. Grayscale: #545454. Windows color (decimal): -14393938 or 11427108. OLE color: 11427108.
HSL color Cylindrical-coordinate representation of color #245DAE: hue angle of 215.22º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #245DAE is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 36 | 93 | 174 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.32 |
| HSL | 215.22º | 0.66% | 0.41% | - |
| HSV(B) | 215.22º | 0.79% | 0.68% | - |
| XYZ | 12.28 | 11.26 | 41.57 | - |
| YUV | 85.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 174 | 0.79 | 0.47 | 0 | 0.32 | 215.22 | 0.66 | 0.41 |
| Hex | 24 | 5D | AE | 4F | 2F | 0 | 20 | D7 | 42 | 29 |
| Octal | 44 | 135 | 256 | 117 | 57 | 0 | 40 | 327 | 102 | 51 |
| Binary | 100100 | 1011101 | 10101110 | 1001111 | 101111 | 0 | 100000 | 11010111 | 1000010 | 101001 |
Color Harmonies of #245DAE
Complementary color
Monochromatic Colors of #245DAE
Black with #245DAE
Text Example
Text Example
White with #245DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DAE; }
p { color: rgb(36,93,174); }
H1.HeaderClassName
{
color: #245DAE;
}
.AnyTagClassName
{
color: #245DAE;
}
</style>
background-color css
<style>
a { background-color: #245DAE; }
a { background-color: rgb(36,93,174); }
div.DivClassName
{
background-color: #245DAE;
}
.BgClassName
{
background-color: #245DAE;
}
</style>
border-color css
<style>
span { border-color: #245DAE; }
span { border-color: rgb(36,93,174); }
td.TdClassName
{
border-color: #245DAE;
}
.TagClassName
{
border-color: #245DAE;
}
</style>