Shades of Fun Blue #224381
Tints of Fun Blue #224381
RGB
CMYK
RGB Variations
Color information
#224381 (or 0x224381) is known color: Fun Blue. HEX triplet: 22, 43 and 81. RGB value is (34,67,129). Sum of RGB (Red+Green+Blue) = 34+67+129=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #224381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224381 is #DDBC7E. Grayscale: #3F3F3F. Windows color (decimal): -14531711 or 8471330. OLE color: 8471330.
HSL color Cylindrical-coordinate representation of color #224381: hue angle of 219.16º 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 #224381 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 67 | 129 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.49 |
| HSL | 219.16º | 0.58% | 0.32% | - |
| HSV(B) | 219.16º | 0.74% | 0.51% | - |
| XYZ | 6.63 | 5.94 | 21.57 | - |
| YUV | 64.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 67 | 129 | 0.74 | 0.48 | 0 | 0.49 | 219.16 | 0.58 | 0.32 |
| Hex | 22 | 43 | 81 | 4A | 30 | 0 | 31 | DB | 3A | 20 |
| Octal | 42 | 103 | 201 | 112 | 60 | 0 | 61 | 333 | 72 | 40 |
| Binary | 100010 | 1000011 | 10000001 | 1001010 | 110000 | 0 | 110001 | 11011011 | 111010 | 100000 |
Color Harmonies of #224381
Complementary color
Monochromatic Colors of #224381
Black with #224381
Text Example
Text Example
White with #224381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224381; }
p { color: rgb(34,67,129); }
H1.HeaderClassName
{
color: #224381;
}
.AnyTagClassName
{
color: #224381;
}
</style>
background-color css
<style>
a { background-color: #224381; }
a { background-color: rgb(34,67,129); }
div.DivClassName
{
background-color: #224381;
}
.BgClassName
{
background-color: #224381;
}
</style>
border-color css
<style>
span { border-color: #224381; }
span { border-color: rgb(34,67,129); }
td.TdClassName
{
border-color: #224381;
}
.TagClassName
{
border-color: #224381;
}
</style>