Shades of Fun Blue #385589
Tints of Fun Blue #385589
RGB
CMYK
RGB Variations
Color information
#385589 (or 0x385589) is known color: Fun Blue. HEX triplet: 38, 55 and 89. RGB value is (56,85,137). Sum of RGB (Red+Green+Blue) = 56+85+137=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #385589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385589 is #C7AA76. Grayscale: #525252. Windows color (decimal): -13085303 or 9000248. OLE color: 9000248.
HSL color Cylindrical-coordinate representation of color #385589: hue angle of 218.52º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385589 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 85 | 137 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.46 |
| HSL | 218.52º | 0.42% | 0.38% | - |
| HSV(B) | 218.52º | 0.59% | 0.54% | - |
| XYZ | 9.39 | 9.14 | 24.94 | - |
| YUV | 82.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 137 | 0.59 | 0.38 | 0 | 0.46 | 218.52 | 0.42 | 0.38 |
| Hex | 38 | 55 | 89 | 3B | 26 | 0 | 2E | DB | 2A | 26 |
| Octal | 70 | 125 | 211 | 73 | 46 | 0 | 56 | 333 | 52 | 46 |
| Binary | 111000 | 1010101 | 10001001 | 111011 | 100110 | 0 | 101110 | 11011011 | 101010 | 100110 |
Color Harmonies of #385589
Complementary color
Monochromatic Colors of #385589
Black with #385589
Text Example
Text Example
White with #385589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385589; }
p { color: rgb(56,85,137); }
H1.HeaderClassName
{
color: #385589;
}
.AnyTagClassName
{
color: #385589;
}
</style>
background-color css
<style>
a { background-color: #385589; }
a { background-color: rgb(56,85,137); }
div.DivClassName
{
background-color: #385589;
}
.BgClassName
{
background-color: #385589;
}
</style>
border-color css
<style>
span { border-color: #385589; }
span { border-color: rgb(56,85,137); }
td.TdClassName
{
border-color: #385589;
}
.TagClassName
{
border-color: #385589;
}
</style>