Shades of Fun Blue #385481
Tints of Fun Blue #385481
RGB
CMYK
RGB Variations
Color information
#385481 (or 0x385481) is known color: Fun Blue. HEX triplet: 38, 54 and 81. RGB value is (56,84,129). Sum of RGB (Red+Green+Blue) = 56+84+129=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #385481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385481 is #C7AB7E. Grayscale: #505050. Windows color (decimal): -13085567 or 8475704. OLE color: 8475704.
HSL color Cylindrical-coordinate representation of color #385481: hue angle of 216.99º degrees, saturation: 0.39, 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 #385481 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 84 | 129 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.49 |
| HSL | 216.99º | 0.39% | 0.36% | - |
| HSV(B) | 216.99º | 0.57% | 0.51% | - |
| XYZ | 8.76 | 8.77 | 22 | - |
| YUV | 80.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 84 | 129 | 0.57 | 0.35 | 0 | 0.49 | 216.99 | 0.39 | 0.36 |
| Hex | 38 | 54 | 81 | 39 | 23 | 0 | 31 | D9 | 27 | 24 |
| Octal | 70 | 124 | 201 | 71 | 43 | 0 | 61 | 331 | 47 | 44 |
| Binary | 111000 | 1010100 | 10000001 | 111001 | 100011 | 0 | 110001 | 11011001 | 100111 | 100100 |
Color Harmonies of #385481
Complementary color
Monochromatic Colors of #385481
Black with #385481
Text Example
Text Example
White with #385481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385481; }
p { color: rgb(56,84,129); }
H1.HeaderClassName
{
color: #385481;
}
.AnyTagClassName
{
color: #385481;
}
</style>
background-color css
<style>
a { background-color: #385481; }
a { background-color: rgb(56,84,129); }
div.DivClassName
{
background-color: #385481;
}
.BgClassName
{
background-color: #385481;
}
</style>
border-color css
<style>
span { border-color: #385481; }
span { border-color: rgb(56,84,129); }
td.TdClassName
{
border-color: #385481;
}
.TagClassName
{
border-color: #385481;
}
</style>