Shades of Fun Blue #304780
Tints of Fun Blue #304780
RGB
CMYK
RGB Variations
Color information
#304780 (or 0x304780) is known color: Fun Blue. HEX triplet: 30, 47 and 80. RGB value is (48,71,128). Sum of RGB (Red+Green+Blue) = 48+71+128=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #304780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304780 is #CFB87F. Grayscale: #464646. Windows color (decimal): -13613184 or 8406832. OLE color: 8406832.
HSL color Cylindrical-coordinate representation of color #304780: hue angle of 222.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #304780 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 71 | 128 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.50 |
| HSL | 222.75º | 0.45% | 0.35% | - |
| HSV(B) | 222.75º | 0.63% | 0.5% | - |
| XYZ | 7.37 | 6.69 | 21.33 | - |
| YUV | 70.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 128 | 0.62 | 0.45 | 0 | 0.50 | 222.75 | 0.45 | 0.35 |
| Hex | 30 | 47 | 80 | 3E | 2D | 0 | 32 | DF | 2D | 23 |
| Octal | 60 | 107 | 200 | 76 | 55 | 0 | 62 | 337 | 55 | 43 |
| Binary | 110000 | 1000111 | 10000000 | 111110 | 101101 | 0 | 110010 | 11011111 | 101101 | 100011 |
Color Harmonies of #304780
Complementary color
Monochromatic Colors of #304780
Black with #304780
Text Example
Text Example
White with #304780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304780; }
p { color: rgb(48,71,128); }
H1.HeaderClassName
{
color: #304780;
}
.AnyTagClassName
{
color: #304780;
}
</style>
background-color css
<style>
a { background-color: #304780; }
a { background-color: rgb(48,71,128); }
div.DivClassName
{
background-color: #304780;
}
.BgClassName
{
background-color: #304780;
}
</style>
border-color css
<style>
span { border-color: #304780; }
span { border-color: rgb(48,71,128); }
td.TdClassName
{
border-color: #304780;
}
.TagClassName
{
border-color: #304780;
}
</style>