Shades of Fun Blue #385082
Tints of Fun Blue #385082
RGB
CMYK
RGB Variations
Color information
#385082 (or 0x385082) is known color: Fun Blue. HEX triplet: 38, 50 and 82. RGB value is (56,80,130). Sum of RGB (Red+Green+Blue) = 56+80+130=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #385082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385082 is #C7AF7D. Grayscale: #4E4E4E. Windows color (decimal): -13086590 or 8540216. OLE color: 8540216.
HSL color Cylindrical-coordinate representation of color #385082: hue angle of 220.54º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385082 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 80 | 130 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.49 |
| HSL | 220.54º | 0.4% | 0.36% | - |
| HSV(B) | 220.54º | 0.57% | 0.51% | - |
| XYZ | 8.53 | 8.19 | 22.25 | - |
| YUV | 78.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 130 | 0.57 | 0.38 | 0 | 0.49 | 220.54 | 0.4 | 0.36 |
| Hex | 38 | 50 | 82 | 39 | 26 | 0 | 31 | DD | 28 | 24 |
| Octal | 70 | 120 | 202 | 71 | 46 | 0 | 61 | 335 | 50 | 44 |
| Binary | 111000 | 1010000 | 10000010 | 111001 | 100110 | 0 | 110001 | 11011101 | 101000 | 100100 |
Color Harmonies of #385082
Complementary color
Monochromatic Colors of #385082
Black with #385082
Text Example
Text Example
White with #385082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385082; }
p { color: rgb(56,80,130); }
H1.HeaderClassName
{
color: #385082;
}
.AnyTagClassName
{
color: #385082;
}
</style>
background-color css
<style>
a { background-color: #385082; }
a { background-color: rgb(56,80,130); }
div.DivClassName
{
background-color: #385082;
}
.BgClassName
{
background-color: #385082;
}
</style>
border-color css
<style>
span { border-color: #385082; }
span { border-color: rgb(56,80,130); }
td.TdClassName
{
border-color: #385082;
}
.TagClassName
{
border-color: #385082;
}
</style>