Shades of Bunting #223250
Tints of Bunting #223250
RGB
CMYK
RGB Variations
Color information
#223250 (or 0x223250) is known color: Bunting. HEX triplet: 22, 32 and 50. RGB value is (34,50,80). Sum of RGB (Red+Green+Blue) = 34+50+80=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #223250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223250 is #DDCDAF. Grayscale: #303030. Windows color (decimal): -14536112 or 5255714. OLE color: 5255714.
HSL color Cylindrical-coordinate representation of color #223250: hue angle of 219.13º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #223250 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 50 | 80 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.69 |
| HSL | 219.13º | 0.4% | 0.22% | - |
| HSV(B) | 219.13º | 0.58% | 0.31% | - |
| XYZ | 3.25 | 3.2 | 8.04 | - |
| YUV | 48.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 80 | 0.58 | 0.37 | 0 | 0.69 | 219.13 | 0.4 | 0.22 |
| Hex | 22 | 32 | 50 | 3A | 25 | 0 | 45 | DB | 28 | 16 |
| Octal | 42 | 62 | 120 | 72 | 45 | 0 | 105 | 333 | 50 | 26 |
| Binary | 100010 | 110010 | 1010000 | 111010 | 100101 | 0 | 1000101 | 11011011 | 101000 | 10110 |
Color Harmonies of #223250
Complementary color
Monochromatic Colors of #223250
Black with #223250
Text Example
Text Example
White with #223250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223250; }
p { color: rgb(34,50,80); }
H1.HeaderClassName
{
color: #223250;
}
.AnyTagClassName
{
color: #223250;
}
</style>
background-color css
<style>
a { background-color: #223250; }
a { background-color: rgb(34,50,80); }
div.DivClassName
{
background-color: #223250;
}
.BgClassName
{
background-color: #223250;
}
</style>
border-color css
<style>
span { border-color: #223250; }
span { border-color: rgb(34,50,80); }
td.TdClassName
{
border-color: #223250;
}
.TagClassName
{
border-color: #223250;
}
</style>