Shades of Fun Blue #304A71
Tints of Fun Blue #304A71
RGB
CMYK
RGB Variations
Color information
#304A71 (or 0x304A71) is known color: Fun Blue. HEX triplet: 30, 4A and 71. RGB value is (48,74,113). Sum of RGB (Red+Green+Blue) = 48+74+113=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #304A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A71 is #CFB58E. Grayscale: #464646. Windows color (decimal): -13612431 or 7424560. OLE color: 7424560.
HSL color Cylindrical-coordinate representation of color #304A71: hue angle of 216º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304A71 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 74 | 113 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.56 |
| HSL | 216º | 0.4% | 0.32% | - |
| HSV(B) | 216º | 0.58% | 0.44% | - |
| XYZ | 6.65 | 6.72 | 16.57 | - |
| YUV | 70.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 113 | 0.58 | 0.35 | 0 | 0.56 | 216 | 0.4 | 0.32 |
| Hex | 30 | 4A | 71 | 3A | 23 | 0 | 38 | D8 | 28 | 20 |
| Octal | 60 | 112 | 161 | 72 | 43 | 0 | 70 | 330 | 50 | 40 |
| Binary | 110000 | 1001010 | 1110001 | 111010 | 100011 | 0 | 111000 | 11011000 | 101000 | 100000 |
Color Harmonies of #304A71
Complementary color
Monochromatic Colors of #304A71
Black with #304A71
Text Example
Text Example
White with #304A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A71; }
p { color: rgb(48,74,113); }
H1.HeaderClassName
{
color: #304A71;
}
.AnyTagClassName
{
color: #304A71;
}
</style>
background-color css
<style>
a { background-color: #304A71; }
a { background-color: rgb(48,74,113); }
div.DivClassName
{
background-color: #304A71;
}
.BgClassName
{
background-color: #304A71;
}
</style>
border-color css
<style>
span { border-color: #304A71; }
span { border-color: rgb(48,74,113); }
td.TdClassName
{
border-color: #304A71;
}
.TagClassName
{
border-color: #304A71;
}
</style>