Shades of Bunting #2A3350
Tints of Bunting #2A3350
RGB
CMYK
RGB Variations
Color information
#2A3350 (or 0x2A3350) is known color: Bunting. HEX triplet: 2A, 33 and 50. RGB value is (42,51,80). Sum of RGB (Red+Green+Blue) = 42+51+80=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A3350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3350 is #D5CCAF. Grayscale: #333333. Windows color (decimal): -14011568 or 5255978. OLE color: 5255978.
HSL color Cylindrical-coordinate representation of color #2A3350: hue angle of 225.79º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A3350 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 51 | 80 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.69 |
| HSL | 225.79º | 0.31% | 0.24% | - |
| HSV(B) | 225.79º | 0.48% | 0.31% | - |
| XYZ | 3.59 | 3.44 | 8.06 | - |
| YUV | 51.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 80 | 0.48 | 0.36 | 0 | 0.69 | 225.79 | 0.31 | 0.24 |
| Hex | 2A | 33 | 50 | 30 | 24 | 0 | 45 | E2 | 1F | 18 |
| Octal | 52 | 63 | 120 | 60 | 44 | 0 | 105 | 342 | 37 | 30 |
| Binary | 101010 | 110011 | 1010000 | 110000 | 100100 | 0 | 1000101 | 11100010 | 11111 | 11000 |
Color Harmonies of #2A3350
Complementary color
Monochromatic Colors of #2A3350
Black with #2A3350
Text Example
Text Example
White with #2A3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3350; }
p { color: rgb(42,51,80); }
H1.HeaderClassName
{
color: #2A3350;
}
.AnyTagClassName
{
color: #2A3350;
}
</style>
background-color css
<style>
a { background-color: #2A3350; }
a { background-color: rgb(42,51,80); }
div.DivClassName
{
background-color: #2A3350;
}
.BgClassName
{
background-color: #2A3350;
}
</style>
border-color css
<style>
span { border-color: #2A3350; }
span { border-color: rgb(42,51,80); }
td.TdClassName
{
border-color: #2A3350;
}
.TagClassName
{
border-color: #2A3350;
}
</style>