Shades of Fun Blue #304878
Tints of Fun Blue #304878
RGB
CMYK
RGB Variations
Color information
#304878 (or 0x304878) is known color: Fun Blue. HEX triplet: 30, 48 and 78. RGB value is (48,72,120). Sum of RGB (Red+Green+Blue) = 48+72+120=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #304878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304878 is #CFB787. Grayscale: #464646. Windows color (decimal): -13612936 or 7882800. OLE color: 7882800.
HSL color Cylindrical-coordinate representation of color #304878: hue angle of 220º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304878 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 72 | 120 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.53 |
| HSL | 220º | 0.43% | 0.33% | - |
| HSV(B) | 220º | 0.6% | 0.47% | - |
| XYZ | 6.93 | 6.62 | 18.68 | - |
| YUV | 70.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 120 | 0.60 | 0.40 | 0 | 0.53 | 220 | 0.43 | 0.33 |
| Hex | 30 | 48 | 78 | 3C | 28 | 0 | 35 | DC | 2B | 21 |
| Octal | 60 | 110 | 170 | 74 | 50 | 0 | 65 | 334 | 53 | 41 |
| Binary | 110000 | 1001000 | 1111000 | 111100 | 101000 | 0 | 110101 | 11011100 | 101011 | 100001 |
Color Harmonies of #304878
Complementary color
Monochromatic Colors of #304878
Black with #304878
Text Example
Text Example
White with #304878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304878; }
p { color: rgb(48,72,120); }
H1.HeaderClassName
{
color: #304878;
}
.AnyTagClassName
{
color: #304878;
}
</style>
background-color css
<style>
a { background-color: #304878; }
a { background-color: rgb(48,72,120); }
div.DivClassName
{
background-color: #304878;
}
.BgClassName
{
background-color: #304878;
}
</style>
border-color css
<style>
span { border-color: #304878; }
span { border-color: rgb(48,72,120); }
td.TdClassName
{
border-color: #304878;
}
.TagClassName
{
border-color: #304878;
}
</style>