Shades of Denim #245FB1
Tints of Denim #245FB1
RGB
CMYK
RGB Variations
Color information
#245FB1 (or 0x245FB1) is known color: Denim. HEX triplet: 24, 5F and B1. RGB value is (36,95,177). Sum of RGB (Red+Green+Blue) = 36+95+177=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #245FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245FB1 is #DBA04E. Grayscale: #565656. Windows color (decimal): -14393423 or 11624228. OLE color: 11624228.
HSL color Cylindrical-coordinate representation of color #245FB1: hue angle of 214.89º 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 #245FB1 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 95 | 177 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.31 |
| HSL | 214.89º | 0.66% | 0.42% | - |
| HSV(B) | 214.89º | 0.8% | 0.69% | - |
| XYZ | 12.76 | 11.73 | 43.19 | - |
| YUV | 86.71 | 178.95 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 177 | 0.80 | 0.46 | 0 | 0.31 | 214.89 | 0.66 | 0.42 |
| Hex | 24 | 5F | B1 | 50 | 2E | 0 | 1F | D7 | 42 | 2A |
| Octal | 44 | 137 | 261 | 120 | 56 | 0 | 37 | 327 | 102 | 52 |
| Binary | 100100 | 1011111 | 10110001 | 1010000 | 101110 | 0 | 11111 | 11010111 | 1000010 | 101010 |
Color Harmonies of #245FB1
Complementary color
Monochromatic Colors of #245FB1
Black with #245FB1
Text Example
Text Example
White with #245FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FB1; }
p { color: rgb(36,95,177); }
H1.HeaderClassName
{
color: #245FB1;
}
.AnyTagClassName
{
color: #245FB1;
}
</style>
background-color css
<style>
a { background-color: #245FB1; }
a { background-color: rgb(36,95,177); }
div.DivClassName
{
background-color: #245FB1;
}
.BgClassName
{
background-color: #245FB1;
}
</style>
border-color css
<style>
span { border-color: #245FB1; }
span { border-color: rgb(36,95,177); }
td.TdClassName
{
border-color: #245FB1;
}
.TagClassName
{
border-color: #245FB1;
}
</style>