Shades of Fun Blue #224486
Tints of Fun Blue #224486
RGB
CMYK
RGB Variations
Color information
#224486 (or 0x224486) is known color: Fun Blue. HEX triplet: 22, 44 and 86. RGB value is (34,68,134). Sum of RGB (Red+Green+Blue) = 34+68+134=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #224486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224486 is #DDBB79. Grayscale: #414141. Windows color (decimal): -14531450 or 8799266. OLE color: 8799266.
HSL color Cylindrical-coordinate representation of color #224486: hue angle of 219.6º 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 #224486 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 68 | 134 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.47 |
| HSL | 219.6º | 0.6% | 0.33% | - |
| HSV(B) | 219.6º | 0.75% | 0.53% | - |
| XYZ | 7.03 | 6.2 | 23.38 | - |
| YUV | 65.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 134 | 0.75 | 0.49 | 0 | 0.47 | 219.6 | 0.6 | 0.33 |
| Hex | 22 | 44 | 86 | 4B | 31 | 0 | 2F | DC | 3C | 21 |
| Octal | 42 | 104 | 206 | 113 | 61 | 0 | 57 | 334 | 74 | 41 |
| Binary | 100010 | 1000100 | 10000110 | 1001011 | 110001 | 0 | 101111 | 11011100 | 111100 | 100001 |
Color Harmonies of #224486
Complementary color
Monochromatic Colors of #224486
Black with #224486
Text Example
Text Example
White with #224486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224486; }
p { color: rgb(34,68,134); }
H1.HeaderClassName
{
color: #224486;
}
.AnyTagClassName
{
color: #224486;
}
</style>
background-color css
<style>
a { background-color: #224486; }
a { background-color: rgb(34,68,134); }
div.DivClassName
{
background-color: #224486;
}
.BgClassName
{
background-color: #224486;
}
</style>
border-color css
<style>
span { border-color: #224486; }
span { border-color: rgb(34,68,134); }
td.TdClassName
{
border-color: #224486;
}
.TagClassName
{
border-color: #224486;
}
</style>