Shades of Fun Blue #1E3E87
Tints of Fun Blue #1E3E87
RGB
CMYK
RGB Variations
Color information
#1E3E87 (or 0x1E3E87) is known color: Fun Blue. HEX triplet: 1E, 3E and 87. RGB value is (30,62,135). Sum of RGB (Red+Green+Blue) = 30+62+135=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E3E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3E87 is #E1C178. Grayscale: #3C3C3C. Windows color (decimal): -14795129 or 8863262. OLE color: 8863262.
HSL color Cylindrical-coordinate representation of color #1E3E87: hue angle of 221.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E3E87 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 62 | 135 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.47 |
| HSL | 221.71º | 0.64% | 0.32% | - |
| HSV(B) | 221.71º | 0.78% | 0.53% | - |
| XYZ | 6.63 | 5.47 | 23.63 | - |
| YUV | 60.75 | 169.9 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 135 | 0.78 | 0.54 | 0 | 0.47 | 221.71 | 0.64 | 0.32 |
| Hex | 1E | 3E | 87 | 4E | 36 | 0 | 2F | DE | 40 | 20 |
| Octal | 36 | 76 | 207 | 116 | 66 | 0 | 57 | 336 | 100 | 40 |
| Binary | 11110 | 111110 | 10000111 | 1001110 | 110110 | 0 | 101111 | 11011110 | 1000000 | 100000 |
Color Harmonies of #1E3E87
Complementary color
Monochromatic Colors of #1E3E87
Black with #1E3E87
Text Example
Text Example
White with #1E3E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E87; }
p { color: rgb(30,62,135); }
H1.HeaderClassName
{
color: #1E3E87;
}
.AnyTagClassName
{
color: #1E3E87;
}
</style>
background-color css
<style>
a { background-color: #1E3E87; }
a { background-color: rgb(30,62,135); }
div.DivClassName
{
background-color: #1E3E87;
}
.BgClassName
{
background-color: #1E3E87;
}
</style>
border-color css
<style>
span { border-color: #1E3E87; }
span { border-color: rgb(30,62,135); }
td.TdClassName
{
border-color: #1E3E87;
}
.TagClassName
{
border-color: #1E3E87;
}
</style>