Shades of Denim #2673B9
Tints of Denim #2673B9
RGB
CMYK
RGB Variations
Color information
#2673B9 (or 0x2673B9) is known color: Denim. HEX triplet: 26, 73 and B9. RGB value is (38,115,185). Sum of RGB (Red+Green+Blue) = 38+115+185=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #2673B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2673B9 is #D98C46. Grayscale: #636363. Windows color (decimal): -14257223 or 12153638. OLE color: 12153638.
HSL color Cylindrical-coordinate representation of color #2673B9: hue angle of 208.57º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2673B9 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 115 | 185 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.27 |
| HSL | 208.57º | 0.66% | 0.44% | - |
| HSV(B) | 208.57º | 0.79% | 0.73% | - |
| XYZ | 15.69 | 16.18 | 48.19 | - |
| YUV | 99.96 | 175.99 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 185 | 0.79 | 0.38 | 0 | 0.27 | 208.57 | 0.66 | 0.44 |
| Hex | 26 | 73 | B9 | 4F | 26 | 0 | 1B | D1 | 42 | 2C |
| Octal | 46 | 163 | 271 | 117 | 46 | 0 | 33 | 321 | 102 | 54 |
| Binary | 100110 | 1110011 | 10111001 | 1001111 | 100110 | 0 | 11011 | 11010001 | 1000010 | 101100 |
Color Harmonies of #2673B9
Complementary color
Monochromatic Colors of #2673B9
Black with #2673B9
Text Example
Text Example
White with #2673B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2673B9; }
p { color: rgb(38,115,185); }
H1.HeaderClassName
{
color: #2673B9;
}
.AnyTagClassName
{
color: #2673B9;
}
</style>
background-color css
<style>
a { background-color: #2673B9; }
a { background-color: rgb(38,115,185); }
div.DivClassName
{
background-color: #2673B9;
}
.BgClassName
{
background-color: #2673B9;
}
</style>
border-color css
<style>
span { border-color: #2673B9; }
span { border-color: rgb(38,115,185); }
td.TdClassName
{
border-color: #2673B9;
}
.TagClassName
{
border-color: #2673B9;
}
</style>