Shades of Fun Blue #224487
Tints of Fun Blue #224487
RGB
CMYK
RGB Variations
Color information
#224487 (or 0x224487) is known color: Fun Blue. HEX triplet: 22, 44 and 87. RGB value is (34,68,135). Sum of RGB (Red+Green+Blue) = 34+68+135=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #224487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224487 is #DDBB78. Grayscale: #414141. Windows color (decimal): -14531449 or 8864802. OLE color: 8864802.
HSL color Cylindrical-coordinate representation of color #224487: hue angle of 219.8º 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 #224487 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 68 | 135 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.47 |
| HSL | 219.8º | 0.6% | 0.33% | - |
| HSV(B) | 219.8º | 0.75% | 0.53% | - |
| XYZ | 7.1 | 6.22 | 23.75 | - |
| YUV | 65.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 135 | 0.75 | 0.50 | 0 | 0.47 | 219.8 | 0.6 | 0.33 |
| Hex | 22 | 44 | 87 | 4B | 32 | 0 | 2F | DC | 3C | 21 |
| Octal | 42 | 104 | 207 | 113 | 62 | 0 | 57 | 334 | 74 | 41 |
| Binary | 100010 | 1000100 | 10000111 | 1001011 | 110010 | 0 | 101111 | 11011100 | 111100 | 100001 |
Color Harmonies of #224487
Complementary color
Monochromatic Colors of #224487
Black with #224487
Text Example
Text Example
White with #224487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224487; }
p { color: rgb(34,68,135); }
H1.HeaderClassName
{
color: #224487;
}
.AnyTagClassName
{
color: #224487;
}
</style>
background-color css
<style>
a { background-color: #224487; }
a { background-color: rgb(34,68,135); }
div.DivClassName
{
background-color: #224487;
}
.BgClassName
{
background-color: #224487;
}
</style>
border-color css
<style>
span { border-color: #224487; }
span { border-color: rgb(34,68,135); }
td.TdClassName
{
border-color: #224487;
}
.TagClassName
{
border-color: #224487;
}
</style>