Shades of Fun Blue #304C77
Tints of Fun Blue #304C77
RGB
CMYK
RGB Variations
Color information
#304C77 (or 0x304C77) is known color: Fun Blue. HEX triplet: 30, 4C and 77. RGB value is (48,76,119). Sum of RGB (Red+Green+Blue) = 48+76+119=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #304C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C77 is #CFB388. Grayscale: #484848. Windows color (decimal): -13611913 or 7818288. OLE color: 7818288.
HSL color Cylindrical-coordinate representation of color #304C77: hue angle of 216.34º 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 #304C77 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 76 | 119 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.53 |
| HSL | 216.34º | 0.43% | 0.33% | - |
| HSV(B) | 216.34º | 0.6% | 0.47% | - |
| XYZ | 7.13 | 7.13 | 18.45 | - |
| YUV | 72.53 | 154.22 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 119 | 0.60 | 0.36 | 0 | 0.53 | 216.34 | 0.43 | 0.33 |
| Hex | 30 | 4C | 77 | 3C | 24 | 0 | 35 | D8 | 2B | 21 |
| Octal | 60 | 114 | 167 | 74 | 44 | 0 | 65 | 330 | 53 | 41 |
| Binary | 110000 | 1001100 | 1110111 | 111100 | 100100 | 0 | 110101 | 11011000 | 101011 | 100001 |
Color Harmonies of #304C77
Complementary color
Monochromatic Colors of #304C77
Black with #304C77
Text Example
Text Example
White with #304C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C77; }
p { color: rgb(48,76,119); }
H1.HeaderClassName
{
color: #304C77;
}
.AnyTagClassName
{
color: #304C77;
}
</style>
background-color css
<style>
a { background-color: #304C77; }
a { background-color: rgb(48,76,119); }
div.DivClassName
{
background-color: #304C77;
}
.BgClassName
{
background-color: #304C77;
}
</style>
border-color css
<style>
span { border-color: #304C77; }
span { border-color: rgb(48,76,119); }
td.TdClassName
{
border-color: #304C77;
}
.TagClassName
{
border-color: #304C77;
}
</style>