Shades of Fun Blue #224185
Tints of Fun Blue #224185
RGB
CMYK
RGB Variations
Color information
#224185 (or 0x224185) is known color: Fun Blue. HEX triplet: 22, 41 and 85. RGB value is (34,65,133). Sum of RGB (Red+Green+Blue) = 34+65+133=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #224185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224185 is #DDBE7A. Grayscale: #3F3F3F. Windows color (decimal): -14532219 or 8732962. OLE color: 8732962.
HSL color Cylindrical-coordinate representation of color #224185: hue angle of 221.21º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224185 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 65 | 133 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.48 |
| HSL | 221.21º | 0.59% | 0.33% | - |
| HSV(B) | 221.21º | 0.74% | 0.52% | - |
| XYZ | 6.78 | 5.81 | 22.96 | - |
| YUV | 63.48 | 167.23 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 133 | 0.74 | 0.51 | 0 | 0.48 | 221.21 | 0.59 | 0.33 |
| Hex | 22 | 41 | 85 | 4A | 33 | 0 | 30 | DD | 3B | 21 |
| Octal | 42 | 101 | 205 | 112 | 63 | 0 | 60 | 335 | 73 | 41 |
| Binary | 100010 | 1000001 | 10000101 | 1001010 | 110011 | 0 | 110000 | 11011101 | 111011 | 100001 |
Color Harmonies of #224185
Complementary color
Monochromatic Colors of #224185
Black with #224185
Text Example
Text Example
White with #224185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224185; }
p { color: rgb(34,65,133); }
H1.HeaderClassName
{
color: #224185;
}
.AnyTagClassName
{
color: #224185;
}
</style>
background-color css
<style>
a { background-color: #224185; }
a { background-color: rgb(34,65,133); }
div.DivClassName
{
background-color: #224185;
}
.BgClassName
{
background-color: #224185;
}
</style>
border-color css
<style>
span { border-color: #224185; }
span { border-color: rgb(34,65,133); }
td.TdClassName
{
border-color: #224185;
}
.TagClassName
{
border-color: #224185;
}
</style>