Shades of Fun Blue #384F80
Tints of Fun Blue #384F80
RGB
CMYK
RGB Variations
Color information
#384F80 (or 0x384F80) is known color: Fun Blue. HEX triplet: 38, 4F and 80. RGB value is (56,79,128). Sum of RGB (Red+Green+Blue) = 56+79+128=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #384F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F80 is #C7B07F. Grayscale: #4D4D4D. Windows color (decimal): -13086848 or 8408888. OLE color: 8408888.
HSL color Cylindrical-coordinate representation of color #384F80: hue angle of 220.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #384F80 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 79 | 128 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.50 |
| HSL | 220.83º | 0.39% | 0.36% | - |
| HSV(B) | 220.83º | 0.56% | 0.5% | - |
| XYZ | 8.32 | 7.99 | 21.53 | - |
| YUV | 77.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 128 | 0.56 | 0.38 | 0 | 0.50 | 220.83 | 0.39 | 0.36 |
| Hex | 38 | 4F | 80 | 38 | 26 | 0 | 32 | DD | 27 | 24 |
| Octal | 70 | 117 | 200 | 70 | 46 | 0 | 62 | 335 | 47 | 44 |
| Binary | 111000 | 1001111 | 10000000 | 111000 | 100110 | 0 | 110010 | 11011101 | 100111 | 100100 |
Color Harmonies of #384F80
Complementary color
Monochromatic Colors of #384F80
Black with #384F80
Text Example
Text Example
White with #384F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F80; }
p { color: rgb(56,79,128); }
H1.HeaderClassName
{
color: #384F80;
}
.AnyTagClassName
{
color: #384F80;
}
</style>
background-color css
<style>
a { background-color: #384F80; }
a { background-color: rgb(56,79,128); }
div.DivClassName
{
background-color: #384F80;
}
.BgClassName
{
background-color: #384F80;
}
</style>
border-color css
<style>
span { border-color: #384F80; }
span { border-color: rgb(56,79,128); }
td.TdClassName
{
border-color: #384F80;
}
.TagClassName
{
border-color: #384F80;
}
</style>