Shades of Denim #2A71BA
Tints of Denim #2A71BA
RGB
CMYK
RGB Variations
Color information
#2A71BA (or 0x2A71BA) is known color: Denim. HEX triplet: 2A, 71 and BA. RGB value is (42,113,186). Sum of RGB (Red+Green+Blue) = 42+113+186=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A71BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A71BA is #D58E45. Grayscale: #636363. Windows color (decimal): -13995590 or 12218666. OLE color: 12218666.
HSL color Cylindrical-coordinate representation of color #2A71BA: hue angle of 210.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A71BA is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 113 | 186 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.27 |
| HSL | 210.42º | 0.63% | 0.45% | - |
| HSV(B) | 210.42º | 0.77% | 0.73% | - |
| XYZ | 15.72 | 15.85 | 48.68 | - |
| YUV | 100.09 | 176.48 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 186 | 0.77 | 0.39 | 0 | 0.27 | 210.42 | 0.63 | 0.45 |
| Hex | 2A | 71 | BA | 4D | 27 | 0 | 1B | D2 | 3F | 2D |
| Octal | 52 | 161 | 272 | 115 | 47 | 0 | 33 | 322 | 77 | 55 |
| Binary | 101010 | 1110001 | 10111010 | 1001101 | 100111 | 0 | 11011 | 11010010 | 111111 | 101101 |
Color Harmonies of #2A71BA
Complementary color
Monochromatic Colors of #2A71BA
Black with #2A71BA
Text Example
Text Example
White with #2A71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A71BA; }
p { color: rgb(42,113,186); }
H1.HeaderClassName
{
color: #2A71BA;
}
.AnyTagClassName
{
color: #2A71BA;
}
</style>
background-color css
<style>
a { background-color: #2A71BA; }
a { background-color: rgb(42,113,186); }
div.DivClassName
{
background-color: #2A71BA;
}
.BgClassName
{
background-color: #2A71BA;
}
</style>
border-color css
<style>
span { border-color: #2A71BA; }
span { border-color: rgb(42,113,186); }
td.TdClassName
{
border-color: #2A71BA;
}
.TagClassName
{
border-color: #2A71BA;
}
</style>