Shades of Fun Blue #304B74
Tints of Fun Blue #304B74
RGB
CMYK
RGB Variations
Color information
#304B74 (or 0x304B74) is known color: Fun Blue. HEX triplet: 30, 4B and 74. RGB value is (48,75,116). Sum of RGB (Red+Green+Blue) = 48+75+116=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #304B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B74 is #CFB48B. Grayscale: #474747. Windows color (decimal): -13612172 or 7621424. OLE color: 7621424.
HSL color Cylindrical-coordinate representation of color #304B74: hue angle of 216.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304B74 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 75 | 116 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.55 |
| HSL | 216.18º | 0.41% | 0.32% | - |
| HSV(B) | 216.18º | 0.59% | 0.45% | - |
| XYZ | 6.89 | 6.92 | 17.5 | - |
| YUV | 71.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 116 | 0.59 | 0.35 | 0 | 0.55 | 216.18 | 0.41 | 0.32 |
| Hex | 30 | 4B | 74 | 3B | 23 | 0 | 37 | D8 | 29 | 20 |
| Octal | 60 | 113 | 164 | 73 | 43 | 0 | 67 | 330 | 51 | 40 |
| Binary | 110000 | 1001011 | 1110100 | 111011 | 100011 | 0 | 110111 | 11011000 | 101001 | 100000 |
Color Harmonies of #304B74
Complementary color
Monochromatic Colors of #304B74
Black with #304B74
Text Example
Text Example
White with #304B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B74; }
p { color: rgb(48,75,116); }
H1.HeaderClassName
{
color: #304B74;
}
.AnyTagClassName
{
color: #304B74;
}
</style>
background-color css
<style>
a { background-color: #304B74; }
a { background-color: rgb(48,75,116); }
div.DivClassName
{
background-color: #304B74;
}
.BgClassName
{
background-color: #304B74;
}
</style>
border-color css
<style>
span { border-color: #304B74; }
span { border-color: rgb(48,75,116); }
td.TdClassName
{
border-color: #304B74;
}
.TagClassName
{
border-color: #304B74;
}
</style>