Shades of Fun Blue #395080
Tints of Fun Blue #395080
RGB
CMYK
RGB Variations
Color information
#395080 (or 0x395080) is known color: Fun Blue. HEX triplet: 39, 50 and 80. RGB value is (57,80,128). Sum of RGB (Red+Green+Blue) = 57+80+128=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #395080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395080 is #C6AF7F. Grayscale: #4E4E4E. Windows color (decimal): -13021056 or 8409145. OLE color: 8409145.
HSL color Cylindrical-coordinate representation of color #395080: hue angle of 220.56º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #395080 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 80 | 128 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.50 |
| HSL | 220.56º | 0.38% | 0.36% | - |
| HSV(B) | 220.56º | 0.55% | 0.5% | - |
| XYZ | 8.45 | 8.17 | 21.55 | - |
| YUV | 78.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 128 | 0.55 | 0.38 | 0 | 0.50 | 220.56 | 0.38 | 0.36 |
| Hex | 39 | 50 | 80 | 37 | 26 | 0 | 32 | DD | 26 | 24 |
| Octal | 71 | 120 | 200 | 67 | 46 | 0 | 62 | 335 | 46 | 44 |
| Binary | 111001 | 1010000 | 10000000 | 110111 | 100110 | 0 | 110010 | 11011101 | 100110 | 100100 |
Color Harmonies of #395080
Complementary color
Monochromatic Colors of #395080
Black with #395080
Text Example
Text Example
White with #395080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395080; }
p { color: rgb(57,80,128); }
H1.HeaderClassName
{
color: #395080;
}
.AnyTagClassName
{
color: #395080;
}
</style>
background-color css
<style>
a { background-color: #395080; }
a { background-color: rgb(57,80,128); }
div.DivClassName
{
background-color: #395080;
}
.BgClassName
{
background-color: #395080;
}
</style>
border-color css
<style>
span { border-color: #395080; }
span { border-color: rgb(57,80,128); }
td.TdClassName
{
border-color: #395080;
}
.TagClassName
{
border-color: #395080;
}
</style>