Shades of Fun Blue #385588
Tints of Fun Blue #385588
RGB
CMYK
RGB Variations
Color information
#385588 (or 0x385588) is known color: Fun Blue. HEX triplet: 38, 55 and 88. RGB value is (56,85,136). Sum of RGB (Red+Green+Blue) = 56+85+136=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #385588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385588 is #C7AA77. Grayscale: #515151. Windows color (decimal): -13085304 or 8934712. OLE color: 8934712.
HSL color Cylindrical-coordinate representation of color #385588: hue angle of 218.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385588 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 85 | 136 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.47 |
| HSL | 218.25º | 0.42% | 0.38% | - |
| HSV(B) | 218.25º | 0.59% | 0.53% | - |
| XYZ | 9.32 | 9.12 | 24.56 | - |
| YUV | 82.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 136 | 0.59 | 0.38 | 0 | 0.47 | 218.25 | 0.42 | 0.38 |
| Hex | 38 | 55 | 88 | 3B | 26 | 0 | 2F | DA | 2A | 26 |
| Octal | 70 | 125 | 210 | 73 | 46 | 0 | 57 | 332 | 52 | 46 |
| Binary | 111000 | 1010101 | 10001000 | 111011 | 100110 | 0 | 101111 | 11011010 | 101010 | 100110 |
Color Harmonies of #385588
Complementary color
Monochromatic Colors of #385588
Black with #385588
Text Example
Text Example
White with #385588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385588; }
p { color: rgb(56,85,136); }
H1.HeaderClassName
{
color: #385588;
}
.AnyTagClassName
{
color: #385588;
}
</style>
background-color css
<style>
a { background-color: #385588; }
a { background-color: rgb(56,85,136); }
div.DivClassName
{
background-color: #385588;
}
.BgClassName
{
background-color: #385588;
}
</style>
border-color css
<style>
span { border-color: #385588; }
span { border-color: rgb(56,85,136); }
td.TdClassName
{
border-color: #385588;
}
.TagClassName
{
border-color: #385588;
}
</style>