Shades of Denim #2771C9
Tints of Denim #2771C9
RGB
CMYK
RGB Variations
Color information
#2771C9 (or 0x2771C9) is known color: Denim. HEX triplet: 27, 71 and C9. RGB value is (39,113,201). Sum of RGB (Red+Green+Blue) = 39+113+201=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #2771C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2771C9 is #D88E36. Grayscale: #646464. Windows color (decimal): -14192183 or 13201703. OLE color: 13201703.
HSL color Cylindrical-coordinate representation of color #2771C9: hue angle of 212.59º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2771C9 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 113 | 201 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.21 |
| HSL | 212.59º | 0.68% | 0.47% | - |
| HSV(B) | 212.59º | 0.81% | 0.79% | - |
| XYZ | 17.28 | 16.46 | 57.52 | - |
| YUV | 100.91 | 184.48 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 201 | 0.81 | 0.44 | 0 | 0.21 | 212.59 | 0.68 | 0.47 |
| Hex | 27 | 71 | C9 | 51 | 2C | 0 | 15 | D5 | 44 | 2F |
| Octal | 47 | 161 | 311 | 121 | 54 | 0 | 25 | 325 | 104 | 57 |
| Binary | 100111 | 1110001 | 11001001 | 1010001 | 101100 | 0 | 10101 | 11010101 | 1000100 | 101111 |
Color Harmonies of #2771C9
Complementary color
Monochromatic Colors of #2771C9
Black with #2771C9
Text Example
Text Example
White with #2771C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2771C9; }
p { color: rgb(39,113,201); }
H1.HeaderClassName
{
color: #2771C9;
}
.AnyTagClassName
{
color: #2771C9;
}
</style>
background-color css
<style>
a { background-color: #2771C9; }
a { background-color: rgb(39,113,201); }
div.DivClassName
{
background-color: #2771C9;
}
.BgClassName
{
background-color: #2771C9;
}
</style>
border-color css
<style>
span { border-color: #2771C9; }
span { border-color: rgb(39,113,201); }
td.TdClassName
{
border-color: #2771C9;
}
.TagClassName
{
border-color: #2771C9;
}
</style>