Shades of Fun Blue #394D7D
Tints of Fun Blue #394D7D
RGB
CMYK
RGB Variations
Color information
#394D7D (or 0x394D7D) is known color: Fun Blue. HEX triplet: 39, 4D and 7D. RGB value is (57,77,125). Sum of RGB (Red+Green+Blue) = 57+77+125=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #394D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D7D is #C6B282. Grayscale: #4C4C4C. Windows color (decimal): -13021827 or 8211769. OLE color: 8211769.
HSL color Cylindrical-coordinate representation of color #394D7D: hue angle of 222.35º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #394D7D is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 77 | 125 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.51 |
| HSL | 222.35º | 0.37% | 0.36% | - |
| HSV(B) | 222.35º | 0.54% | 0.49% | - |
| XYZ | 8.04 | 7.66 | 20.46 | - |
| YUV | 76.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 125 | 0.54 | 0.38 | 0 | 0.51 | 222.35 | 0.37 | 0.36 |
| Hex | 39 | 4D | 7D | 36 | 26 | 0 | 33 | DE | 25 | 24 |
| Octal | 71 | 115 | 175 | 66 | 46 | 0 | 63 | 336 | 45 | 44 |
| Binary | 111001 | 1001101 | 1111101 | 110110 | 100110 | 0 | 110011 | 11011110 | 100101 | 100100 |
Color Harmonies of #394D7D
Complementary color
Monochromatic Colors of #394D7D
Black with #394D7D
Text Example
Text Example
White with #394D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D7D; }
p { color: rgb(57,77,125); }
H1.HeaderClassName
{
color: #394D7D;
}
.AnyTagClassName
{
color: #394D7D;
}
</style>
background-color css
<style>
a { background-color: #394D7D; }
a { background-color: rgb(57,77,125); }
div.DivClassName
{
background-color: #394D7D;
}
.BgClassName
{
background-color: #394D7D;
}
</style>
border-color css
<style>
span { border-color: #394D7D; }
span { border-color: rgb(57,77,125); }
td.TdClassName
{
border-color: #394D7D;
}
.TagClassName
{
border-color: #394D7D;
}
</style>