Shades of Denim #276DBD
Tints of Denim #276DBD
RGB
CMYK
RGB Variations
Color information
#276DBD (or 0x276DBD) is known color: Denim. HEX triplet: 27, 6D and BD. RGB value is (39,109,189). Sum of RGB (Red+Green+Blue) = 39+109+189=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #276DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276DBD is #D89242. Grayscale: #606060. Windows color (decimal): -14193219 or 12414247. OLE color: 12414247.
HSL color Cylindrical-coordinate representation of color #276DBD: hue angle of 212º 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 #276DBD is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 109 | 189 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.26 |
| HSL | 212º | 0.66% | 0.45% | - |
| HSV(B) | 212º | 0.79% | 0.74% | - |
| XYZ | 15.49 | 15.04 | 50.23 | - |
| YUV | 97.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 189 | 0.79 | 0.42 | 0 | 0.26 | 212 | 0.66 | 0.45 |
| Hex | 27 | 6D | BD | 4F | 2A | 0 | 1A | D4 | 42 | 2D |
| Octal | 47 | 155 | 275 | 117 | 52 | 0 | 32 | 324 | 102 | 55 |
| Binary | 100111 | 1101101 | 10111101 | 1001111 | 101010 | 0 | 11010 | 11010100 | 1000010 | 101101 |
Color Harmonies of #276DBD
Complementary color
Monochromatic Colors of #276DBD
Black with #276DBD
Text Example
Text Example
White with #276DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DBD; }
p { color: rgb(39,109,189); }
H1.HeaderClassName
{
color: #276DBD;
}
.AnyTagClassName
{
color: #276DBD;
}
</style>
background-color css
<style>
a { background-color: #276DBD; }
a { background-color: rgb(39,109,189); }
div.DivClassName
{
background-color: #276DBD;
}
.BgClassName
{
background-color: #276DBD;
}
</style>
border-color css
<style>
span { border-color: #276DBD; }
span { border-color: rgb(39,109,189); }
td.TdClassName
{
border-color: #276DBD;
}
.TagClassName
{
border-color: #276DBD;
}
</style>