Shades of Denim #276CC5
Tints of Denim #276CC5
RGB
CMYK
RGB Variations
Color information
#276CC5 (or 0x276CC5) is known color: Denim. HEX triplet: 27, 6C and C5. RGB value is (39,108,197). Sum of RGB (Red+Green+Blue) = 39+108+197=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #276CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276CC5 is #D8933A. Grayscale: #616161. Windows color (decimal): -14193467 or 12938279. OLE color: 12938279.
HSL color Cylindrical-coordinate representation of color #276CC5: hue angle of 213.8º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #276CC5 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 108 | 197 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.23 |
| HSL | 213.8º | 0.67% | 0.46% | - |
| HSV(B) | 213.8º | 0.8% | 0.77% | - |
| XYZ | 16.28 | 15.19 | 54.9 | - |
| YUV | 97.52 | 184.14 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 197 | 0.80 | 0.45 | 0 | 0.23 | 213.8 | 0.67 | 0.46 |
| Hex | 27 | 6C | C5 | 50 | 2D | 0 | 17 | D6 | 43 | 2E |
| Octal | 47 | 154 | 305 | 120 | 55 | 0 | 27 | 326 | 103 | 56 |
| Binary | 100111 | 1101100 | 11000101 | 1010000 | 101101 | 0 | 10111 | 11010110 | 1000011 | 101110 |
Color Harmonies of #276CC5
Complementary color
Monochromatic Colors of #276CC5
Black with #276CC5
Text Example
Text Example
White with #276CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276CC5; }
p { color: rgb(39,108,197); }
H1.HeaderClassName
{
color: #276CC5;
}
.AnyTagClassName
{
color: #276CC5;
}
</style>
background-color css
<style>
a { background-color: #276CC5; }
a { background-color: rgb(39,108,197); }
div.DivClassName
{
background-color: #276CC5;
}
.BgClassName
{
background-color: #276CC5;
}
</style>
border-color css
<style>
span { border-color: #276CC5; }
span { border-color: rgb(39,108,197); }
td.TdClassName
{
border-color: #276CC5;
}
.TagClassName
{
border-color: #276CC5;
}
</style>