Shades of Denim #2771CE
Tints of Denim #2771CE
RGB
CMYK
RGB Variations
Color information
#2771CE (or 0x2771CE) is known color: Denim. HEX triplet: 27, 71 and CE. RGB value is (39,113,206). Sum of RGB (Red+Green+Blue) = 39+113+206=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #2771CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2771CE is #D88E31. Grayscale: #656565. Windows color (decimal): -14192178 or 13529383. OLE color: 13529383.
HSL color Cylindrical-coordinate representation of color #2771CE: hue angle of 213.41º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2771CE is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 113 | 206 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.19 |
| HSL | 213.41º | 0.68% | 0.48% | - |
| HSV(B) | 213.41º | 0.81% | 0.81% | - |
| XYZ | 17.88 | 16.7 | 60.67 | - |
| YUV | 101.48 | 186.98 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 113 | 206 | 0.81 | 0.45 | 0 | 0.19 | 213.41 | 0.68 | 0.48 |
| Hex | 27 | 71 | CE | 51 | 2D | 0 | 13 | D5 | 44 | 30 |
| Octal | 47 | 161 | 316 | 121 | 55 | 0 | 23 | 325 | 104 | 60 |
| Binary | 100111 | 1110001 | 11001110 | 1010001 | 101101 | 0 | 10011 | 11010101 | 1000100 | 110000 |
Color Harmonies of #2771CE
Complementary color
Monochromatic Colors of #2771CE
Black with #2771CE
Text Example
Text Example
White with #2771CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2771CE; }
p { color: rgb(39,113,206); }
H1.HeaderClassName
{
color: #2771CE;
}
.AnyTagClassName
{
color: #2771CE;
}
</style>
background-color css
<style>
a { background-color: #2771CE; }
a { background-color: rgb(39,113,206); }
div.DivClassName
{
background-color: #2771CE;
}
.BgClassName
{
background-color: #2771CE;
}
</style>
border-color css
<style>
span { border-color: #2771CE; }
span { border-color: rgb(39,113,206); }
td.TdClassName
{
border-color: #2771CE;
}
.TagClassName
{
border-color: #2771CE;
}
</style>