Shades of Fun Blue #22468C
Tints of Fun Blue #22468C
RGB
CMYK
RGB Variations
Color information
#22468C (or 0x22468C) is known color: Fun Blue. HEX triplet: 22, 46 and 8C. RGB value is (34,70,140). Sum of RGB (Red+Green+Blue) = 34+70+140=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #22468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22468C is #DDB973. Grayscale: #424242. Windows color (decimal): -14530932 or 9192994. OLE color: 9192994.
HSL color Cylindrical-coordinate representation of color #22468C: hue angle of 219.62º 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 #22468C is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 70 | 140 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.45 |
| HSL | 219.62º | 0.61% | 0.34% | - |
| HSV(B) | 219.62º | 0.76% | 0.55% | - |
| XYZ | 7.58 | 6.61 | 25.69 | - |
| YUV | 67.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 140 | 0.76 | 0.50 | 0 | 0.45 | 219.62 | 0.61 | 0.34 |
| Hex | 22 | 46 | 8C | 4C | 32 | 0 | 2D | DC | 3D | 22 |
| Octal | 42 | 106 | 214 | 114 | 62 | 0 | 55 | 334 | 75 | 42 |
| Binary | 100010 | 1000110 | 10001100 | 1001100 | 110010 | 0 | 101101 | 11011100 | 111101 | 100010 |
Color Harmonies of #22468C
Complementary color
Monochromatic Colors of #22468C
Black with #22468C
Text Example
Text Example
White with #22468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22468C; }
p { color: rgb(34,70,140); }
H1.HeaderClassName
{
color: #22468C;
}
.AnyTagClassName
{
color: #22468C;
}
</style>
background-color css
<style>
a { background-color: #22468C; }
a { background-color: rgb(34,70,140); }
div.DivClassName
{
background-color: #22468C;
}
.BgClassName
{
background-color: #22468C;
}
</style>
border-color css
<style>
span { border-color: #22468C; }
span { border-color: rgb(34,70,140); }
td.TdClassName
{
border-color: #22468C;
}
.TagClassName
{
border-color: #22468C;
}
</style>