Shades of Fun Blue #1F4384
Tints of Fun Blue #1F4384
RGB
CMYK
RGB Variations
Color information
#1F4384 (or 0x1F4384) is known color: Fun Blue. HEX triplet: 1F, 43 and 84. RGB value is (31,67,132). Sum of RGB (Red+Green+Blue) = 31+67+132=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F4384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4384 is #E0BC7B. Grayscale: #3F3F3F. Windows color (decimal): -14728316 or 8667935. OLE color: 8667935.
HSL color Cylindrical-coordinate representation of color #1F4384: hue angle of 218.61º 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 #1F4384 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 67 | 132 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.48 |
| HSL | 218.61º | 0.62% | 0.32% | - |
| HSV(B) | 218.61º | 0.77% | 0.52% | - |
| XYZ | 6.74 | 5.97 | 22.63 | - |
| YUV | 63.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 132 | 0.77 | 0.49 | 0 | 0.48 | 218.61 | 0.62 | 0.32 |
| Hex | 1F | 43 | 84 | 4D | 31 | 0 | 30 | DB | 3E | 20 |
| Octal | 37 | 103 | 204 | 115 | 61 | 0 | 60 | 333 | 76 | 40 |
| Binary | 11111 | 1000011 | 10000100 | 1001101 | 110001 | 0 | 110000 | 11011011 | 111110 | 100000 |
Color Harmonies of #1F4384
Complementary color
Monochromatic Colors of #1F4384
Black with #1F4384
Text Example
Text Example
White with #1F4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4384; }
p { color: rgb(31,67,132); }
H1.HeaderClassName
{
color: #1F4384;
}
.AnyTagClassName
{
color: #1F4384;
}
</style>
background-color css
<style>
a { background-color: #1F4384; }
a { background-color: rgb(31,67,132); }
div.DivClassName
{
background-color: #1F4384;
}
.BgClassName
{
background-color: #1F4384;
}
</style>
border-color css
<style>
span { border-color: #1F4384; }
span { border-color: rgb(31,67,132); }
td.TdClassName
{
border-color: #1F4384;
}
.TagClassName
{
border-color: #1F4384;
}
</style>