Shades of Denim #276DC5
Tints of Denim #276DC5
RGB
CMYK
RGB Variations
Color information
#276DC5 (or 0x276DC5) is known color: Denim. HEX triplet: 27, 6D and C5. RGB value is (39,109,197). Sum of RGB (Red+Green+Blue) = 39+109+197=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #276DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DC5 is #D8923A. Grayscale: #616161. Windows color (decimal): -14193211 or 12938535. OLE color: 12938535.
HSL color Cylindrical-coordinate representation of color #276DC5: hue angle of 213.42º 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 #276DC5 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 109 | 197 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.23 |
| HSL | 213.42º | 0.67% | 0.46% | - |
| HSV(B) | 213.42º | 0.8% | 0.77% | - |
| XYZ | 16.38 | 15.4 | 54.93 | - |
| YUV | 98.1 | 183.81 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 197 | 0.80 | 0.45 | 0 | 0.23 | 213.42 | 0.67 | 0.46 |
| Hex | 27 | 6D | C5 | 50 | 2D | 0 | 17 | D5 | 43 | 2E |
| Octal | 47 | 155 | 305 | 120 | 55 | 0 | 27 | 325 | 103 | 56 |
| Binary | 100111 | 1101101 | 11000101 | 1010000 | 101101 | 0 | 10111 | 11010101 | 1000011 | 101110 |
Color Harmonies of #276DC5
Complementary color
Monochromatic Colors of #276DC5
Black with #276DC5
Text Example
Text Example
White with #276DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DC5; }
p { color: rgb(39,109,197); }
H1.HeaderClassName
{
color: #276DC5;
}
.AnyTagClassName
{
color: #276DC5;
}
</style>
background-color css
<style>
a { background-color: #276DC5; }
a { background-color: rgb(39,109,197); }
div.DivClassName
{
background-color: #276DC5;
}
.BgClassName
{
background-color: #276DC5;
}
</style>
border-color css
<style>
span { border-color: #276DC5; }
span { border-color: rgb(39,109,197); }
td.TdClassName
{
border-color: #276DC5;
}
.TagClassName
{
border-color: #276DC5;
}
</style>