Shades of Fun Blue #394E7C
Tints of Fun Blue #394E7C
RGB
CMYK
RGB Variations
Color information
#394E7C (or 0x394E7C) is known color: Fun Blue. HEX triplet: 39, 4E and 7C. RGB value is (57,78,124). Sum of RGB (Red+Green+Blue) = 57+78+124=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #394E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E7C is #C6B183. Grayscale: #4C4C4C. Windows color (decimal): -13021572 or 8146489. OLE color: 8146489.
HSL color Cylindrical-coordinate representation of color #394E7C: hue angle of 221.19º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #394E7C is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 78 | 124 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.51 |
| HSL | 221.19º | 0.37% | 0.35% | - |
| HSV(B) | 221.19º | 0.54% | 0.49% | - |
| XYZ | 8.05 | 7.77 | 20.15 | - |
| YUV | 76.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 124 | 0.54 | 0.37 | 0 | 0.51 | 221.19 | 0.37 | 0.35 |
| Hex | 39 | 4E | 7C | 36 | 25 | 0 | 33 | DD | 25 | 23 |
| Octal | 71 | 116 | 174 | 66 | 45 | 0 | 63 | 335 | 45 | 43 |
| Binary | 111001 | 1001110 | 1111100 | 110110 | 100101 | 0 | 110011 | 11011101 | 100101 | 100011 |
Color Harmonies of #394E7C
Complementary color
Monochromatic Colors of #394E7C
Black with #394E7C
Text Example
Text Example
White with #394E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E7C; }
p { color: rgb(57,78,124); }
H1.HeaderClassName
{
color: #394E7C;
}
.AnyTagClassName
{
color: #394E7C;
}
</style>
background-color css
<style>
a { background-color: #394E7C; }
a { background-color: rgb(57,78,124); }
div.DivClassName
{
background-color: #394E7C;
}
.BgClassName
{
background-color: #394E7C;
}
</style>
border-color css
<style>
span { border-color: #394E7C; }
span { border-color: rgb(57,78,124); }
td.TdClassName
{
border-color: #394E7C;
}
.TagClassName
{
border-color: #394E7C;
}
</style>