Shades of Bunting #222B49
Tints of Bunting #222B49
RGB
CMYK
RGB Variations
Color information
#222B49 (or 0x222B49) is known color: Bunting. HEX triplet: 22, 2B and 49. RGB value is (34,43,73). Sum of RGB (Red+Green+Blue) = 34+43+73=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #222B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222B49 is #DDD4B6. Grayscale: #2B2B2B. Windows color (decimal): -14537911 or 4795170. OLE color: 4795170.
HSL color Cylindrical-coordinate representation of color #222B49: hue angle of 226.15º 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 #222B49 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 43 | 73 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.71 |
| HSL | 226.15º | 0.36% | 0.21% | - |
| HSV(B) | 226.15º | 0.53% | 0.29% | - |
| XYZ | 2.73 | 2.55 | 6.65 | - |
| YUV | 43.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 73 | 0.53 | 0.41 | 0 | 0.71 | 226.15 | 0.36 | 0.21 |
| Hex | 22 | 2B | 49 | 35 | 29 | 0 | 47 | E2 | 24 | 15 |
| Octal | 42 | 53 | 111 | 65 | 51 | 0 | 107 | 342 | 44 | 25 |
| Binary | 100010 | 101011 | 1001001 | 110101 | 101001 | 0 | 1000111 | 11100010 | 100100 | 10101 |
Color Harmonies of #222B49
Complementary color
Monochromatic Colors of #222B49
Black with #222B49
Text Example
Text Example
White with #222B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B49; }
p { color: rgb(34,43,73); }
H1.HeaderClassName
{
color: #222B49;
}
.AnyTagClassName
{
color: #222B49;
}
</style>
background-color css
<style>
a { background-color: #222B49; }
a { background-color: rgb(34,43,73); }
div.DivClassName
{
background-color: #222B49;
}
.BgClassName
{
background-color: #222B49;
}
</style>
border-color css
<style>
span { border-color: #222B49; }
span { border-color: rgb(34,43,73); }
td.TdClassName
{
border-color: #222B49;
}
.TagClassName
{
border-color: #222B49;
}
</style>