Shades of Bunting #2A344A
Tints of Bunting #2A344A
RGB
CMYK
RGB Variations
Color information
#2A344A (or 0x2A344A) is known color: Bunting. HEX triplet: 2A, 34 and 4A. RGB value is (42,52,74). Sum of RGB (Red+Green+Blue) = 42+52+74=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A344A is #D5CBB5. Grayscale: #333333. Windows color (decimal): -14011318 or 4863018. OLE color: 4863018.
HSL color Cylindrical-coordinate representation of color #2A344A: hue angle of 221.25º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A344A is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 52 | 74 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.71 |
| HSL | 221.25º | 0.28% | 0.23% | - |
| HSV(B) | 221.25º | 0.43% | 0.29% | - |
| XYZ | 3.42 | 3.44 | 6.96 | - |
| YUV | 51.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 74 | 0.43 | 0.30 | 0 | 0.71 | 221.25 | 0.28 | 0.23 |
| Hex | 2A | 34 | 4A | 2B | 1E | 0 | 47 | DD | 1C | 17 |
| Octal | 52 | 64 | 112 | 53 | 36 | 0 | 107 | 335 | 34 | 27 |
| Binary | 101010 | 110100 | 1001010 | 101011 | 11110 | 0 | 1000111 | 11011101 | 11100 | 10111 |
Color Harmonies of #2A344A
Complementary color
Monochromatic Colors of #2A344A
Black with #2A344A
Text Example
Text Example
White with #2A344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A344A; }
p { color: rgb(42,52,74); }
H1.HeaderClassName
{
color: #2A344A;
}
.AnyTagClassName
{
color: #2A344A;
}
</style>
background-color css
<style>
a { background-color: #2A344A; }
a { background-color: rgb(42,52,74); }
div.DivClassName
{
background-color: #2A344A;
}
.BgClassName
{
background-color: #2A344A;
}
</style>
border-color css
<style>
span { border-color: #2A344A; }
span { border-color: rgb(42,52,74); }
td.TdClassName
{
border-color: #2A344A;
}
.TagClassName
{
border-color: #2A344A;
}
</style>