Shades of Fun Blue #1F4388
Tints of Fun Blue #1F4388
RGB
CMYK
RGB Variations
Color information
#1F4388 (or 0x1F4388) is known color: Fun Blue. HEX triplet: 1F, 43 and 88. RGB value is (31,67,136). Sum of RGB (Red+Green+Blue) = 31+67+136=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F4388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4388 is #E0BC77. Grayscale: #3F3F3F. Windows color (decimal): -14728312 or 8930079. OLE color: 8930079.
HSL color Cylindrical-coordinate representation of color #1F4388: hue angle of 219.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F4388 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 67 | 136 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.47 |
| HSL | 219.43º | 0.63% | 0.33% | - |
| HSV(B) | 219.43º | 0.77% | 0.53% | - |
| XYZ | 7.02 | 6.08 | 24.1 | - |
| YUV | 64.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 136 | 0.77 | 0.51 | 0 | 0.47 | 219.43 | 0.63 | 0.33 |
| Hex | 1F | 43 | 88 | 4D | 33 | 0 | 2F | DB | 3F | 21 |
| Octal | 37 | 103 | 210 | 115 | 63 | 0 | 57 | 333 | 77 | 41 |
| Binary | 11111 | 1000011 | 10001000 | 1001101 | 110011 | 0 | 101111 | 11011011 | 111111 | 100001 |
Color Harmonies of #1F4388
Complementary color
Monochromatic Colors of #1F4388
Black with #1F4388
Text Example
Text Example
White with #1F4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4388; }
p { color: rgb(31,67,136); }
H1.HeaderClassName
{
color: #1F4388;
}
.AnyTagClassName
{
color: #1F4388;
}
</style>
background-color css
<style>
a { background-color: #1F4388; }
a { background-color: rgb(31,67,136); }
div.DivClassName
{
background-color: #1F4388;
}
.BgClassName
{
background-color: #1F4388;
}
</style>
border-color css
<style>
span { border-color: #1F4388; }
span { border-color: rgb(31,67,136); }
td.TdClassName
{
border-color: #1F4388;
}
.TagClassName
{
border-color: #1F4388;
}
</style>