Shades of Denim #276ABA
Tints of Denim #276ABA
RGB
CMYK
RGB Variations
Color information
#276ABA (or 0x276ABA) is known color: Denim. HEX triplet: 27, 6A and BA. RGB value is (39,106,186). Sum of RGB (Red+Green+Blue) = 39+106+186=331 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.78% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #276ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ABA is #D89545. Grayscale: #5E5E5E. Windows color (decimal): -14193990 or 12216871. OLE color: 12216871.
HSL color Cylindrical-coordinate representation of color #276ABA: hue angle of 212.65º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #276ABA is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 106 | 186 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.27 |
| HSL | 212.65º | 0.65% | 0.44% | - |
| HSV(B) | 212.65º | 0.79% | 0.73% | - |
| XYZ | 14.85 | 14.28 | 48.43 | - |
| YUV | 95.09 | 179.3 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 186 | 0.79 | 0.43 | 0 | 0.27 | 212.65 | 0.65 | 0.44 |
| Hex | 27 | 6A | BA | 4F | 2B | 0 | 1B | D5 | 41 | 2C |
| Octal | 47 | 152 | 272 | 117 | 53 | 0 | 33 | 325 | 101 | 54 |
| Binary | 100111 | 1101010 | 10111010 | 1001111 | 101011 | 0 | 11011 | 11010101 | 1000001 | 101100 |
Color Harmonies of #276ABA
Complementary color
Monochromatic Colors of #276ABA
Black with #276ABA
Text Example
Text Example
White with #276ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276ABA; }
p { color: rgb(39,106,186); }
H1.HeaderClassName
{
color: #276ABA;
}
.AnyTagClassName
{
color: #276ABA;
}
</style>
background-color css
<style>
a { background-color: #276ABA; }
a { background-color: rgb(39,106,186); }
div.DivClassName
{
background-color: #276ABA;
}
.BgClassName
{
background-color: #276ABA;
}
</style>
border-color css
<style>
span { border-color: #276ABA; }
span { border-color: rgb(39,106,186); }
td.TdClassName
{
border-color: #276ABA;
}
.TagClassName
{
border-color: #276ABA;
}
</style>