Shades of Denim #2771BC
Tints of Denim #2771BC
RGB
CMYK
RGB Variations
Color information
#2771BC (or 0x2771BC) is known color: Denim. HEX triplet: 27, 71 and BC. RGB value is (39,113,188). Sum of RGB (Red+Green+Blue) = 39+113+188=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #2771BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2771BC is #D88E43. Grayscale: #636363. Windows color (decimal): -14192196 or 12349735. OLE color: 12349735.
HSL color Cylindrical-coordinate representation of color #2771BC: hue angle of 210.2º 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 #2771BC is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 113 | 188 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.26 |
| HSL | 210.2º | 0.66% | 0.45% | - |
| HSV(B) | 210.2º | 0.79% | 0.74% | - |
| XYZ | 15.82 | 15.87 | 49.81 | - |
| YUV | 99.42 | 177.98 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 188 | 0.79 | 0.40 | 0 | 0.26 | 210.2 | 0.66 | 0.45 |
| Hex | 27 | 71 | BC | 4F | 28 | 0 | 1A | D2 | 42 | 2D |
| Octal | 47 | 161 | 274 | 117 | 50 | 0 | 32 | 322 | 102 | 55 |
| Binary | 100111 | 1110001 | 10111100 | 1001111 | 101000 | 0 | 11010 | 11010010 | 1000010 | 101101 |
Color Harmonies of #2771BC
Complementary color
Monochromatic Colors of #2771BC
Black with #2771BC
Text Example
Text Example
White with #2771BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2771BC; }
p { color: rgb(39,113,188); }
H1.HeaderClassName
{
color: #2771BC;
}
.AnyTagClassName
{
color: #2771BC;
}
</style>
background-color css
<style>
a { background-color: #2771BC; }
a { background-color: rgb(39,113,188); }
div.DivClassName
{
background-color: #2771BC;
}
.BgClassName
{
background-color: #2771BC;
}
</style>
border-color css
<style>
span { border-color: #2771BC; }
span { border-color: rgb(39,113,188); }
td.TdClassName
{
border-color: #2771BC;
}
.TagClassName
{
border-color: #2771BC;
}
</style>