Shades of Fun Blue #30477C
Tints of Fun Blue #30477C
RGB
CMYK
RGB Variations
Color information
#30477C (or 0x30477C) is known color: Fun Blue. HEX triplet: 30, 47 and 7C. RGB value is (48,71,124). Sum of RGB (Red+Green+Blue) = 48+71+124=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #30477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30477C is #CFB883. Grayscale: #454545. Windows color (decimal): -13613188 or 8144688. OLE color: 8144688.
HSL color Cylindrical-coordinate representation of color #30477C: hue angle of 221.84º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30477C is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 71 | 124 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.51 |
| HSL | 221.84º | 0.44% | 0.34% | - |
| HSV(B) | 221.84º | 0.61% | 0.49% | - |
| XYZ | 7.11 | 6.59 | 19.97 | - |
| YUV | 70.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 124 | 0.61 | 0.43 | 0 | 0.51 | 221.84 | 0.44 | 0.34 |
| Hex | 30 | 47 | 7C | 3D | 2B | 0 | 33 | DE | 2C | 22 |
| Octal | 60 | 107 | 174 | 75 | 53 | 0 | 63 | 336 | 54 | 42 |
| Binary | 110000 | 1000111 | 1111100 | 111101 | 101011 | 0 | 110011 | 11011110 | 101100 | 100010 |
Color Harmonies of #30477C
Complementary color
Monochromatic Colors of #30477C
Black with #30477C
Text Example
Text Example
White with #30477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30477C; }
p { color: rgb(48,71,124); }
H1.HeaderClassName
{
color: #30477C;
}
.AnyTagClassName
{
color: #30477C;
}
</style>
background-color css
<style>
a { background-color: #30477C; }
a { background-color: rgb(48,71,124); }
div.DivClassName
{
background-color: #30477C;
}
.BgClassName
{
background-color: #30477C;
}
</style>
border-color css
<style>
span { border-color: #30477C; }
span { border-color: rgb(48,71,124); }
td.TdClassName
{
border-color: #30477C;
}
.TagClassName
{
border-color: #30477C;
}
</style>