Shades of Fun Blue #304C78
Tints of Fun Blue #304C78
RGB
CMYK
RGB Variations
Color information
#304C78 (or 0x304C78) is known color: Fun Blue. HEX triplet: 30, 4C and 78. RGB value is (48,76,120). Sum of RGB (Red+Green+Blue) = 48+76+120=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #304C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C78 is #CFB387. Grayscale: #484848. Windows color (decimal): -13611912 or 7883824. OLE color: 7883824.
HSL color Cylindrical-coordinate representation of color #304C78: hue angle of 216.67º 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 #304C78 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 76 | 120 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.53 |
| HSL | 216.67º | 0.43% | 0.33% | - |
| HSV(B) | 216.67º | 0.6% | 0.47% | - |
| XYZ | 7.19 | 7.15 | 18.77 | - |
| YUV | 72.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 120 | 0.60 | 0.37 | 0 | 0.53 | 216.67 | 0.43 | 0.33 |
| Hex | 30 | 4C | 78 | 3C | 25 | 0 | 35 | D9 | 2B | 21 |
| Octal | 60 | 114 | 170 | 74 | 45 | 0 | 65 | 331 | 53 | 41 |
| Binary | 110000 | 1001100 | 1111000 | 111100 | 100101 | 0 | 110101 | 11011001 | 101011 | 100001 |
Color Harmonies of #304C78
Complementary color
Monochromatic Colors of #304C78
Black with #304C78
Text Example
Text Example
White with #304C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C78; }
p { color: rgb(48,76,120); }
H1.HeaderClassName
{
color: #304C78;
}
.AnyTagClassName
{
color: #304C78;
}
</style>
background-color css
<style>
a { background-color: #304C78; }
a { background-color: rgb(48,76,120); }
div.DivClassName
{
background-color: #304C78;
}
.BgClassName
{
background-color: #304C78;
}
</style>
border-color css
<style>
span { border-color: #304C78; }
span { border-color: rgb(48,76,120); }
td.TdClassName
{
border-color: #304C78;
}
.TagClassName
{
border-color: #304C78;
}
</style>