Shades of Bunting #223148
Tints of Bunting #223148
RGB
CMYK
RGB Variations
Color information
#223148 (or 0x223148) is known color: Bunting. HEX triplet: 22, 31 and 48. RGB value is (34,49,72). Sum of RGB (Red+Green+Blue) = 34+49+72=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #223148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223148 is #DDCEB7. Grayscale: #2F2F2F. Windows color (decimal): -14536376 or 4731170. OLE color: 4731170.
HSL color Cylindrical-coordinate representation of color #223148: hue angle of 216.32º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #223148 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 49 | 72 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.72 |
| HSL | 216.32º | 0.36% | 0.21% | - |
| HSV(B) | 216.32º | 0.53% | 0.28% | - |
| XYZ | 2.93 | 3 | 6.56 | - |
| YUV | 47.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 72 | 0.53 | 0.32 | 0 | 0.72 | 216.32 | 0.36 | 0.21 |
| Hex | 22 | 31 | 48 | 35 | 20 | 0 | 48 | D8 | 24 | 15 |
| Octal | 42 | 61 | 110 | 65 | 40 | 0 | 110 | 330 | 44 | 25 |
| Binary | 100010 | 110001 | 1001000 | 110101 | 100000 | 0 | 1001000 | 11011000 | 100100 | 10101 |
Color Harmonies of #223148
Complementary color
Monochromatic Colors of #223148
Black with #223148
Text Example
Text Example
White with #223148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223148; }
p { color: rgb(34,49,72); }
H1.HeaderClassName
{
color: #223148;
}
.AnyTagClassName
{
color: #223148;
}
</style>
background-color css
<style>
a { background-color: #223148; }
a { background-color: rgb(34,49,72); }
div.DivClassName
{
background-color: #223148;
}
.BgClassName
{
background-color: #223148;
}
</style>
border-color css
<style>
span { border-color: #223148; }
span { border-color: rgb(34,49,72); }
td.TdClassName
{
border-color: #223148;
}
.TagClassName
{
border-color: #223148;
}
</style>