Shades of Fun Blue #385484
Tints of Fun Blue #385484
RGB
CMYK
RGB Variations
Color information
#385484 (or 0x385484) is known color: Fun Blue. HEX triplet: 38, 54 and 84. RGB value is (56,84,132). Sum of RGB (Red+Green+Blue) = 56+84+132=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #385484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385484 is #C7AB7B. Grayscale: #505050. Windows color (decimal): -13085564 or 8672312. OLE color: 8672312.
HSL color Cylindrical-coordinate representation of color #385484: hue angle of 217.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385484 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 84 | 132 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.48 |
| HSL | 217.89º | 0.4% | 0.37% | - |
| HSV(B) | 217.89º | 0.58% | 0.52% | - |
| XYZ | 8.97 | 8.85 | 23.06 | - |
| YUV | 81.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 132 | 0.58 | 0.36 | 0 | 0.48 | 217.89 | 0.4 | 0.37 |
| Hex | 38 | 54 | 84 | 3A | 24 | 0 | 30 | DA | 28 | 25 |
| Octal | 70 | 124 | 204 | 72 | 44 | 0 | 60 | 332 | 50 | 45 |
| Binary | 111000 | 1010100 | 10000100 | 111010 | 100100 | 0 | 110000 | 11011010 | 101000 | 100101 |
Color Harmonies of #385484
Complementary color
Monochromatic Colors of #385484
Black with #385484
Text Example
Text Example
White with #385484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385484; }
p { color: rgb(56,84,132); }
H1.HeaderClassName
{
color: #385484;
}
.AnyTagClassName
{
color: #385484;
}
</style>
background-color css
<style>
a { background-color: #385484; }
a { background-color: rgb(56,84,132); }
div.DivClassName
{
background-color: #385484;
}
.BgClassName
{
background-color: #385484;
}
</style>
border-color css
<style>
span { border-color: #385484; }
span { border-color: rgb(56,84,132); }
td.TdClassName
{
border-color: #385484;
}
.TagClassName
{
border-color: #385484;
}
</style>