Shades of Fun Blue #22468F
Tints of Fun Blue #22468F
RGB
CMYK
RGB Variations
Color information
#22468F (or 0x22468F) is known color: Fun Blue. HEX triplet: 22, 46 and 8F. RGB value is (34,70,143). Sum of RGB (Red+Green+Blue) = 34+70+143=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #22468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22468F is #DDB970. Grayscale: #434343. Windows color (decimal): -14530929 or 9389602. OLE color: 9389602.
HSL color Cylindrical-coordinate representation of color #22468F: hue angle of 220.18º degrees, saturation: 0.62, 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 #22468F is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 70 | 143 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.44 |
| HSL | 220.18º | 0.62% | 0.35% | - |
| HSV(B) | 220.18º | 0.76% | 0.56% | - |
| XYZ | 7.81 | 6.7 | 26.87 | - |
| YUV | 67.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 143 | 0.76 | 0.51 | 0 | 0.44 | 220.18 | 0.62 | 0.35 |
| Hex | 22 | 46 | 8F | 4C | 33 | 0 | 2C | DC | 3E | 23 |
| Octal | 42 | 106 | 217 | 114 | 63 | 0 | 54 | 334 | 76 | 43 |
| Binary | 100010 | 1000110 | 10001111 | 1001100 | 110011 | 0 | 101100 | 11011100 | 111110 | 100011 |
Color Harmonies of #22468F
Complementary color
Monochromatic Colors of #22468F
Black with #22468F
Text Example
Text Example
White with #22468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22468F; }
p { color: rgb(34,70,143); }
H1.HeaderClassName
{
color: #22468F;
}
.AnyTagClassName
{
color: #22468F;
}
</style>
background-color css
<style>
a { background-color: #22468F; }
a { background-color: rgb(34,70,143); }
div.DivClassName
{
background-color: #22468F;
}
.BgClassName
{
background-color: #22468F;
}
</style>
border-color css
<style>
span { border-color: #22468F; }
span { border-color: rgb(34,70,143); }
td.TdClassName
{
border-color: #22468F;
}
.TagClassName
{
border-color: #22468F;
}
</style>