Shades of Denim #276ABB
Tints of Denim #276ABB
RGB
CMYK
RGB Variations
Color information
#276ABB (or 0x276ABB) is known color: Denim. HEX triplet: 27, 6A and BB. RGB value is (39,106,187). Sum of RGB (Red+Green+Blue) = 39+106+187=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #276ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ABB is #D89544. Grayscale: #5E5E5E. Windows color (decimal): -14193989 or 12282407. OLE color: 12282407.
HSL color Cylindrical-coordinate representation of color #276ABB: hue angle of 212.84º 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 #276ABB is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 106 | 187 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.27 |
| HSL | 212.84º | 0.65% | 0.44% | - |
| HSV(B) | 212.84º | 0.79% | 0.73% | - |
| XYZ | 14.96 | 14.33 | 48.99 | - |
| YUV | 95.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 187 | 0.79 | 0.43 | 0 | 0.27 | 212.84 | 0.65 | 0.44 |
| Hex | 27 | 6A | BB | 4F | 2B | 0 | 1B | D5 | 41 | 2C |
| Octal | 47 | 152 | 273 | 117 | 53 | 0 | 33 | 325 | 101 | 54 |
| Binary | 100111 | 1101010 | 10111011 | 1001111 | 101011 | 0 | 11011 | 11010101 | 1000001 | 101100 |
Color Harmonies of #276ABB
Complementary color
Monochromatic Colors of #276ABB
Black with #276ABB
Text Example
Text Example
White with #276ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276ABB; }
p { color: rgb(39,106,187); }
H1.HeaderClassName
{
color: #276ABB;
}
.AnyTagClassName
{
color: #276ABB;
}
</style>
background-color css
<style>
a { background-color: #276ABB; }
a { background-color: rgb(39,106,187); }
div.DivClassName
{
background-color: #276ABB;
}
.BgClassName
{
background-color: #276ABB;
}
</style>
border-color css
<style>
span { border-color: #276ABB; }
span { border-color: rgb(39,106,187); }
td.TdClassName
{
border-color: #276ABB;
}
.TagClassName
{
border-color: #276ABB;
}
</style>