Shades of Denim #276DBE
Tints of Denim #276DBE
RGB
CMYK
RGB Variations
Color information
#276DBE (or 0x276DBE) is known color: Denim. HEX triplet: 27, 6D and BE. RGB value is (39,109,190). Sum of RGB (Red+Green+Blue) = 39+109+190=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #276DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DBE is #D89241. Grayscale: #606060. Windows color (decimal): -14193218 or 12479783. OLE color: 12479783.
HSL color Cylindrical-coordinate representation of color #276DBE: hue angle of 212.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #276DBE is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 109 | 190 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.25 |
| HSL | 212.19º | 0.66% | 0.45% | - |
| HSV(B) | 212.19º | 0.79% | 0.75% | - |
| XYZ | 15.6 | 15.09 | 50.8 | - |
| YUV | 97.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 190 | 0.79 | 0.43 | 0 | 0.25 | 212.19 | 0.66 | 0.45 |
| Hex | 27 | 6D | BE | 4F | 2B | 0 | 19 | D4 | 42 | 2D |
| Octal | 47 | 155 | 276 | 117 | 53 | 0 | 31 | 324 | 102 | 55 |
| Binary | 100111 | 1101101 | 10111110 | 1001111 | 101011 | 0 | 11001 | 11010100 | 1000010 | 101101 |
Color Harmonies of #276DBE
Complementary color
Monochromatic Colors of #276DBE
Black with #276DBE
Text Example
Text Example
White with #276DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DBE; }
p { color: rgb(39,109,190); }
H1.HeaderClassName
{
color: #276DBE;
}
.AnyTagClassName
{
color: #276DBE;
}
</style>
background-color css
<style>
a { background-color: #276DBE; }
a { background-color: rgb(39,109,190); }
div.DivClassName
{
background-color: #276DBE;
}
.BgClassName
{
background-color: #276DBE;
}
</style>
border-color css
<style>
span { border-color: #276DBE; }
span { border-color: rgb(39,109,190); }
td.TdClassName
{
border-color: #276DBE;
}
.TagClassName
{
border-color: #276DBE;
}
</style>