Shades of Denim #276DB7
Tints of Denim #276DB7
RGB
CMYK
RGB Variations
Color information
#276DB7 (or 0x276DB7) is known color: Denim. HEX triplet: 27, 6D and B7. RGB value is (39,109,183). Sum of RGB (Red+Green+Blue) = 39+109+183=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #276DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DB7 is #D89248. Grayscale: #606060. Windows color (decimal): -14193225 or 12021031. OLE color: 12021031.
HSL color Cylindrical-coordinate representation of color #276DB7: hue angle of 210.83º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #276DB7 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 109 | 183 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.28 |
| HSL | 210.83º | 0.65% | 0.44% | - |
| HSV(B) | 210.83º | 0.79% | 0.72% | - |
| XYZ | 14.85 | 14.79 | 46.87 | - |
| YUV | 96.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 183 | 0.79 | 0.40 | 0 | 0.28 | 210.83 | 0.65 | 0.44 |
| Hex | 27 | 6D | B7 | 4F | 28 | 0 | 1C | D3 | 41 | 2C |
| Octal | 47 | 155 | 267 | 117 | 50 | 0 | 34 | 323 | 101 | 54 |
| Binary | 100111 | 1101101 | 10110111 | 1001111 | 101000 | 0 | 11100 | 11010011 | 1000001 | 101100 |
Color Harmonies of #276DB7
Complementary color
Monochromatic Colors of #276DB7
Black with #276DB7
Text Example
Text Example
White with #276DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DB7; }
p { color: rgb(39,109,183); }
H1.HeaderClassName
{
color: #276DB7;
}
.AnyTagClassName
{
color: #276DB7;
}
</style>
background-color css
<style>
a { background-color: #276DB7; }
a { background-color: rgb(39,109,183); }
div.DivClassName
{
background-color: #276DB7;
}
.BgClassName
{
background-color: #276DB7;
}
</style>
border-color css
<style>
span { border-color: #276DB7; }
span { border-color: rgb(39,109,183); }
td.TdClassName
{
border-color: #276DB7;
}
.TagClassName
{
border-color: #276DB7;
}
</style>