Shades of Fun Blue #304982
Tints of Fun Blue #304982
RGB
CMYK
RGB Variations
Color information
#304982 (or 0x304982) is known color: Fun Blue. HEX triplet: 30, 49 and 82. RGB value is (48,73,130). Sum of RGB (Red+Green+Blue) = 48+73+130=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #304982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304982 is #CFB67D. Grayscale: #474747. Windows color (decimal): -13612670 or 8538416. OLE color: 8538416.
HSL color Cylindrical-coordinate representation of color #304982: hue angle of 221.71º 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 #304982 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 73 | 130 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.49 |
| HSL | 221.71º | 0.46% | 0.35% | - |
| HSV(B) | 221.71º | 0.63% | 0.51% | - |
| XYZ | 7.63 | 7.01 | 22.07 | - |
| YUV | 72.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 130 | 0.63 | 0.44 | 0 | 0.49 | 221.71 | 0.46 | 0.35 |
| Hex | 30 | 49 | 82 | 3F | 2C | 0 | 31 | DE | 2E | 23 |
| Octal | 60 | 111 | 202 | 77 | 54 | 0 | 61 | 336 | 56 | 43 |
| Binary | 110000 | 1001001 | 10000010 | 111111 | 101100 | 0 | 110001 | 11011110 | 101110 | 100011 |
Color Harmonies of #304982
Complementary color
Monochromatic Colors of #304982
Black with #304982
Text Example
Text Example
White with #304982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304982; }
p { color: rgb(48,73,130); }
H1.HeaderClassName
{
color: #304982;
}
.AnyTagClassName
{
color: #304982;
}
</style>
background-color css
<style>
a { background-color: #304982; }
a { background-color: rgb(48,73,130); }
div.DivClassName
{
background-color: #304982;
}
.BgClassName
{
background-color: #304982;
}
</style>
border-color css
<style>
span { border-color: #304982; }
span { border-color: rgb(48,73,130); }
td.TdClassName
{
border-color: #304982;
}
.TagClassName
{
border-color: #304982;
}
</style>