Shades of Denim #2478C6
Tints of Denim #2478C6
RGB
CMYK
RGB Variations
Color information
#2478C6 (or 0x2478C6) is known color: Denim. HEX triplet: 24, 78 and C6. RGB value is (36,120,198). Sum of RGB (Red+Green+Blue) = 36+120+198=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 198 (77.73% from 255 or 55.93% from 354); Max value from RGB is 198 - color contains mainly: blue. Hex color #2478C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2478C6 is #DB8739. Grayscale: #676767. Windows color (decimal): -14387002 or 13006884. OLE color: 13006884.
HSL color Cylindrical-coordinate representation of color #2478C6: hue angle of 208.89º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2478C6 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 120 | 198 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.22 |
| HSL | 208.89º | 0.69% | 0.46% | - |
| HSV(B) | 208.89º | 0.82% | 0.78% | - |
| XYZ | 17.64 | 17.89 | 55.95 | - |
| YUV | 103.78 | 181.17 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 198 | 0.82 | 0.39 | 0 | 0.22 | 208.89 | 0.69 | 0.46 |
| Hex | 24 | 78 | C6 | 52 | 27 | 0 | 16 | D1 | 45 | 2E |
| Octal | 44 | 170 | 306 | 122 | 47 | 0 | 26 | 321 | 105 | 56 |
| Binary | 100100 | 1111000 | 11000110 | 1010010 | 100111 | 0 | 10110 | 11010001 | 1000101 | 101110 |
Color Harmonies of #2478C6
Complementary color
Monochromatic Colors of #2478C6
Black with #2478C6
Text Example
Text Example
White with #2478C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2478C6; }
p { color: rgb(36,120,198); }
H1.HeaderClassName
{
color: #2478C6;
}
.AnyTagClassName
{
color: #2478C6;
}
</style>
background-color css
<style>
a { background-color: #2478C6; }
a { background-color: rgb(36,120,198); }
div.DivClassName
{
background-color: #2478C6;
}
.BgClassName
{
background-color: #2478C6;
}
</style>
border-color css
<style>
span { border-color: #2478C6; }
span { border-color: rgb(36,120,198); }
td.TdClassName
{
border-color: #2478C6;
}
.TagClassName
{
border-color: #2478C6;
}
</style>