Shades of Fun Blue #224183
Tints of Fun Blue #224183
RGB
CMYK
RGB Variations
Color information
#224183 (or 0x224183) is known color: Fun Blue. HEX triplet: 22, 41 and 83. RGB value is (34,65,131). Sum of RGB (Red+Green+Blue) = 34+65+131=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #224183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224183 is #DDBE7C. Grayscale: #3E3E3E. Windows color (decimal): -14532221 or 8601890. OLE color: 8601890.
HSL color Cylindrical-coordinate representation of color #224183: hue angle of 220.82º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224183 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 65 | 131 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.49 |
| HSL | 220.82º | 0.59% | 0.32% | - |
| HSV(B) | 220.82º | 0.74% | 0.51% | - |
| XYZ | 6.65 | 5.76 | 22.23 | - |
| YUV | 63.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 131 | 0.74 | 0.50 | 0 | 0.49 | 220.82 | 0.59 | 0.32 |
| Hex | 22 | 41 | 83 | 4A | 32 | 0 | 31 | DD | 3B | 20 |
| Octal | 42 | 101 | 203 | 112 | 62 | 0 | 61 | 335 | 73 | 40 |
| Binary | 100010 | 1000001 | 10000011 | 1001010 | 110010 | 0 | 110001 | 11011101 | 111011 | 100000 |
Color Harmonies of #224183
Complementary color
Monochromatic Colors of #224183
Black with #224183
Text Example
Text Example
White with #224183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224183; }
p { color: rgb(34,65,131); }
H1.HeaderClassName
{
color: #224183;
}
.AnyTagClassName
{
color: #224183;
}
</style>
background-color css
<style>
a { background-color: #224183; }
a { background-color: rgb(34,65,131); }
div.DivClassName
{
background-color: #224183;
}
.BgClassName
{
background-color: #224183;
}
</style>
border-color css
<style>
span { border-color: #224183; }
span { border-color: rgb(34,65,131); }
td.TdClassName
{
border-color: #224183;
}
.TagClassName
{
border-color: #224183;
}
</style>