Shades of Denim #276AC1
Tints of Denim #276AC1
RGB
CMYK
RGB Variations
Color information
#276AC1 (or 0x276AC1) is known color: Denim. HEX triplet: 27, 6A and C1. RGB value is (39,106,193). Sum of RGB (Red+Green+Blue) = 39+106+193=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #276AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276AC1 is #D8953E. Grayscale: #5F5F5F. Windows color (decimal): -14193983 or 12675623. OLE color: 12675623.
HSL color Cylindrical-coordinate representation of color #276AC1: hue angle of 213.9º 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 #276AC1 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 106 | 193 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.24 |
| HSL | 213.9º | 0.66% | 0.45% | - |
| HSV(B) | 213.9º | 0.8% | 0.76% | - |
| XYZ | 15.62 | 14.59 | 52.45 | - |
| YUV | 95.89 | 182.8 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 193 | 0.80 | 0.45 | 0 | 0.24 | 213.9 | 0.66 | 0.45 |
| Hex | 27 | 6A | C1 | 50 | 2D | 0 | 18 | D6 | 42 | 2D |
| Octal | 47 | 152 | 301 | 120 | 55 | 0 | 30 | 326 | 102 | 55 |
| Binary | 100111 | 1101010 | 11000001 | 1010000 | 101101 | 0 | 11000 | 11010110 | 1000010 | 101101 |
Color Harmonies of #276AC1
Complementary color
Monochromatic Colors of #276AC1
Black with #276AC1
Text Example
Text Example
White with #276AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276AC1; }
p { color: rgb(39,106,193); }
H1.HeaderClassName
{
color: #276AC1;
}
.AnyTagClassName
{
color: #276AC1;
}
</style>
background-color css
<style>
a { background-color: #276AC1; }
a { background-color: rgb(39,106,193); }
div.DivClassName
{
background-color: #276AC1;
}
.BgClassName
{
background-color: #276AC1;
}
</style>
border-color css
<style>
span { border-color: #276AC1; }
span { border-color: rgb(39,106,193); }
td.TdClassName
{
border-color: #276AC1;
}
.TagClassName
{
border-color: #276AC1;
}
</style>