Shades of Bunting #222F52
Tints of Bunting #222F52
RGB
CMYK
RGB Variations
Color information
#222F52 (or 0x222F52) is known color: Bunting. HEX triplet: 22, 2F and 52. RGB value is (34,47,82). Sum of RGB (Red+Green+Blue) = 34+47+82=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #222F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222F52 is #DDD0AD. Grayscale: #2E2E2E. Windows color (decimal): -14536878 or 5386018. OLE color: 5386018.
HSL color Cylindrical-coordinate representation of color #222F52: hue angle of 223.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #222F52 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 47 | 82 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.68 |
| HSL | 223.75º | 0.41% | 0.23% | - |
| HSV(B) | 223.75º | 0.59% | 0.32% | - |
| XYZ | 3.2 | 2.98 | 8.39 | - |
| YUV | 47.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 82 | 0.59 | 0.43 | 0 | 0.68 | 223.75 | 0.41 | 0.23 |
| Hex | 22 | 2F | 52 | 3B | 2B | 0 | 44 | E0 | 29 | 17 |
| Octal | 42 | 57 | 122 | 73 | 53 | 0 | 104 | 340 | 51 | 27 |
| Binary | 100010 | 101111 | 1010010 | 111011 | 101011 | 0 | 1000100 | 11100000 | 101001 | 10111 |
Color Harmonies of #222F52
Complementary color
Monochromatic Colors of #222F52
Black with #222F52
Text Example
Text Example
White with #222F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F52; }
p { color: rgb(34,47,82); }
H1.HeaderClassName
{
color: #222F52;
}
.AnyTagClassName
{
color: #222F52;
}
</style>
background-color css
<style>
a { background-color: #222F52; }
a { background-color: rgb(34,47,82); }
div.DivClassName
{
background-color: #222F52;
}
.BgClassName
{
background-color: #222F52;
}
</style>
border-color css
<style>
span { border-color: #222F52; }
span { border-color: rgb(34,47,82); }
td.TdClassName
{
border-color: #222F52;
}
.TagClassName
{
border-color: #222F52;
}
</style>