Shades of Fun Blue #224686
Tints of Fun Blue #224686
RGB
CMYK
RGB Variations
Color information
#224686 (or 0x224686) is known color: Fun Blue. HEX triplet: 22, 46 and 86. RGB value is (34,70,134). Sum of RGB (Red+Green+Blue) = 34+70+134=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #224686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224686 is #DDB979. Grayscale: #424242. Windows color (decimal): -14530938 or 8799778. OLE color: 8799778.
HSL color Cylindrical-coordinate representation of color #224686: hue angle of 218.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224686 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 70 | 134 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.47 |
| HSL | 218.4º | 0.6% | 0.33% | - |
| HSV(B) | 218.4º | 0.75% | 0.53% | - |
| XYZ | 7.15 | 6.44 | 23.42 | - |
| YUV | 66.53 | 166.07 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 134 | 0.75 | 0.48 | 0 | 0.47 | 218.4 | 0.6 | 0.33 |
| Hex | 22 | 46 | 86 | 4B | 30 | 0 | 2F | DA | 3C | 21 |
| Octal | 42 | 106 | 206 | 113 | 60 | 0 | 57 | 332 | 74 | 41 |
| Binary | 100010 | 1000110 | 10000110 | 1001011 | 110000 | 0 | 101111 | 11011010 | 111100 | 100001 |
Color Harmonies of #224686
Complementary color
Monochromatic Colors of #224686
Black with #224686
Text Example
Text Example
White with #224686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224686; }
p { color: rgb(34,70,134); }
H1.HeaderClassName
{
color: #224686;
}
.AnyTagClassName
{
color: #224686;
}
</style>
background-color css
<style>
a { background-color: #224686; }
a { background-color: rgb(34,70,134); }
div.DivClassName
{
background-color: #224686;
}
.BgClassName
{
background-color: #224686;
}
</style>
border-color css
<style>
span { border-color: #224686; }
span { border-color: rgb(34,70,134); }
td.TdClassName
{
border-color: #224686;
}
.TagClassName
{
border-color: #224686;
}
</style>