Shades of Fun Blue #224585
Tints of Fun Blue #224585
RGB
CMYK
RGB Variations
Color information
#224585 (or 0x224585) is known color: Fun Blue. HEX triplet: 22, 45 and 85. RGB value is (34,69,133). Sum of RGB (Red+Green+Blue) = 34+69+133=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #224585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224585 is #DDBA7A. Grayscale: #414141. Windows color (decimal): -14531195 or 8733986. OLE color: 8733986.
HSL color Cylindrical-coordinate representation of color #224585: hue angle of 218.79º 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 #224585 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 69 | 133 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.48 |
| HSL | 218.79º | 0.59% | 0.33% | - |
| HSV(B) | 218.79º | 0.74% | 0.52% | - |
| XYZ | 7.02 | 6.29 | 23.03 | - |
| YUV | 65.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 133 | 0.74 | 0.48 | 0 | 0.48 | 218.79 | 0.59 | 0.33 |
| Hex | 22 | 45 | 85 | 4A | 30 | 0 | 30 | DB | 3B | 21 |
| Octal | 42 | 105 | 205 | 112 | 60 | 0 | 60 | 333 | 73 | 41 |
| Binary | 100010 | 1000101 | 10000101 | 1001010 | 110000 | 0 | 110000 | 11011011 | 111011 | 100001 |
Color Harmonies of #224585
Complementary color
Monochromatic Colors of #224585
Black with #224585
Text Example
Text Example
White with #224585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224585; }
p { color: rgb(34,69,133); }
H1.HeaderClassName
{
color: #224585;
}
.AnyTagClassName
{
color: #224585;
}
</style>
background-color css
<style>
a { background-color: #224585; }
a { background-color: rgb(34,69,133); }
div.DivClassName
{
background-color: #224585;
}
.BgClassName
{
background-color: #224585;
}
</style>
border-color css
<style>
span { border-color: #224585; }
span { border-color: rgb(34,69,133); }
td.TdClassName
{
border-color: #224585;
}
.TagClassName
{
border-color: #224585;
}
</style>