Shades of Fun Blue #1F4584
Tints of Fun Blue #1F4584
RGB
CMYK
RGB Variations
Color information
#1F4584 (or 0x1F4584) is known color: Fun Blue. HEX triplet: 1F, 45 and 84. RGB value is (31,69,132). Sum of RGB (Red+Green+Blue) = 31+69+132=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F4584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4584 is #E0BA7B. Grayscale: #404040. Windows color (decimal): -14727804 or 8668447. OLE color: 8668447.
HSL color Cylindrical-coordinate representation of color #1F4584: hue angle of 217.43º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4584 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 69 | 132 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.48 |
| HSL | 217.43º | 0.62% | 0.32% | - |
| HSV(B) | 217.43º | 0.77% | 0.52% | - |
| XYZ | 6.86 | 6.21 | 22.67 | - |
| YUV | 64.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 132 | 0.77 | 0.48 | 0 | 0.48 | 217.43 | 0.62 | 0.32 |
| Hex | 1F | 45 | 84 | 4D | 30 | 0 | 30 | D9 | 3E | 20 |
| Octal | 37 | 105 | 204 | 115 | 60 | 0 | 60 | 331 | 76 | 40 |
| Binary | 11111 | 1000101 | 10000100 | 1001101 | 110000 | 0 | 110000 | 11011001 | 111110 | 100000 |
Color Harmonies of #1F4584
Complementary color
Monochromatic Colors of #1F4584
Black with #1F4584
Text Example
Text Example
White with #1F4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4584; }
p { color: rgb(31,69,132); }
H1.HeaderClassName
{
color: #1F4584;
}
.AnyTagClassName
{
color: #1F4584;
}
</style>
background-color css
<style>
a { background-color: #1F4584; }
a { background-color: rgb(31,69,132); }
div.DivClassName
{
background-color: #1F4584;
}
.BgClassName
{
background-color: #1F4584;
}
</style>
border-color css
<style>
span { border-color: #1F4584; }
span { border-color: rgb(31,69,132); }
td.TdClassName
{
border-color: #1F4584;
}
.TagClassName
{
border-color: #1F4584;
}
</style>