Shades of Fun Blue #385182
Tints of Fun Blue #385182
RGB
CMYK
RGB Variations
Color information
#385182 (or 0x385182) is known color: Fun Blue. HEX triplet: 38, 51 and 82. RGB value is (56,81,130). Sum of RGB (Red+Green+Blue) = 56+81+130=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #385182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385182 is #C7AE7D. Grayscale: #4E4E4E. Windows color (decimal): -13086334 or 8540472. OLE color: 8540472.
HSL color Cylindrical-coordinate representation of color #385182: hue angle of 219.73º 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 #385182 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 81 | 130 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.49 |
| HSL | 219.73º | 0.4% | 0.36% | - |
| HSV(B) | 219.73º | 0.57% | 0.51% | - |
| XYZ | 8.6 | 8.34 | 22.27 | - |
| YUV | 79.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 130 | 0.57 | 0.38 | 0 | 0.49 | 219.73 | 0.4 | 0.36 |
| Hex | 38 | 51 | 82 | 39 | 26 | 0 | 31 | DC | 28 | 24 |
| Octal | 70 | 121 | 202 | 71 | 46 | 0 | 61 | 334 | 50 | 44 |
| Binary | 111000 | 1010001 | 10000010 | 111001 | 100110 | 0 | 110001 | 11011100 | 101000 | 100100 |
Color Harmonies of #385182
Complementary color
Monochromatic Colors of #385182
Black with #385182
Text Example
Text Example
White with #385182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385182; }
p { color: rgb(56,81,130); }
H1.HeaderClassName
{
color: #385182;
}
.AnyTagClassName
{
color: #385182;
}
</style>
background-color css
<style>
a { background-color: #385182; }
a { background-color: rgb(56,81,130); }
div.DivClassName
{
background-color: #385182;
}
.BgClassName
{
background-color: #385182;
}
</style>
border-color css
<style>
span { border-color: #385182; }
span { border-color: rgb(56,81,130); }
td.TdClassName
{
border-color: #385182;
}
.TagClassName
{
border-color: #385182;
}
</style>