Shades of Denim #245FC1
Tints of Denim #245FC1
RGB
CMYK
RGB Variations
Color information
#245FC1 (or 0x245FC1) is known color: Denim. HEX triplet: 24, 5F and C1. RGB value is (36,95,193). Sum of RGB (Red+Green+Blue) = 36+95+193=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #245FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245FC1 is #DBA03E. Grayscale: #585858. Windows color (decimal): -14393407 or 12672804. OLE color: 12672804.
HSL color Cylindrical-coordinate representation of color #245FC1: hue angle of 217.45º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245FC1 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 95 | 193 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.24 |
| HSL | 217.45º | 0.69% | 0.45% | - |
| HSV(B) | 217.45º | 0.81% | 0.76% | - |
| XYZ | 14.45 | 12.41 | 52.09 | - |
| YUV | 88.53 | 186.95 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 193 | 0.81 | 0.51 | 0 | 0.24 | 217.45 | 0.69 | 0.45 |
| Hex | 24 | 5F | C1 | 51 | 33 | 0 | 18 | D9 | 45 | 2D |
| Octal | 44 | 137 | 301 | 121 | 63 | 0 | 30 | 331 | 105 | 55 |
| Binary | 100100 | 1011111 | 11000001 | 1010001 | 110011 | 0 | 11000 | 11011001 | 1000101 | 101101 |
Color Harmonies of #245FC1
Complementary color
Monochromatic Colors of #245FC1
Black with #245FC1
Text Example
Text Example
White with #245FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FC1; }
p { color: rgb(36,95,193); }
H1.HeaderClassName
{
color: #245FC1;
}
.AnyTagClassName
{
color: #245FC1;
}
</style>
background-color css
<style>
a { background-color: #245FC1; }
a { background-color: rgb(36,95,193); }
div.DivClassName
{
background-color: #245FC1;
}
.BgClassName
{
background-color: #245FC1;
}
</style>
border-color css
<style>
span { border-color: #245FC1; }
span { border-color: rgb(36,95,193); }
td.TdClassName
{
border-color: #245FC1;
}
.TagClassName
{
border-color: #245FC1;
}
</style>