Shades of Fun Blue #1E4384
Tints of Fun Blue #1E4384
RGB
CMYK
RGB Variations
Color information
#1E4384 (or 0x1E4384) is known color: Fun Blue. HEX triplet: 1E, 43 and 84. RGB value is (30,67,132). Sum of RGB (Red+Green+Blue) = 30+67+132=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #1E4384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4384 is #E1BC7B. Grayscale: #3F3F3F. Windows color (decimal): -14793852 or 8667934. OLE color: 8667934.
HSL color Cylindrical-coordinate representation of color #1E4384: hue angle of 218.24º degrees, saturation: 0.63, 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 #1E4384 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 67 | 132 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.48 |
| HSL | 218.24º | 0.63% | 0.32% | - |
| HSV(B) | 218.24º | 0.77% | 0.52% | - |
| XYZ | 6.71 | 5.96 | 22.63 | - |
| YUV | 63.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 132 | 0.77 | 0.49 | 0 | 0.48 | 218.24 | 0.63 | 0.32 |
| Hex | 1E | 43 | 84 | 4D | 31 | 0 | 30 | DA | 3F | 20 |
| Octal | 36 | 103 | 204 | 115 | 61 | 0 | 60 | 332 | 77 | 40 |
| Binary | 11110 | 1000011 | 10000100 | 1001101 | 110001 | 0 | 110000 | 11011010 | 111111 | 100000 |
Color Harmonies of #1E4384
Complementary color
Monochromatic Colors of #1E4384
Black with #1E4384
Text Example
Text Example
White with #1E4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4384; }
p { color: rgb(30,67,132); }
H1.HeaderClassName
{
color: #1E4384;
}
.AnyTagClassName
{
color: #1E4384;
}
</style>
background-color css
<style>
a { background-color: #1E4384; }
a { background-color: rgb(30,67,132); }
div.DivClassName
{
background-color: #1E4384;
}
.BgClassName
{
background-color: #1E4384;
}
</style>
border-color css
<style>
span { border-color: #1E4384; }
span { border-color: rgb(30,67,132); }
td.TdClassName
{
border-color: #1E4384;
}
.TagClassName
{
border-color: #1E4384;
}
</style>