Shades of Fun Blue #30518B
Tints of Fun Blue #30518B
RGB
CMYK
RGB Variations
Color information
#30518B (or 0x30518B) is known color: Fun Blue. HEX triplet: 30, 51 and 8B. RGB value is (48,81,139). Sum of RGB (Red+Green+Blue) = 48+81+139=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #30518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30518B is #CFAE74. Grayscale: #4D4D4D. Windows color (decimal): -13610613 or 9130288. OLE color: 9130288.
HSL color Cylindrical-coordinate representation of color #30518B: hue angle of 218.24º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30518B is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 81 | 139 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.45 |
| HSL | 218.24º | 0.49% | 0.37% | - |
| HSV(B) | 218.24º | 0.65% | 0.55% | - |
| XYZ | 8.82 | 8.38 | 25.58 | - |
| YUV | 77.75 | 162.57 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 139 | 0.65 | 0.42 | 0 | 0.45 | 218.24 | 0.49 | 0.37 |
| Hex | 30 | 51 | 8B | 41 | 2A | 0 | 2D | DA | 31 | 25 |
| Octal | 60 | 121 | 213 | 101 | 52 | 0 | 55 | 332 | 61 | 45 |
| Binary | 110000 | 1010001 | 10001011 | 1000001 | 101010 | 0 | 101101 | 11011010 | 110001 | 100101 |
Color Harmonies of #30518B
Complementary color
Monochromatic Colors of #30518B
Black with #30518B
Text Example
Text Example
White with #30518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30518B; }
p { color: rgb(48,81,139); }
H1.HeaderClassName
{
color: #30518B;
}
.AnyTagClassName
{
color: #30518B;
}
</style>
background-color css
<style>
a { background-color: #30518B; }
a { background-color: rgb(48,81,139); }
div.DivClassName
{
background-color: #30518B;
}
.BgClassName
{
background-color: #30518B;
}
</style>
border-color css
<style>
span { border-color: #30518B; }
span { border-color: rgb(48,81,139); }
td.TdClassName
{
border-color: #30518B;
}
.TagClassName
{
border-color: #30518B;
}
</style>