Shades of Denim #2475BA
Tints of Denim #2475BA
RGB
CMYK
RGB Variations
Color information
#2475BA (or 0x2475BA) is known color: Denim. HEX triplet: 24, 75 and BA. RGB value is (36,117,186). Sum of RGB (Red+Green+Blue) = 36+117+186=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #2475BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475BA is #DB8A45. Grayscale: #646464. Windows color (decimal): -14387782 or 12219684. OLE color: 12219684.
HSL color Cylindrical-coordinate representation of color #2475BA: hue angle of 207.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2475BA is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 117 | 186 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.27 |
| HSL | 207.6º | 0.68% | 0.44% | - |
| HSV(B) | 207.6º | 0.81% | 0.73% | - |
| XYZ | 15.95 | 16.64 | 48.83 | - |
| YUV | 100.65 | 176.16 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 186 | 0.81 | 0.37 | 0 | 0.27 | 207.6 | 0.68 | 0.44 |
| Hex | 24 | 75 | BA | 51 | 25 | 0 | 1B | D0 | 44 | 2C |
| Octal | 44 | 165 | 272 | 121 | 45 | 0 | 33 | 320 | 104 | 54 |
| Binary | 100100 | 1110101 | 10111010 | 1010001 | 100101 | 0 | 11011 | 11010000 | 1000100 | 101100 |
Color Harmonies of #2475BA
Complementary color
Monochromatic Colors of #2475BA
Black with #2475BA
Text Example
Text Example
White with #2475BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2475BA; }
p { color: rgb(36,117,186); }
H1.HeaderClassName
{
color: #2475BA;
}
.AnyTagClassName
{
color: #2475BA;
}
</style>
background-color css
<style>
a { background-color: #2475BA; }
a { background-color: rgb(36,117,186); }
div.DivClassName
{
background-color: #2475BA;
}
.BgClassName
{
background-color: #2475BA;
}
</style>
border-color css
<style>
span { border-color: #2475BA; }
span { border-color: rgb(36,117,186); }
td.TdClassName
{
border-color: #2475BA;
}
.TagClassName
{
border-color: #2475BA;
}
</style>