Shades of Fun Blue #224385
Tints of Fun Blue #224385
RGB
CMYK
RGB Variations
Color information
#224385 (or 0x224385) is known color: Fun Blue. HEX triplet: 22, 43 and 85. RGB value is (34,67,133). Sum of RGB (Red+Green+Blue) = 34+67+133=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #224385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224385 is #DDBC7A. Grayscale: #404040. Windows color (decimal): -14531707 or 8733474. OLE color: 8733474.
HSL color Cylindrical-coordinate representation of color #224385: hue angle of 220º 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 #224385 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 67 | 133 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.48 |
| HSL | 220º | 0.59% | 0.33% | - |
| HSV(B) | 220º | 0.74% | 0.52% | - |
| XYZ | 6.9 | 6.05 | 22.99 | - |
| YUV | 64.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 67 | 133 | 0.74 | 0.50 | 0 | 0.48 | 220 | 0.59 | 0.33 |
| Hex | 22 | 43 | 85 | 4A | 32 | 0 | 30 | DC | 3B | 21 |
| Octal | 42 | 103 | 205 | 112 | 62 | 0 | 60 | 334 | 73 | 41 |
| Binary | 100010 | 1000011 | 10000101 | 1001010 | 110010 | 0 | 110000 | 11011100 | 111011 | 100001 |
Color Harmonies of #224385
Complementary color
Monochromatic Colors of #224385
Black with #224385
Text Example
Text Example
White with #224385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224385; }
p { color: rgb(34,67,133); }
H1.HeaderClassName
{
color: #224385;
}
.AnyTagClassName
{
color: #224385;
}
</style>
background-color css
<style>
a { background-color: #224385; }
a { background-color: rgb(34,67,133); }
div.DivClassName
{
background-color: #224385;
}
.BgClassName
{
background-color: #224385;
}
</style>
border-color css
<style>
span { border-color: #224385; }
span { border-color: rgb(34,67,133); }
td.TdClassName
{
border-color: #224385;
}
.TagClassName
{
border-color: #224385;
}
</style>