Shades of Denim #276BBC
Tints of Denim #276BBC
RGB
CMYK
RGB Variations
Color information
#276BBC (or 0x276BBC) is known color: Denim. HEX triplet: 27, 6B and BC. RGB value is (39,107,188). Sum of RGB (Red+Green+Blue) = 39+107+188=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #276BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276BBC is #D89443. Grayscale: #5F5F5F. Windows color (decimal): -14193732 or 12348199. OLE color: 12348199.
HSL color Cylindrical-coordinate representation of color #276BBC: hue angle of 212.62º 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 #276BBC is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 107 | 188 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.26 |
| HSL | 212.62º | 0.66% | 0.45% | - |
| HSV(B) | 212.62º | 0.79% | 0.74% | - |
| XYZ | 15.17 | 14.58 | 49.59 | - |
| YUV | 95.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 107 | 188 | 0.79 | 0.43 | 0 | 0.26 | 212.62 | 0.66 | 0.45 |
| Hex | 27 | 6B | BC | 4F | 2B | 0 | 1A | D5 | 42 | 2D |
| Octal | 47 | 153 | 274 | 117 | 53 | 0 | 32 | 325 | 102 | 55 |
| Binary | 100111 | 1101011 | 10111100 | 1001111 | 101011 | 0 | 11010 | 11010101 | 1000010 | 101101 |
Color Harmonies of #276BBC
Complementary color
Monochromatic Colors of #276BBC
Black with #276BBC
Text Example
Text Example
White with #276BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276BBC; }
p { color: rgb(39,107,188); }
H1.HeaderClassName
{
color: #276BBC;
}
.AnyTagClassName
{
color: #276BBC;
}
</style>
background-color css
<style>
a { background-color: #276BBC; }
a { background-color: rgb(39,107,188); }
div.DivClassName
{
background-color: #276BBC;
}
.BgClassName
{
background-color: #276BBC;
}
</style>
border-color css
<style>
span { border-color: #276BBC; }
span { border-color: rgb(39,107,188); }
td.TdClassName
{
border-color: #276BBC;
}
.TagClassName
{
border-color: #276BBC;
}
</style>