Shades of Denim #2475BE
Tints of Denim #2475BE
RGB
CMYK
RGB Variations
Color information
#2475BE (or 0x2475BE) is known color: Denim. HEX triplet: 24, 75 and BE. RGB value is (36,117,190). Sum of RGB (Red+Green+Blue) = 36+117+190=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #2475BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475BE is #DB8A41. Grayscale: #646464. Windows color (decimal): -14387778 or 12481828. OLE color: 12481828.
HSL color Cylindrical-coordinate representation of color #2475BE: hue angle of 208.44º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2475BE is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 117 | 190 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.25 |
| HSL | 208.44º | 0.68% | 0.44% | - |
| HSV(B) | 208.44º | 0.81% | 0.75% | - |
| XYZ | 16.38 | 16.82 | 51.1 | - |
| YUV | 101.1 | 178.16 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 190 | 0.81 | 0.38 | 0 | 0.25 | 208.44 | 0.68 | 0.44 |
| Hex | 24 | 75 | BE | 51 | 26 | 0 | 19 | D0 | 44 | 2C |
| Octal | 44 | 165 | 276 | 121 | 46 | 0 | 31 | 320 | 104 | 54 |
| Binary | 100100 | 1110101 | 10111110 | 1010001 | 100110 | 0 | 11001 | 11010000 | 1000100 | 101100 |
Color Harmonies of #2475BE
Complementary color
Monochromatic Colors of #2475BE
Black with #2475BE
Text Example
Text Example
White with #2475BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2475BE; }
p { color: rgb(36,117,190); }
H1.HeaderClassName
{
color: #2475BE;
}
.AnyTagClassName
{
color: #2475BE;
}
</style>
background-color css
<style>
a { background-color: #2475BE; }
a { background-color: rgb(36,117,190); }
div.DivClassName
{
background-color: #2475BE;
}
.BgClassName
{
background-color: #2475BE;
}
</style>
border-color css
<style>
span { border-color: #2475BE; }
span { border-color: rgb(36,117,190); }
td.TdClassName
{
border-color: #2475BE;
}
.TagClassName
{
border-color: #2475BE;
}
</style>