Shades of Bunting #2A354E
Tints of Bunting #2A354E
RGB
CMYK
RGB Variations
Color information
#2A354E (or 0x2A354E) is known color: Bunting. HEX triplet: 2A, 35 and 4E. RGB value is (42,53,78). Sum of RGB (Red+Green+Blue) = 42+53+78=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A354E is #D5CAB1. Grayscale: #343434. Windows color (decimal): -14011058 or 5125418. OLE color: 5125418.
HSL color Cylindrical-coordinate representation of color #2A354E: hue angle of 221.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A354E is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 53 | 78 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.69 |
| HSL | 221.67º | 0.3% | 0.24% | - |
| HSV(B) | 221.67º | 0.46% | 0.31% | - |
| XYZ | 3.6 | 3.59 | 7.71 | - |
| YUV | 52.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 78 | 0.46 | 0.32 | 0 | 0.69 | 221.67 | 0.3 | 0.24 |
| Hex | 2A | 35 | 4E | 2E | 20 | 0 | 45 | DE | 1E | 18 |
| Octal | 52 | 65 | 116 | 56 | 40 | 0 | 105 | 336 | 36 | 30 |
| Binary | 101010 | 110101 | 1001110 | 101110 | 100000 | 0 | 1000101 | 11011110 | 11110 | 11000 |
Color Harmonies of #2A354E
Complementary color
Monochromatic Colors of #2A354E
Black with #2A354E
Text Example
Text Example
White with #2A354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A354E; }
p { color: rgb(42,53,78); }
H1.HeaderClassName
{
color: #2A354E;
}
.AnyTagClassName
{
color: #2A354E;
}
</style>
background-color css
<style>
a { background-color: #2A354E; }
a { background-color: rgb(42,53,78); }
div.DivClassName
{
background-color: #2A354E;
}
.BgClassName
{
background-color: #2A354E;
}
</style>
border-color css
<style>
span { border-color: #2A354E; }
span { border-color: rgb(42,53,78); }
td.TdClassName
{
border-color: #2A354E;
}
.TagClassName
{
border-color: #2A354E;
}
</style>