Shades of Denim #2B71CA
Tints of Denim #2B71CA
RGB
CMYK
RGB Variations
Color information
#2B71CA (or 0x2B71CA) is known color: Denim. HEX triplet: 2B, 71 and CA. RGB value is (43,113,202). Sum of RGB (Red+Green+Blue) = 43+113+202=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B71CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B71CA is #D48E35. Grayscale: #656565. Windows color (decimal): -13930038 or 13267243. OLE color: 13267243.
HSL color Cylindrical-coordinate representation of color #2B71CA: hue angle of 213.58º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B71CA is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 113 | 202 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.21 |
| HSL | 213.58º | 0.65% | 0.48% | - |
| HSV(B) | 213.58º | 0.79% | 0.79% | - |
| XYZ | 17.56 | 16.59 | 58.15 | - |
| YUV | 102.22 | 184.31 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 202 | 0.79 | 0.44 | 0 | 0.21 | 213.58 | 0.65 | 0.48 |
| Hex | 2B | 71 | CA | 4F | 2C | 0 | 15 | D6 | 41 | 30 |
| Octal | 53 | 161 | 312 | 117 | 54 | 0 | 25 | 326 | 101 | 60 |
| Binary | 101011 | 1110001 | 11001010 | 1001111 | 101100 | 0 | 10101 | 11010110 | 1000001 | 110000 |
Color Harmonies of #2B71CA
Complementary color
Monochromatic Colors of #2B71CA
Black with #2B71CA
Text Example
Text Example
White with #2B71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B71CA; }
p { color: rgb(43,113,202); }
H1.HeaderClassName
{
color: #2B71CA;
}
.AnyTagClassName
{
color: #2B71CA;
}
</style>
background-color css
<style>
a { background-color: #2B71CA; }
a { background-color: rgb(43,113,202); }
div.DivClassName
{
background-color: #2B71CA;
}
.BgClassName
{
background-color: #2B71CA;
}
</style>
border-color css
<style>
span { border-color: #2B71CA; }
span { border-color: rgb(43,113,202); }
td.TdClassName
{
border-color: #2B71CA;
}
.TagClassName
{
border-color: #2B71CA;
}
</style>