Shades of Fun Blue #30477B
Tints of Fun Blue #30477B
RGB
CMYK
RGB Variations
Color information
#30477B (or 0x30477B) is known color: Fun Blue. HEX triplet: 30, 47 and 7B. RGB value is (48,71,123). Sum of RGB (Red+Green+Blue) = 48+71+123=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #30477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30477B is #CFB884. Grayscale: #454545. Windows color (decimal): -13613189 or 8079152. OLE color: 8079152.
HSL color Cylindrical-coordinate representation of color #30477B: hue angle of 221.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30477B is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 71 | 123 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.52 |
| HSL | 221.6º | 0.44% | 0.34% | - |
| HSV(B) | 221.6º | 0.61% | 0.48% | - |
| XYZ | 7.05 | 6.56 | 19.63 | - |
| YUV | 70.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 123 | 0.61 | 0.42 | 0 | 0.52 | 221.6 | 0.44 | 0.34 |
| Hex | 30 | 47 | 7B | 3D | 2A | 0 | 34 | DE | 2C | 22 |
| Octal | 60 | 107 | 173 | 75 | 52 | 0 | 64 | 336 | 54 | 42 |
| Binary | 110000 | 1000111 | 1111011 | 111101 | 101010 | 0 | 110100 | 11011110 | 101100 | 100010 |
Color Harmonies of #30477B
Complementary color
Monochromatic Colors of #30477B
Black with #30477B
Text Example
Text Example
White with #30477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30477B; }
p { color: rgb(48,71,123); }
H1.HeaderClassName
{
color: #30477B;
}
.AnyTagClassName
{
color: #30477B;
}
</style>
background-color css
<style>
a { background-color: #30477B; }
a { background-color: rgb(48,71,123); }
div.DivClassName
{
background-color: #30477B;
}
.BgClassName
{
background-color: #30477B;
}
</style>
border-color css
<style>
span { border-color: #30477B; }
span { border-color: rgb(48,71,123); }
td.TdClassName
{
border-color: #30477B;
}
.TagClassName
{
border-color: #30477B;
}
</style>