Shades of Fun Blue #30548D
Tints of Fun Blue #30548D
RGB
CMYK
RGB Variations
Color information
#30548D (or 0x30548D) is known color: Fun Blue. HEX triplet: 30, 54 and 8D. RGB value is (48,84,141). Sum of RGB (Red+Green+Blue) = 48+84+141=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #30548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30548D is #CFAB72. Grayscale: #4F4F4F. Windows color (decimal): -13609843 or 9262128. OLE color: 9262128.
HSL color Cylindrical-coordinate representation of color #30548D: hue angle of 216.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30548D is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 84 | 141 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.45 |
| HSL | 216.77º | 0.49% | 0.37% | - |
| HSV(B) | 216.77º | 0.66% | 0.55% | - |
| XYZ | 9.2 | 8.89 | 26.43 | - |
| YUV | 79.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 141 | 0.66 | 0.40 | 0 | 0.45 | 216.77 | 0.49 | 0.37 |
| Hex | 30 | 54 | 8D | 42 | 28 | 0 | 2D | D9 | 31 | 25 |
| Octal | 60 | 124 | 215 | 102 | 50 | 0 | 55 | 331 | 61 | 45 |
| Binary | 110000 | 1010100 | 10001101 | 1000010 | 101000 | 0 | 101101 | 11011001 | 110001 | 100101 |
Color Harmonies of #30548D
Complementary color
Monochromatic Colors of #30548D
Black with #30548D
Text Example
Text Example
White with #30548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30548D; }
p { color: rgb(48,84,141); }
H1.HeaderClassName
{
color: #30548D;
}
.AnyTagClassName
{
color: #30548D;
}
</style>
background-color css
<style>
a { background-color: #30548D; }
a { background-color: rgb(48,84,141); }
div.DivClassName
{
background-color: #30548D;
}
.BgClassName
{
background-color: #30548D;
}
</style>
border-color css
<style>
span { border-color: #30548D; }
span { border-color: rgb(48,84,141); }
td.TdClassName
{
border-color: #30548D;
}
.TagClassName
{
border-color: #30548D;
}
</style>