Shades of Fun Blue #224985
Tints of Fun Blue #224985
RGB
CMYK
RGB Variations
Color information
#224985 (or 0x224985) is known color: Fun Blue. HEX triplet: 22, 49 and 85. RGB value is (34,73,133). Sum of RGB (Red+Green+Blue) = 34+73+133=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #224985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224985 is #DDB67A. Grayscale: #434343. Windows color (decimal): -14530171 or 8735010. OLE color: 8735010.
HSL color Cylindrical-coordinate representation of color #224985: hue angle of 216.36º 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 #224985 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 73 | 133 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.48 |
| HSL | 216.36º | 0.59% | 0.33% | - |
| HSV(B) | 216.36º | 0.74% | 0.52% | - |
| XYZ | 7.28 | 6.8 | 23.12 | - |
| YUV | 68.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 133 | 0.74 | 0.45 | 0 | 0.48 | 216.36 | 0.59 | 0.33 |
| Hex | 22 | 49 | 85 | 4A | 2D | 0 | 30 | D8 | 3B | 21 |
| Octal | 42 | 111 | 205 | 112 | 55 | 0 | 60 | 330 | 73 | 41 |
| Binary | 100010 | 1001001 | 10000101 | 1001010 | 101101 | 0 | 110000 | 11011000 | 111011 | 100001 |
Color Harmonies of #224985
Complementary color
Monochromatic Colors of #224985
Black with #224985
Text Example
Text Example
White with #224985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224985; }
p { color: rgb(34,73,133); }
H1.HeaderClassName
{
color: #224985;
}
.AnyTagClassName
{
color: #224985;
}
</style>
background-color css
<style>
a { background-color: #224985; }
a { background-color: rgb(34,73,133); }
div.DivClassName
{
background-color: #224985;
}
.BgClassName
{
background-color: #224985;
}
</style>
border-color css
<style>
span { border-color: #224985; }
span { border-color: rgb(34,73,133); }
td.TdClassName
{
border-color: #224985;
}
.TagClassName
{
border-color: #224985;
}
</style>