Shades of Fun Blue #224280
Tints of Fun Blue #224280
RGB
CMYK
RGB Variations
Color information
#224280 (or 0x224280) is known color: Fun Blue. HEX triplet: 22, 42 and 80. RGB value is (34,66,128). Sum of RGB (Red+Green+Blue) = 34+66+128=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #224280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224280 is #DDBD7F. Grayscale: #3F3F3F. Windows color (decimal): -14531968 or 8405538. OLE color: 8405538.
HSL color Cylindrical-coordinate representation of color #224280: hue angle of 219.57º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #224280 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 66 | 128 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.50 |
| HSL | 219.57º | 0.58% | 0.32% | - |
| HSV(B) | 219.57º | 0.73% | 0.5% | - |
| XYZ | 6.5 | 5.8 | 21.2 | - |
| YUV | 63.5 | 164.4 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 128 | 0.73 | 0.48 | 0 | 0.50 | 219.57 | 0.58 | 0.32 |
| Hex | 22 | 42 | 80 | 49 | 30 | 0 | 32 | DC | 3A | 20 |
| Octal | 42 | 102 | 200 | 111 | 60 | 0 | 62 | 334 | 72 | 40 |
| Binary | 100010 | 1000010 | 10000000 | 1001001 | 110000 | 0 | 110010 | 11011100 | 111010 | 100000 |
Color Harmonies of #224280
Complementary color
Monochromatic Colors of #224280
Black with #224280
Text Example
Text Example
White with #224280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224280; }
p { color: rgb(34,66,128); }
H1.HeaderClassName
{
color: #224280;
}
.AnyTagClassName
{
color: #224280;
}
</style>
background-color css
<style>
a { background-color: #224280; }
a { background-color: rgb(34,66,128); }
div.DivClassName
{
background-color: #224280;
}
.BgClassName
{
background-color: #224280;
}
</style>
border-color css
<style>
span { border-color: #224280; }
span { border-color: rgb(34,66,128); }
td.TdClassName
{
border-color: #224280;
}
.TagClassName
{
border-color: #224280;
}
</style>