Shades of Fun Blue #22438C
Tints of Fun Blue #22438C
RGB
CMYK
RGB Variations
Color information
#22438C (or 0x22438C) is known color: Fun Blue. HEX triplet: 22, 43 and 8C. RGB value is (34,67,140). Sum of RGB (Red+Green+Blue) = 34+67+140=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #22438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22438C is #DDBC73. Grayscale: #414141. Windows color (decimal): -14531700 or 9192226. OLE color: 9192226.
HSL color Cylindrical-coordinate representation of color #22438C: hue angle of 221.32º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22438C is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 67 | 140 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.45 |
| HSL | 221.32º | 0.61% | 0.34% | - |
| HSV(B) | 221.32º | 0.76% | 0.55% | - |
| XYZ | 7.4 | 6.25 | 25.63 | - |
| YUV | 65.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 67 | 140 | 0.76 | 0.52 | 0 | 0.45 | 221.32 | 0.61 | 0.34 |
| Hex | 22 | 43 | 8C | 4C | 34 | 0 | 2D | DD | 3D | 22 |
| Octal | 42 | 103 | 214 | 114 | 64 | 0 | 55 | 335 | 75 | 42 |
| Binary | 100010 | 1000011 | 10001100 | 1001100 | 110100 | 0 | 101101 | 11011101 | 111101 | 100010 |
Color Harmonies of #22438C
Complementary color
Monochromatic Colors of #22438C
Black with #22438C
Text Example
Text Example
White with #22438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22438C; }
p { color: rgb(34,67,140); }
H1.HeaderClassName
{
color: #22438C;
}
.AnyTagClassName
{
color: #22438C;
}
</style>
background-color css
<style>
a { background-color: #22438C; }
a { background-color: rgb(34,67,140); }
div.DivClassName
{
background-color: #22438C;
}
.BgClassName
{
background-color: #22438C;
}
</style>
border-color css
<style>
span { border-color: #22438C; }
span { border-color: rgb(34,67,140); }
td.TdClassName
{
border-color: #22438C;
}
.TagClassName
{
border-color: #22438C;
}
</style>