Shades of Bunting #2A354B
Tints of Bunting #2A354B
RGB
CMYK
RGB Variations
Color information
#2A354B (or 0x2A354B) is known color: Bunting. HEX triplet: 2A, 35 and 4B. RGB value is (42,53,75). Sum of RGB (Red+Green+Blue) = 42+53+75=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A354B is #D5CAB4. Grayscale: #343434. Windows color (decimal): -14011061 or 4928810. OLE color: 4928810.
HSL color Cylindrical-coordinate representation of color #2A354B: hue angle of 220º 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 #2A354B is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 53 | 75 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.71 |
| HSL | 220º | 0.28% | 0.23% | - |
| HSV(B) | 220º | 0.44% | 0.29% | - |
| XYZ | 3.5 | 3.55 | 7.16 | - |
| YUV | 52.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 75 | 0.44 | 0.29 | 0 | 0.71 | 220 | 0.28 | 0.23 |
| Hex | 2A | 35 | 4B | 2C | 1D | 0 | 47 | DC | 1C | 17 |
| Octal | 52 | 65 | 113 | 54 | 35 | 0 | 107 | 334 | 34 | 27 |
| Binary | 101010 | 110101 | 1001011 | 101100 | 11101 | 0 | 1000111 | 11011100 | 11100 | 10111 |
Color Harmonies of #2A354B
Complementary color
Monochromatic Colors of #2A354B
Black with #2A354B
Text Example
Text Example
White with #2A354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A354B; }
p { color: rgb(42,53,75); }
H1.HeaderClassName
{
color: #2A354B;
}
.AnyTagClassName
{
color: #2A354B;
}
</style>
background-color css
<style>
a { background-color: #2A354B; }
a { background-color: rgb(42,53,75); }
div.DivClassName
{
background-color: #2A354B;
}
.BgClassName
{
background-color: #2A354B;
}
</style>
border-color css
<style>
span { border-color: #2A354B; }
span { border-color: rgb(42,53,75); }
td.TdClassName
{
border-color: #2A354B;
}
.TagClassName
{
border-color: #2A354B;
}
</style>