Shades of Denim #276DC6
Tints of Denim #276DC6
RGB
CMYK
RGB Variations
Color information
#276DC6 (or 0x276DC6) is known color: Denim. HEX triplet: 27, 6D and C6. RGB value is (39,109,198). Sum of RGB (Red+Green+Blue) = 39+109+198=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #276DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DC6 is #D89239. Grayscale: #616161. Windows color (decimal): -14193210 or 13004071. OLE color: 13004071.
HSL color Cylindrical-coordinate representation of color #276DC6: hue angle of 213.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #276DC6 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 109 | 198 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.22 |
| HSL | 213.58º | 0.67% | 0.46% | - |
| HSV(B) | 213.58º | 0.8% | 0.78% | - |
| XYZ | 16.5 | 15.45 | 55.54 | - |
| YUV | 98.22 | 184.31 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 198 | 0.80 | 0.45 | 0 | 0.22 | 213.58 | 0.67 | 0.46 |
| Hex | 27 | 6D | C6 | 50 | 2D | 0 | 16 | D6 | 43 | 2E |
| Octal | 47 | 155 | 306 | 120 | 55 | 0 | 26 | 326 | 103 | 56 |
| Binary | 100111 | 1101101 | 11000110 | 1010000 | 101101 | 0 | 10110 | 11010110 | 1000011 | 101110 |
Color Harmonies of #276DC6
Complementary color
Monochromatic Colors of #276DC6
Black with #276DC6
Text Example
Text Example
White with #276DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DC6; }
p { color: rgb(39,109,198); }
H1.HeaderClassName
{
color: #276DC6;
}
.AnyTagClassName
{
color: #276DC6;
}
</style>
background-color css
<style>
a { background-color: #276DC6; }
a { background-color: rgb(39,109,198); }
div.DivClassName
{
background-color: #276DC6;
}
.BgClassName
{
background-color: #276DC6;
}
</style>
border-color css
<style>
span { border-color: #276DC6; }
span { border-color: rgb(39,109,198); }
td.TdClassName
{
border-color: #276DC6;
}
.TagClassName
{
border-color: #276DC6;
}
</style>