Shades of Denim #2A72BE
Tints of Denim #2A72BE
RGB
CMYK
RGB Variations
Color information
#2A72BE (or 0x2A72BE) is known color: Denim. HEX triplet: 2A, 72 and BE. RGB value is (42,114,190). Sum of RGB (Red+Green+Blue) = 42+114+190=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A72BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A72BE is #D58D41. Grayscale: #646464. Windows color (decimal): -13995330 or 12481066. OLE color: 12481066.
HSL color Cylindrical-coordinate representation of color #2A72BE: hue angle of 210.81º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A72BE is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 114 | 190 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.25 |
| HSL | 210.81º | 0.64% | 0.45% | - |
| HSV(B) | 210.81º | 0.78% | 0.75% | - |
| XYZ | 16.27 | 16.24 | 50.99 | - |
| YUV | 101.14 | 178.15 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 190 | 0.78 | 0.40 | 0 | 0.25 | 210.81 | 0.64 | 0.45 |
| Hex | 2A | 72 | BE | 4E | 28 | 0 | 19 | D3 | 40 | 2D |
| Octal | 52 | 162 | 276 | 116 | 50 | 0 | 31 | 323 | 100 | 55 |
| Binary | 101010 | 1110010 | 10111110 | 1001110 | 101000 | 0 | 11001 | 11010011 | 1000000 | 101101 |
Color Harmonies of #2A72BE
Complementary color
Monochromatic Colors of #2A72BE
Black with #2A72BE
Text Example
Text Example
White with #2A72BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A72BE; }
p { color: rgb(42,114,190); }
H1.HeaderClassName
{
color: #2A72BE;
}
.AnyTagClassName
{
color: #2A72BE;
}
</style>
background-color css
<style>
a { background-color: #2A72BE; }
a { background-color: rgb(42,114,190); }
div.DivClassName
{
background-color: #2A72BE;
}
.BgClassName
{
background-color: #2A72BE;
}
</style>
border-color css
<style>
span { border-color: #2A72BE; }
span { border-color: rgb(42,114,190); }
td.TdClassName
{
border-color: #2A72BE;
}
.TagClassName
{
border-color: #2A72BE;
}
</style>