Shades of Fun Blue #224478
Tints of Fun Blue #224478
RGB
CMYK
RGB Variations
Color information
#224478 (or 0x224478) is known color: Fun Blue. HEX triplet: 22, 44 and 78. RGB value is (34,68,120). Sum of RGB (Red+Green+Blue) = 34+68+120=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #224478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224478 is #DDBB87. Grayscale: #3F3F3F. Windows color (decimal): -14531464 or 7881762. OLE color: 7881762.
HSL color Cylindrical-coordinate representation of color #224478: hue angle of 216.28º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #224478 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 68 | 120 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.53 |
| HSL | 216.28º | 0.56% | 0.3% | - |
| HSV(B) | 216.28º | 0.72% | 0.47% | - |
| XYZ | 6.12 | 5.83 | 18.57 | - |
| YUV | 63.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 120 | 0.72 | 0.43 | 0 | 0.53 | 216.28 | 0.56 | 0.3 |
| Hex | 22 | 44 | 78 | 48 | 2B | 0 | 35 | D8 | 38 | 1E |
| Octal | 42 | 104 | 170 | 110 | 53 | 0 | 65 | 330 | 70 | 36 |
| Binary | 100010 | 1000100 | 1111000 | 1001000 | 101011 | 0 | 110101 | 11011000 | 111000 | 11110 |
Color Harmonies of #224478
Complementary color
Monochromatic Colors of #224478
Black with #224478
Text Example
Text Example
White with #224478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224478; }
p { color: rgb(34,68,120); }
H1.HeaderClassName
{
color: #224478;
}
.AnyTagClassName
{
color: #224478;
}
</style>
background-color css
<style>
a { background-color: #224478; }
a { background-color: rgb(34,68,120); }
div.DivClassName
{
background-color: #224478;
}
.BgClassName
{
background-color: #224478;
}
</style>
border-color css
<style>
span { border-color: #224478; }
span { border-color: rgb(34,68,120); }
td.TdClassName
{
border-color: #224478;
}
.TagClassName
{
border-color: #224478;
}
</style>