Shades of Fun Blue #224581
Tints of Fun Blue #224581
RGB
CMYK
RGB Variations
Color information
#224581 (or 0x224581) is known color: Fun Blue. HEX triplet: 22, 45 and 81. RGB value is (34,69,129). Sum of RGB (Red+Green+Blue) = 34+69+129=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #224581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224581 is #DDBA7E. Grayscale: #414141. Windows color (decimal): -14531199 or 8471842. OLE color: 8471842.
HSL color Cylindrical-coordinate representation of color #224581: hue angle of 217.89º degrees, saturation: 0.58, 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 #224581 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 69 | 129 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.49 |
| HSL | 217.89º | 0.58% | 0.32% | - |
| HSV(B) | 217.89º | 0.74% | 0.51% | - |
| XYZ | 6.75 | 6.18 | 21.61 | - |
| YUV | 65.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 129 | 0.74 | 0.47 | 0 | 0.49 | 217.89 | 0.58 | 0.32 |
| Hex | 22 | 45 | 81 | 4A | 2F | 0 | 31 | DA | 3A | 20 |
| Octal | 42 | 105 | 201 | 112 | 57 | 0 | 61 | 332 | 72 | 40 |
| Binary | 100010 | 1000101 | 10000001 | 1001010 | 101111 | 0 | 110001 | 11011010 | 111010 | 100000 |
Color Harmonies of #224581
Complementary color
Monochromatic Colors of #224581
Black with #224581
Text Example
Text Example
White with #224581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224581; }
p { color: rgb(34,69,129); }
H1.HeaderClassName
{
color: #224581;
}
.AnyTagClassName
{
color: #224581;
}
</style>
background-color css
<style>
a { background-color: #224581; }
a { background-color: rgb(34,69,129); }
div.DivClassName
{
background-color: #224581;
}
.BgClassName
{
background-color: #224581;
}
</style>
border-color css
<style>
span { border-color: #224581; }
span { border-color: rgb(34,69,129); }
td.TdClassName
{
border-color: #224581;
}
.TagClassName
{
border-color: #224581;
}
</style>