Shades of Fun Blue #224684
Tints of Fun Blue #224684
RGB
CMYK
RGB Variations
Color information
#224684 (or 0x224684) is known color: Fun Blue. HEX triplet: 22, 46 and 84. RGB value is (34,70,132). Sum of RGB (Red+Green+Blue) = 34+70+132=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #224684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224684 is #DDB97B. Grayscale: #424242. Windows color (decimal): -14530940 or 8668706. OLE color: 8668706.
HSL color Cylindrical-coordinate representation of color #224684: hue angle of 217.96º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224684 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 70 | 132 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.48 |
| HSL | 217.96º | 0.59% | 0.33% | - |
| HSV(B) | 217.96º | 0.74% | 0.52% | - |
| XYZ | 7.01 | 6.39 | 22.69 | - |
| YUV | 66.3 | 165.07 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 132 | 0.74 | 0.47 | 0 | 0.48 | 217.96 | 0.59 | 0.33 |
| Hex | 22 | 46 | 84 | 4A | 2F | 0 | 30 | DA | 3B | 21 |
| Octal | 42 | 106 | 204 | 112 | 57 | 0 | 60 | 332 | 73 | 41 |
| Binary | 100010 | 1000110 | 10000100 | 1001010 | 101111 | 0 | 110000 | 11011010 | 111011 | 100001 |
Color Harmonies of #224684
Complementary color
Monochromatic Colors of #224684
Black with #224684
Text Example
Text Example
White with #224684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224684; }
p { color: rgb(34,70,132); }
H1.HeaderClassName
{
color: #224684;
}
.AnyTagClassName
{
color: #224684;
}
</style>
background-color css
<style>
a { background-color: #224684; }
a { background-color: rgb(34,70,132); }
div.DivClassName
{
background-color: #224684;
}
.BgClassName
{
background-color: #224684;
}
</style>
border-color css
<style>
span { border-color: #224684; }
span { border-color: rgb(34,70,132); }
td.TdClassName
{
border-color: #224684;
}
.TagClassName
{
border-color: #224684;
}
</style>