Shades of Fun Blue #304A79
Tints of Fun Blue #304A79
RGB
CMYK
RGB Variations
Color information
#304A79 (or 0x304A79) is known color: Fun Blue. HEX triplet: 30, 4A and 79. RGB value is (48,74,121). Sum of RGB (Red+Green+Blue) = 48+74+121=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #304A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A79 is #CFB586. Grayscale: #474747. Windows color (decimal): -13612423 or 7948848. OLE color: 7948848.
HSL color Cylindrical-coordinate representation of color #304A79: hue angle of 218.63º 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 #304A79 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 74 | 121 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.53 |
| HSL | 218.63º | 0.43% | 0.33% | - |
| HSV(B) | 218.63º | 0.6% | 0.47% | - |
| XYZ | 7.12 | 6.91 | 19.05 | - |
| YUV | 71.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 121 | 0.60 | 0.39 | 0 | 0.53 | 218.63 | 0.43 | 0.33 |
| Hex | 30 | 4A | 79 | 3C | 27 | 0 | 35 | DB | 2B | 21 |
| Octal | 60 | 112 | 171 | 74 | 47 | 0 | 65 | 333 | 53 | 41 |
| Binary | 110000 | 1001010 | 1111001 | 111100 | 100111 | 0 | 110101 | 11011011 | 101011 | 100001 |
Color Harmonies of #304A79
Complementary color
Monochromatic Colors of #304A79
Black with #304A79
Text Example
Text Example
White with #304A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A79; }
p { color: rgb(48,74,121); }
H1.HeaderClassName
{
color: #304A79;
}
.AnyTagClassName
{
color: #304A79;
}
</style>
background-color css
<style>
a { background-color: #304A79; }
a { background-color: rgb(48,74,121); }
div.DivClassName
{
background-color: #304A79;
}
.BgClassName
{
background-color: #304A79;
}
</style>
border-color css
<style>
span { border-color: #304A79; }
span { border-color: rgb(48,74,121); }
td.TdClassName
{
border-color: #304A79;
}
.TagClassName
{
border-color: #304A79;
}
</style>