Shades of Fun Blue #385587
Tints of Fun Blue #385587
RGB
CMYK
RGB Variations
Color information
#385587 (or 0x385587) is known color: Fun Blue. HEX triplet: 38, 55 and 87. RGB value is (56,85,135). Sum of RGB (Red+Green+Blue) = 56+85+135=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #385587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385587 is #C7AA78. Grayscale: #515151. Windows color (decimal): -13085305 or 8869176. OLE color: 8869176.
HSL color Cylindrical-coordinate representation of color #385587: hue angle of 217.97º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385587 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 85 | 135 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.47 |
| HSL | 217.97º | 0.41% | 0.37% | - |
| HSV(B) | 217.97º | 0.59% | 0.53% | - |
| XYZ | 9.25 | 9.09 | 24.19 | - |
| YUV | 82.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 135 | 0.59 | 0.37 | 0 | 0.47 | 217.97 | 0.41 | 0.37 |
| Hex | 38 | 55 | 87 | 3B | 25 | 0 | 2F | DA | 29 | 25 |
| Octal | 70 | 125 | 207 | 73 | 45 | 0 | 57 | 332 | 51 | 45 |
| Binary | 111000 | 1010101 | 10000111 | 111011 | 100101 | 0 | 101111 | 11011010 | 101001 | 100101 |
Color Harmonies of #385587
Complementary color
Monochromatic Colors of #385587
Black with #385587
Text Example
Text Example
White with #385587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385587; }
p { color: rgb(56,85,135); }
H1.HeaderClassName
{
color: #385587;
}
.AnyTagClassName
{
color: #385587;
}
</style>
background-color css
<style>
a { background-color: #385587; }
a { background-color: rgb(56,85,135); }
div.DivClassName
{
background-color: #385587;
}
.BgClassName
{
background-color: #385587;
}
</style>
border-color css
<style>
span { border-color: #385587; }
span { border-color: rgb(56,85,135); }
td.TdClassName
{
border-color: #385587;
}
.TagClassName
{
border-color: #385587;
}
</style>