Shades of Bunting #222E49
Tints of Bunting #222E49
RGB
CMYK
RGB Variations
Color information
#222E49 (or 0x222E49) is known color: Bunting. HEX triplet: 22, 2E and 49. RGB value is (34,46,73). Sum of RGB (Red+Green+Blue) = 34+46+73=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #222E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222E49 is #DDD1B6. Grayscale: #2D2D2D. Windows color (decimal): -14537143 or 4795938. OLE color: 4795938.
HSL color Cylindrical-coordinate representation of color #222E49: hue angle of 221.54º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #222E49 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 46 | 73 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.71 |
| HSL | 221.54º | 0.36% | 0.21% | - |
| HSV(B) | 221.54º | 0.53% | 0.29% | - |
| XYZ | 2.84 | 2.78 | 6.69 | - |
| YUV | 45.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 73 | 0.53 | 0.37 | 0 | 0.71 | 221.54 | 0.36 | 0.21 |
| Hex | 22 | 2E | 49 | 35 | 25 | 0 | 47 | DE | 24 | 15 |
| Octal | 42 | 56 | 111 | 65 | 45 | 0 | 107 | 336 | 44 | 25 |
| Binary | 100010 | 101110 | 1001001 | 110101 | 100101 | 0 | 1000111 | 11011110 | 100100 | 10101 |
Color Harmonies of #222E49
Complementary color
Monochromatic Colors of #222E49
Black with #222E49
Text Example
Text Example
White with #222E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E49; }
p { color: rgb(34,46,73); }
H1.HeaderClassName
{
color: #222E49;
}
.AnyTagClassName
{
color: #222E49;
}
</style>
background-color css
<style>
a { background-color: #222E49; }
a { background-color: rgb(34,46,73); }
div.DivClassName
{
background-color: #222E49;
}
.BgClassName
{
background-color: #222E49;
}
</style>
border-color css
<style>
span { border-color: #222E49; }
span { border-color: rgb(34,46,73); }
td.TdClassName
{
border-color: #222E49;
}
.TagClassName
{
border-color: #222E49;
}
</style>