Shades of Fun Blue #394E7A
Tints of Fun Blue #394E7A
RGB
CMYK
RGB Variations
Color information
#394E7A (or 0x394E7A) is known color: Fun Blue. HEX triplet: 39, 4E and 7A. RGB value is (57,78,122). Sum of RGB (Red+Green+Blue) = 57+78+122=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #394E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E7A is #C6B185. Grayscale: #4C4C4C. Windows color (decimal): -13021574 or 8015417. OLE color: 8015417.
HSL color Cylindrical-coordinate representation of color #394E7A: hue angle of 220.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #394E7A is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 78 | 122 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.52 |
| HSL | 220.62º | 0.36% | 0.35% | - |
| HSV(B) | 220.62º | 0.53% | 0.48% | - |
| XYZ | 7.92 | 7.72 | 19.49 | - |
| YUV | 76.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 122 | 0.53 | 0.36 | 0 | 0.52 | 220.62 | 0.36 | 0.35 |
| Hex | 39 | 4E | 7A | 35 | 24 | 0 | 34 | DD | 24 | 23 |
| Octal | 71 | 116 | 172 | 65 | 44 | 0 | 64 | 335 | 44 | 43 |
| Binary | 111001 | 1001110 | 1111010 | 110101 | 100100 | 0 | 110100 | 11011101 | 100100 | 100011 |
Color Harmonies of #394E7A
Complementary color
Monochromatic Colors of #394E7A
Black with #394E7A
Text Example
Text Example
White with #394E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E7A; }
p { color: rgb(57,78,122); }
H1.HeaderClassName
{
color: #394E7A;
}
.AnyTagClassName
{
color: #394E7A;
}
</style>
background-color css
<style>
a { background-color: #394E7A; }
a { background-color: rgb(57,78,122); }
div.DivClassName
{
background-color: #394E7A;
}
.BgClassName
{
background-color: #394E7A;
}
</style>
border-color css
<style>
span { border-color: #394E7A; }
span { border-color: rgb(57,78,122); }
td.TdClassName
{
border-color: #394E7A;
}
.TagClassName
{
border-color: #394E7A;
}
</style>