Shades of Bunting #2A3041
Tints of Bunting #2A3041
RGB
CMYK
RGB Variations
Color information
#2A3041 (or 0x2A3041) is known color: Bunting. HEX triplet: 2A, 30 and 41. RGB value is (42,48,65). Sum of RGB (Red+Green+Blue) = 42+48+65=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A3041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3041 is #D5CFBE. Grayscale: #303030. Windows color (decimal): -14012351 or 4272170. OLE color: 4272170.
HSL color Cylindrical-coordinate representation of color #2A3041: hue angle of 224.35º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A3041 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 48 | 65 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.75 |
| HSL | 224.35º | 0.21% | 0.21% | - |
| HSV(B) | 224.35º | 0.35% | 0.25% | - |
| XYZ | 2.97 | 2.99 | 5.42 | - |
| YUV | 48.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 65 | 0.35 | 0.26 | 0 | 0.75 | 224.35 | 0.21 | 0.21 |
| Hex | 2A | 30 | 41 | 23 | 1A | 0 | 4B | E0 | 15 | 15 |
| Octal | 52 | 60 | 101 | 43 | 32 | 0 | 113 | 340 | 25 | 25 |
| Binary | 101010 | 110000 | 1000001 | 100011 | 11010 | 0 | 1001011 | 11100000 | 10101 | 10101 |
Color Harmonies of #2A3041
Complementary color
Monochromatic Colors of #2A3041
Black with #2A3041
Text Example
Text Example
White with #2A3041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3041; }
p { color: rgb(42,48,65); }
H1.HeaderClassName
{
color: #2A3041;
}
.AnyTagClassName
{
color: #2A3041;
}
</style>
background-color css
<style>
a { background-color: #2A3041; }
a { background-color: rgb(42,48,65); }
div.DivClassName
{
background-color: #2A3041;
}
.BgClassName
{
background-color: #2A3041;
}
</style>
border-color css
<style>
span { border-color: #2A3041; }
span { border-color: rgb(42,48,65); }
td.TdClassName
{
border-color: #2A3041;
}
.TagClassName
{
border-color: #2A3041;
}
</style>