Shades of Fun Blue #304F82
Tints of Fun Blue #304F82
RGB
CMYK
RGB Variations
Color information
#304F82 (or 0x304F82) is known color: Fun Blue. HEX triplet: 30, 4F and 82. RGB value is (48,79,130). Sum of RGB (Red+Green+Blue) = 48+79+130=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #304F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304F82 is #CFB07D. Grayscale: #4B4B4B. Windows color (decimal): -13611134 or 8539952. OLE color: 8539952.
HSL color Cylindrical-coordinate representation of color #304F82: hue angle of 217.32º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304F82 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 79 | 130 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.49 |
| HSL | 217.32º | 0.46% | 0.35% | - |
| HSV(B) | 217.32º | 0.63% | 0.51% | - |
| XYZ | 8.04 | 7.83 | 22.21 | - |
| YUV | 75.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 130 | 0.63 | 0.39 | 0 | 0.49 | 217.32 | 0.46 | 0.35 |
| Hex | 30 | 4F | 82 | 3F | 27 | 0 | 31 | D9 | 2E | 23 |
| Octal | 60 | 117 | 202 | 77 | 47 | 0 | 61 | 331 | 56 | 43 |
| Binary | 110000 | 1001111 | 10000010 | 111111 | 100111 | 0 | 110001 | 11011001 | 101110 | 100011 |
Color Harmonies of #304F82
Complementary color
Monochromatic Colors of #304F82
Black with #304F82
Text Example
Text Example
White with #304F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F82; }
p { color: rgb(48,79,130); }
H1.HeaderClassName
{
color: #304F82;
}
.AnyTagClassName
{
color: #304F82;
}
</style>
background-color css
<style>
a { background-color: #304F82; }
a { background-color: rgb(48,79,130); }
div.DivClassName
{
background-color: #304F82;
}
.BgClassName
{
background-color: #304F82;
}
</style>
border-color css
<style>
span { border-color: #304F82; }
span { border-color: rgb(48,79,130); }
td.TdClassName
{
border-color: #304F82;
}
.TagClassName
{
border-color: #304F82;
}
</style>