Shades of Denim #276DC1
Tints of Denim #276DC1
RGB
CMYK
RGB Variations
Color information
#276DC1 (or 0x276DC1) is known color: Denim. HEX triplet: 27, 6D and C1. RGB value is (39,109,193). Sum of RGB (Red+Green+Blue) = 39+109+193=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #276DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DC1 is #D8923E. Grayscale: #616161. Windows color (decimal): -14193215 or 12676391. OLE color: 12676391.
HSL color Cylindrical-coordinate representation of color #276DC1: hue angle of 212.73º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #276DC1 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 109 | 193 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.24 |
| HSL | 212.73º | 0.66% | 0.45% | - |
| HSV(B) | 212.73º | 0.8% | 0.76% | - |
| XYZ | 15.93 | 15.22 | 52.55 | - |
| YUV | 97.65 | 181.81 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 193 | 0.80 | 0.44 | 0 | 0.24 | 212.73 | 0.66 | 0.45 |
| Hex | 27 | 6D | C1 | 50 | 2C | 0 | 18 | D5 | 42 | 2D |
| Octal | 47 | 155 | 301 | 120 | 54 | 0 | 30 | 325 | 102 | 55 |
| Binary | 100111 | 1101101 | 11000001 | 1010000 | 101100 | 0 | 11000 | 11010101 | 1000010 | 101101 |
Color Harmonies of #276DC1
Complementary color
Monochromatic Colors of #276DC1
Black with #276DC1
Text Example
Text Example
White with #276DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DC1; }
p { color: rgb(39,109,193); }
H1.HeaderClassName
{
color: #276DC1;
}
.AnyTagClassName
{
color: #276DC1;
}
</style>
background-color css
<style>
a { background-color: #276DC1; }
a { background-color: rgb(39,109,193); }
div.DivClassName
{
background-color: #276DC1;
}
.BgClassName
{
background-color: #276DC1;
}
</style>
border-color css
<style>
span { border-color: #276DC1; }
span { border-color: rgb(39,109,193); }
td.TdClassName
{
border-color: #276DC1;
}
.TagClassName
{
border-color: #276DC1;
}
</style>