Shades of Fun Blue #384E76
Tints of Fun Blue #384E76
RGB
CMYK
RGB Variations
Color information
#384E76 (or 0x384E76) is known color: Fun Blue. HEX triplet: 38, 4E and 76. RGB value is (56,78,118). Sum of RGB (Red+Green+Blue) = 56+78+118=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #384E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E76 is #C7B189. Grayscale: #4B4B4B. Windows color (decimal): -13087114 or 7753272. OLE color: 7753272.
HSL color Cylindrical-coordinate representation of color #384E76: hue angle of 218.71º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384E76 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 78 | 118 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.54 |
| HSL | 218.71º | 0.36% | 0.34% | - |
| HSV(B) | 218.71º | 0.53% | 0.46% | - |
| XYZ | 7.63 | 7.6 | 18.2 | - |
| YUV | 75.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 118 | 0.53 | 0.34 | 0 | 0.54 | 218.71 | 0.36 | 0.34 |
| Hex | 38 | 4E | 76 | 35 | 22 | 0 | 36 | DB | 24 | 22 |
| Octal | 70 | 116 | 166 | 65 | 42 | 0 | 66 | 333 | 44 | 42 |
| Binary | 111000 | 1001110 | 1110110 | 110101 | 100010 | 0 | 110110 | 11011011 | 100100 | 100010 |
Color Harmonies of #384E76
Complementary color
Monochromatic Colors of #384E76
Black with #384E76
Text Example
Text Example
White with #384E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E76; }
p { color: rgb(56,78,118); }
H1.HeaderClassName
{
color: #384E76;
}
.AnyTagClassName
{
color: #384E76;
}
</style>
background-color css
<style>
a { background-color: #384E76; }
a { background-color: rgb(56,78,118); }
div.DivClassName
{
background-color: #384E76;
}
.BgClassName
{
background-color: #384E76;
}
</style>
border-color css
<style>
span { border-color: #384E76; }
span { border-color: rgb(56,78,118); }
td.TdClassName
{
border-color: #384E76;
}
.TagClassName
{
border-color: #384E76;
}
</style>