Shades of Denim #2473BC
Tints of Denim #2473BC
RGB
CMYK
RGB Variations
Color information
#2473BC (or 0x2473BC) is known color: Denim. HEX triplet: 24, 73 and BC. RGB value is (36,115,188). Sum of RGB (Red+Green+Blue) = 36+115+188=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #2473BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2473BC is #DB8C43. Grayscale: #636363. Windows color (decimal): -14388292 or 12350244. OLE color: 12350244.
HSL color Cylindrical-coordinate representation of color #2473BC: hue angle of 208.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2473BC is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 115 | 188 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.26 |
| HSL | 208.82º | 0.68% | 0.44% | - |
| HSV(B) | 208.82º | 0.81% | 0.74% | - |
| XYZ | 15.94 | 16.27 | 49.88 | - |
| YUV | 99.7 | 177.83 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 188 | 0.81 | 0.39 | 0 | 0.26 | 208.82 | 0.68 | 0.44 |
| Hex | 24 | 73 | BC | 51 | 27 | 0 | 1A | D1 | 44 | 2C |
| Octal | 44 | 163 | 274 | 121 | 47 | 0 | 32 | 321 | 104 | 54 |
| Binary | 100100 | 1110011 | 10111100 | 1010001 | 100111 | 0 | 11010 | 11010001 | 1000100 | 101100 |
Color Harmonies of #2473BC
Complementary color
Monochromatic Colors of #2473BC
Black with #2473BC
Text Example
Text Example
White with #2473BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2473BC; }
p { color: rgb(36,115,188); }
H1.HeaderClassName
{
color: #2473BC;
}
.AnyTagClassName
{
color: #2473BC;
}
</style>
background-color css
<style>
a { background-color: #2473BC; }
a { background-color: rgb(36,115,188); }
div.DivClassName
{
background-color: #2473BC;
}
.BgClassName
{
background-color: #2473BC;
}
</style>
border-color css
<style>
span { border-color: #2473BC; }
span { border-color: rgb(36,115,188); }
td.TdClassName
{
border-color: #2473BC;
}
.TagClassName
{
border-color: #2473BC;
}
</style>