Shades of Bunting #2A324B
Tints of Bunting #2A324B
RGB
CMYK
RGB Variations
Color information
#2A324B (or 0x2A324B) is known color: Bunting. HEX triplet: 2A, 32 and 4B. RGB value is (42,50,75). Sum of RGB (Red+Green+Blue) = 42+50+75=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A324B is #D5CDB4. Grayscale: #323232. Windows color (decimal): -14011829 or 4928042. OLE color: 4928042.
HSL color Cylindrical-coordinate representation of color #2A324B: hue angle of 225.45º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A324B is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 50 | 75 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.71 |
| HSL | 225.45º | 0.28% | 0.23% | - |
| HSV(B) | 225.45º | 0.44% | 0.29% | - |
| XYZ | 3.37 | 3.28 | 7.11 | - |
| YUV | 50.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 75 | 0.44 | 0.33 | 0 | 0.71 | 225.45 | 0.28 | 0.23 |
| Hex | 2A | 32 | 4B | 2C | 21 | 0 | 47 | E1 | 1C | 17 |
| Octal | 52 | 62 | 113 | 54 | 41 | 0 | 107 | 341 | 34 | 27 |
| Binary | 101010 | 110010 | 1001011 | 101100 | 100001 | 0 | 1000111 | 11100001 | 11100 | 10111 |
Color Harmonies of #2A324B
Complementary color
Monochromatic Colors of #2A324B
Black with #2A324B
Text Example
Text Example
White with #2A324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A324B; }
p { color: rgb(42,50,75); }
H1.HeaderClassName
{
color: #2A324B;
}
.AnyTagClassName
{
color: #2A324B;
}
</style>
background-color css
<style>
a { background-color: #2A324B; }
a { background-color: rgb(42,50,75); }
div.DivClassName
{
background-color: #2A324B;
}
.BgClassName
{
background-color: #2A324B;
}
</style>
border-color css
<style>
span { border-color: #2A324B; }
span { border-color: rgb(42,50,75); }
td.TdClassName
{
border-color: #2A324B;
}
.TagClassName
{
border-color: #2A324B;
}
</style>