Shades of Bunting #223153
Tints of Bunting #223153
RGB
CMYK
RGB Variations
Color information
#223153 (or 0x223153) is known color: Bunting. HEX triplet: 22, 31 and 53. RGB value is (34,49,83). Sum of RGB (Red+Green+Blue) = 34+49+83=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #223153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223153 is #DDCEAC. Grayscale: #303030. Windows color (decimal): -14536365 or 5452066. OLE color: 5452066.
HSL color Cylindrical-coordinate representation of color #223153: hue angle of 221.63º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #223153 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 49 | 83 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.67 |
| HSL | 221.63º | 0.42% | 0.23% | - |
| HSV(B) | 221.63º | 0.59% | 0.33% | - |
| XYZ | 3.32 | 3.16 | 8.62 | - |
| YUV | 48.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 83 | 0.59 | 0.41 | 0 | 0.67 | 221.63 | 0.42 | 0.23 |
| Hex | 22 | 31 | 53 | 3B | 29 | 0 | 43 | DE | 2A | 17 |
| Octal | 42 | 61 | 123 | 73 | 51 | 0 | 103 | 336 | 52 | 27 |
| Binary | 100010 | 110001 | 1010011 | 111011 | 101001 | 0 | 1000011 | 11011110 | 101010 | 10111 |
Color Harmonies of #223153
Complementary color
Monochromatic Colors of #223153
Black with #223153
Text Example
Text Example
White with #223153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223153; }
p { color: rgb(34,49,83); }
H1.HeaderClassName
{
color: #223153;
}
.AnyTagClassName
{
color: #223153;
}
</style>
background-color css
<style>
a { background-color: #223153; }
a { background-color: rgb(34,49,83); }
div.DivClassName
{
background-color: #223153;
}
.BgClassName
{
background-color: #223153;
}
</style>
border-color css
<style>
span { border-color: #223153; }
span { border-color: rgb(34,49,83); }
td.TdClassName
{
border-color: #223153;
}
.TagClassName
{
border-color: #223153;
}
</style>