Shades of Fun Blue #3F5884
Tints of Fun Blue #3F5884
RGB
CMYK
RGB Variations
Color information
#3F5884 (or 0x3F5884) is known color: Fun Blue. HEX triplet: 3F, 58 and 84. RGB value is (63,88,132). Sum of RGB (Red+Green+Blue) = 63+88+132=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F5884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5884 is #C0A77B. Grayscale: #555555. Windows color (decimal): -12625788 or 8673343. OLE color: 8673343.
HSL color Cylindrical-coordinate representation of color #3F5884: hue angle of 218.26º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F5884 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 88 | 132 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.48 |
| HSL | 218.26º | 0.35% | 0.38% | - |
| HSV(B) | 218.26º | 0.52% | 0.52% | - |
| XYZ | 9.7 | 9.7 | 23.19 | - |
| YUV | 85.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 132 | 0.52 | 0.33 | 0 | 0.48 | 218.26 | 0.35 | 0.38 |
| Hex | 3F | 58 | 84 | 34 | 21 | 0 | 30 | DA | 23 | 26 |
| Octal | 77 | 130 | 204 | 64 | 41 | 0 | 60 | 332 | 43 | 46 |
| Binary | 111111 | 1011000 | 10000100 | 110100 | 100001 | 0 | 110000 | 11011010 | 100011 | 100110 |
Color Harmonies of #3F5884
Complementary color
Monochromatic Colors of #3F5884
Black with #3F5884
Text Example
Text Example
White with #3F5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5884; }
p { color: rgb(63,88,132); }
H1.HeaderClassName
{
color: #3F5884;
}
.AnyTagClassName
{
color: #3F5884;
}
</style>
background-color css
<style>
a { background-color: #3F5884; }
a { background-color: rgb(63,88,132); }
div.DivClassName
{
background-color: #3F5884;
}
.BgClassName
{
background-color: #3F5884;
}
</style>
border-color css
<style>
span { border-color: #3F5884; }
span { border-color: rgb(63,88,132); }
td.TdClassName
{
border-color: #3F5884;
}
.TagClassName
{
border-color: #3F5884;
}
</style>