Shades of Denim #2271BA
Tints of Denim #2271BA
RGB
CMYK
RGB Variations
Color information
#2271BA (or 0x2271BA) is known color: Denim. HEX triplet: 22, 71 and BA. RGB value is (34,113,186). Sum of RGB (Red+Green+Blue) = 34+113+186=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #2271BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2271BA is #DD8E45. Grayscale: #616161. Windows color (decimal): -14519878 or 12218658. OLE color: 12218658.
HSL color Cylindrical-coordinate representation of color #2271BA: hue angle of 208.82º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2271BA is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 113 | 186 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.27 |
| HSL | 208.82º | 0.69% | 0.43% | - |
| HSV(B) | 208.82º | 0.82% | 0.73% | - |
| XYZ | 15.43 | 15.7 | 48.67 | - |
| YUV | 97.7 | 177.83 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 113 | 186 | 0.82 | 0.39 | 0 | 0.27 | 208.82 | 0.69 | 0.43 |
| Hex | 22 | 71 | BA | 52 | 27 | 0 | 1B | D1 | 45 | 2B |
| Octal | 42 | 161 | 272 | 122 | 47 | 0 | 33 | 321 | 105 | 53 |
| Binary | 100010 | 1110001 | 10111010 | 1010010 | 100111 | 0 | 11011 | 11010001 | 1000101 | 101011 |
Color Harmonies of #2271BA
Complementary color
Monochromatic Colors of #2271BA
Black with #2271BA
Text Example
Text Example
White with #2271BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2271BA; }
p { color: rgb(34,113,186); }
H1.HeaderClassName
{
color: #2271BA;
}
.AnyTagClassName
{
color: #2271BA;
}
</style>
background-color css
<style>
a { background-color: #2271BA; }
a { background-color: rgb(34,113,186); }
div.DivClassName
{
background-color: #2271BA;
}
.BgClassName
{
background-color: #2271BA;
}
</style>
border-color css
<style>
span { border-color: #2271BA; }
span { border-color: rgb(34,113,186); }
td.TdClassName
{
border-color: #2271BA;
}
.TagClassName
{
border-color: #2271BA;
}
</style>