Shades of Denim #276EBC
Tints of Denim #276EBC
RGB
CMYK
RGB Variations
Color information
#276EBC (or 0x276EBC) is known color: Denim. HEX triplet: 27, 6E and BC. RGB value is (39,110,188). Sum of RGB (Red+Green+Blue) = 39+110+188=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #276EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276EBC is #D89143. Grayscale: #616161. Windows color (decimal): -14192964 or 12348967. OLE color: 12348967.
HSL color Cylindrical-coordinate representation of color #276EBC: hue angle of 211.41º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #276EBC is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 110 | 188 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.26 |
| HSL | 211.41º | 0.66% | 0.45% | - |
| HSV(B) | 211.41º | 0.79% | 0.74% | - |
| XYZ | 15.49 | 15.21 | 49.7 | - |
| YUV | 97.66 | 178.98 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 188 | 0.79 | 0.41 | 0 | 0.26 | 211.41 | 0.66 | 0.45 |
| Hex | 27 | 6E | BC | 4F | 29 | 0 | 1A | D3 | 42 | 2D |
| Octal | 47 | 156 | 274 | 117 | 51 | 0 | 32 | 323 | 102 | 55 |
| Binary | 100111 | 1101110 | 10111100 | 1001111 | 101001 | 0 | 11010 | 11010011 | 1000010 | 101101 |
Color Harmonies of #276EBC
Complementary color
Monochromatic Colors of #276EBC
Black with #276EBC
Text Example
Text Example
White with #276EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276EBC; }
p { color: rgb(39,110,188); }
H1.HeaderClassName
{
color: #276EBC;
}
.AnyTagClassName
{
color: #276EBC;
}
</style>
background-color css
<style>
a { background-color: #276EBC; }
a { background-color: rgb(39,110,188); }
div.DivClassName
{
background-color: #276EBC;
}
.BgClassName
{
background-color: #276EBC;
}
</style>
border-color css
<style>
span { border-color: #276EBC; }
span { border-color: rgb(39,110,188); }
td.TdClassName
{
border-color: #276EBC;
}
.TagClassName
{
border-color: #276EBC;
}
</style>