Shades of Fun Blue #22468B
Tints of Fun Blue #22468B
RGB
CMYK
RGB Variations
Color information
#22468B (or 0x22468B) is known color: Fun Blue. HEX triplet: 22, 46 and 8B. RGB value is (34,70,139). Sum of RGB (Red+Green+Blue) = 34+70+139=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #22468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22468B is #DDB974. Grayscale: #424242. Windows color (decimal): -14530933 or 9127458. OLE color: 9127458.
HSL color Cylindrical-coordinate representation of color #22468B: hue angle of 219.43º 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 #22468B is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 70 | 139 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.45 |
| HSL | 219.43º | 0.61% | 0.34% | - |
| HSV(B) | 219.43º | 0.76% | 0.55% | - |
| XYZ | 7.51 | 6.58 | 25.3 | - |
| YUV | 67.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 139 | 0.76 | 0.50 | 0 | 0.45 | 219.43 | 0.61 | 0.34 |
| Hex | 22 | 46 | 8B | 4C | 32 | 0 | 2D | DB | 3D | 22 |
| Octal | 42 | 106 | 213 | 114 | 62 | 0 | 55 | 333 | 75 | 42 |
| Binary | 100010 | 1000110 | 10001011 | 1001100 | 110010 | 0 | 101101 | 11011011 | 111101 | 100010 |
Color Harmonies of #22468B
Complementary color
Monochromatic Colors of #22468B
Black with #22468B
Text Example
Text Example
White with #22468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22468B; }
p { color: rgb(34,70,139); }
H1.HeaderClassName
{
color: #22468B;
}
.AnyTagClassName
{
color: #22468B;
}
</style>
background-color css
<style>
a { background-color: #22468B; }
a { background-color: rgb(34,70,139); }
div.DivClassName
{
background-color: #22468B;
}
.BgClassName
{
background-color: #22468B;
}
</style>
border-color css
<style>
span { border-color: #22468B; }
span { border-color: rgb(34,70,139); }
td.TdClassName
{
border-color: #22468B;
}
.TagClassName
{
border-color: #22468B;
}
</style>