Shades of Fun Blue #385383
Tints of Fun Blue #385383
RGB
CMYK
RGB Variations
Color information
#385383 (or 0x385383) is known color: Fun Blue. HEX triplet: 38, 53 and 83. RGB value is (56,83,131). Sum of RGB (Red+Green+Blue) = 56+83+131=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #385383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385383 is #C7AC7C. Grayscale: #505050. Windows color (decimal): -13085821 or 8606520. OLE color: 8606520.
HSL color Cylindrical-coordinate representation of color #385383: hue angle of 218.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385383 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 83 | 131 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.49 |
| HSL | 218.4º | 0.4% | 0.37% | - |
| HSV(B) | 218.4º | 0.57% | 0.51% | - |
| XYZ | 8.82 | 8.67 | 22.68 | - |
| YUV | 80.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 83 | 131 | 0.57 | 0.37 | 0 | 0.49 | 218.4 | 0.4 | 0.37 |
| Hex | 38 | 53 | 83 | 39 | 25 | 0 | 31 | DA | 28 | 25 |
| Octal | 70 | 123 | 203 | 71 | 45 | 0 | 61 | 332 | 50 | 45 |
| Binary | 111000 | 1010011 | 10000011 | 111001 | 100101 | 0 | 110001 | 11011010 | 101000 | 100101 |
Color Harmonies of #385383
Complementary color
Monochromatic Colors of #385383
Black with #385383
Text Example
Text Example
White with #385383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385383; }
p { color: rgb(56,83,131); }
H1.HeaderClassName
{
color: #385383;
}
.AnyTagClassName
{
color: #385383;
}
</style>
background-color css
<style>
a { background-color: #385383; }
a { background-color: rgb(56,83,131); }
div.DivClassName
{
background-color: #385383;
}
.BgClassName
{
background-color: #385383;
}
</style>
border-color css
<style>
span { border-color: #385383; }
span { border-color: rgb(56,83,131); }
td.TdClassName
{
border-color: #385383;
}
.TagClassName
{
border-color: #385383;
}
</style>