Shades of Fun Blue #22488E
Tints of Fun Blue #22488E
RGB
CMYK
RGB Variations
Color information
#22488E (or 0x22488E) is known color: Fun Blue. HEX triplet: 22, 48 and 8E. RGB value is (34,72,142). Sum of RGB (Red+Green+Blue) = 34+72+142=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #22488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22488E is #DDB771. Grayscale: #444444. Windows color (decimal): -14530418 or 9324578. OLE color: 9324578.
HSL color Cylindrical-coordinate representation of color #22488E: hue angle of 218.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22488E is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 72 | 142 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.44 |
| HSL | 218.89º | 0.61% | 0.35% | - |
| HSV(B) | 218.89º | 0.76% | 0.56% | - |
| XYZ | 7.86 | 6.93 | 26.51 | - |
| YUV | 68.62 | 169.41 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 72 | 142 | 0.76 | 0.49 | 0 | 0.44 | 218.89 | 0.61 | 0.35 |
| Hex | 22 | 48 | 8E | 4C | 31 | 0 | 2C | DB | 3D | 23 |
| Octal | 42 | 110 | 216 | 114 | 61 | 0 | 54 | 333 | 75 | 43 |
| Binary | 100010 | 1001000 | 10001110 | 1001100 | 110001 | 0 | 101100 | 11011011 | 111101 | 100011 |
Color Harmonies of #22488E
Complementary color
Monochromatic Colors of #22488E
Black with #22488E
Text Example
Text Example
White with #22488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22488E; }
p { color: rgb(34,72,142); }
H1.HeaderClassName
{
color: #22488E;
}
.AnyTagClassName
{
color: #22488E;
}
</style>
background-color css
<style>
a { background-color: #22488E; }
a { background-color: rgb(34,72,142); }
div.DivClassName
{
background-color: #22488E;
}
.BgClassName
{
background-color: #22488E;
}
</style>
border-color css
<style>
span { border-color: #22488E; }
span { border-color: rgb(34,72,142); }
td.TdClassName
{
border-color: #22488E;
}
.TagClassName
{
border-color: #22488E;
}
</style>