Shades of Fun Blue #224582
Tints of Fun Blue #224582
RGB
CMYK
RGB Variations
Color information
#224582 (or 0x224582) is known color: Fun Blue. HEX triplet: 22, 45 and 82. RGB value is (34,69,130). Sum of RGB (Red+Green+Blue) = 34+69+130=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #224582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224582 is #DDBA7D. Grayscale: #414141. Windows color (decimal): -14531198 or 8537378. OLE color: 8537378.
HSL color Cylindrical-coordinate representation of color #224582: hue angle of 218.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224582 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 69 | 130 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.49 |
| HSL | 218.13º | 0.59% | 0.32% | - |
| HSV(B) | 218.13º | 0.74% | 0.51% | - |
| XYZ | 6.82 | 6.21 | 21.96 | - |
| YUV | 65.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 130 | 0.74 | 0.47 | 0 | 0.49 | 218.13 | 0.59 | 0.32 |
| Hex | 22 | 45 | 82 | 4A | 2F | 0 | 31 | DA | 3B | 20 |
| Octal | 42 | 105 | 202 | 112 | 57 | 0 | 61 | 332 | 73 | 40 |
| Binary | 100010 | 1000101 | 10000010 | 1001010 | 101111 | 0 | 110001 | 11011010 | 111011 | 100000 |
Color Harmonies of #224582
Complementary color
Monochromatic Colors of #224582
Black with #224582
Text Example
Text Example
White with #224582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224582; }
p { color: rgb(34,69,130); }
H1.HeaderClassName
{
color: #224582;
}
.AnyTagClassName
{
color: #224582;
}
</style>
background-color css
<style>
a { background-color: #224582; }
a { background-color: rgb(34,69,130); }
div.DivClassName
{
background-color: #224582;
}
.BgClassName
{
background-color: #224582;
}
</style>
border-color css
<style>
span { border-color: #224582; }
span { border-color: rgb(34,69,130); }
td.TdClassName
{
border-color: #224582;
}
.TagClassName
{
border-color: #224582;
}
</style>