Shades of Fun Blue #385585
Tints of Fun Blue #385585
RGB
CMYK
RGB Variations
Color information
#385585 (or 0x385585) is known color: Fun Blue. HEX triplet: 38, 55 and 85. RGB value is (56,85,133). Sum of RGB (Red+Green+Blue) = 56+85+133=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #385585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385585 is #C7AA7A. Grayscale: #515151. Windows color (decimal): -13085307 or 8738104. OLE color: 8738104.
HSL color Cylindrical-coordinate representation of color #385585: hue angle of 217.4º degrees, saturation: 0.41, 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 #385585 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 85 | 133 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.48 |
| HSL | 217.4º | 0.41% | 0.37% | - |
| HSV(B) | 217.4º | 0.58% | 0.52% | - |
| XYZ | 9.11 | 9.03 | 23.45 | - |
| YUV | 81.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 133 | 0.58 | 0.36 | 0 | 0.48 | 217.4 | 0.41 | 0.37 |
| Hex | 38 | 55 | 85 | 3A | 24 | 0 | 30 | D9 | 29 | 25 |
| Octal | 70 | 125 | 205 | 72 | 44 | 0 | 60 | 331 | 51 | 45 |
| Binary | 111000 | 1010101 | 10000101 | 111010 | 100100 | 0 | 110000 | 11011001 | 101001 | 100101 |
Color Harmonies of #385585
Complementary color
Monochromatic Colors of #385585
Black with #385585
Text Example
Text Example
White with #385585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385585; }
p { color: rgb(56,85,133); }
H1.HeaderClassName
{
color: #385585;
}
.AnyTagClassName
{
color: #385585;
}
</style>
background-color css
<style>
a { background-color: #385585; }
a { background-color: rgb(56,85,133); }
div.DivClassName
{
background-color: #385585;
}
.BgClassName
{
background-color: #385585;
}
</style>
border-color css
<style>
span { border-color: #385585; }
span { border-color: rgb(56,85,133); }
td.TdClassName
{
border-color: #385585;
}
.TagClassName
{
border-color: #385585;
}
</style>