Shades of Denim #2673BF
Tints of Denim #2673BF
RGB
CMYK
RGB Variations
Color information
#2673BF (or 0x2673BF) is known color: Denim. HEX triplet: 26, 73 and BF. RGB value is (38,115,191). Sum of RGB (Red+Green+Blue) = 38+115+191=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #2673BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2673BF is #D98C40. Grayscale: #646464. Windows color (decimal): -14257217 or 12546854. OLE color: 12546854.
HSL color Cylindrical-coordinate representation of color #2673BF: hue angle of 209.8º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2673BF is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 115 | 191 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.25 |
| HSL | 209.8º | 0.67% | 0.45% | - |
| HSV(B) | 209.8º | 0.8% | 0.75% | - |
| XYZ | 16.33 | 16.44 | 51.6 | - |
| YUV | 100.64 | 178.99 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 191 | 0.80 | 0.40 | 0 | 0.25 | 209.8 | 0.67 | 0.45 |
| Hex | 26 | 73 | BF | 50 | 28 | 0 | 19 | D2 | 43 | 2D |
| Octal | 46 | 163 | 277 | 120 | 50 | 0 | 31 | 322 | 103 | 55 |
| Binary | 100110 | 1110011 | 10111111 | 1010000 | 101000 | 0 | 11001 | 11010010 | 1000011 | 101101 |
Color Harmonies of #2673BF
Complementary color
Monochromatic Colors of #2673BF
Black with #2673BF
Text Example
Text Example
White with #2673BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2673BF; }
p { color: rgb(38,115,191); }
H1.HeaderClassName
{
color: #2673BF;
}
.AnyTagClassName
{
color: #2673BF;
}
</style>
background-color css
<style>
a { background-color: #2673BF; }
a { background-color: rgb(38,115,191); }
div.DivClassName
{
background-color: #2673BF;
}
.BgClassName
{
background-color: #2673BF;
}
</style>
border-color css
<style>
span { border-color: #2673BF; }
span { border-color: rgb(38,115,191); }
td.TdClassName
{
border-color: #2673BF;
}
.TagClassName
{
border-color: #2673BF;
}
</style>