Shades of Fun Blue #394E78
Tints of Fun Blue #394E78
RGB
CMYK
RGB Variations
Color information
#394E78 (or 0x394E78) is known color: Fun Blue. HEX triplet: 39, 4E and 78. RGB value is (57,78,120). Sum of RGB (Red+Green+Blue) = 57+78+120=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #394E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E78 is #C6B187. Grayscale: #4C4C4C. Windows color (decimal): -13021576 or 7884345. OLE color: 7884345.
HSL color Cylindrical-coordinate representation of color #394E78: hue angle of 220º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #394E78 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 78 | 120 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.53 |
| HSL | 220º | 0.36% | 0.35% | - |
| HSV(B) | 220º | 0.53% | 0.47% | - |
| XYZ | 7.8 | 7.67 | 18.84 | - |
| YUV | 76.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 120 | 0.52 | 0.35 | 0 | 0.53 | 220 | 0.36 | 0.35 |
| Hex | 39 | 4E | 78 | 34 | 23 | 0 | 35 | DC | 24 | 23 |
| Octal | 71 | 116 | 170 | 64 | 43 | 0 | 65 | 334 | 44 | 43 |
| Binary | 111001 | 1001110 | 1111000 | 110100 | 100011 | 0 | 110101 | 11011100 | 100100 | 100011 |
Color Harmonies of #394E78
Complementary color
Monochromatic Colors of #394E78
Black with #394E78
Text Example
Text Example
White with #394E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E78; }
p { color: rgb(57,78,120); }
H1.HeaderClassName
{
color: #394E78;
}
.AnyTagClassName
{
color: #394E78;
}
</style>
background-color css
<style>
a { background-color: #394E78; }
a { background-color: rgb(57,78,120); }
div.DivClassName
{
background-color: #394E78;
}
.BgClassName
{
background-color: #394E78;
}
</style>
border-color css
<style>
span { border-color: #394E78; }
span { border-color: rgb(57,78,120); }
td.TdClassName
{
border-color: #394E78;
}
.TagClassName
{
border-color: #394E78;
}
</style>