Shades of Fun Blue #304D7B
Tints of Fun Blue #304D7B
RGB
CMYK
RGB Variations
Color information
#304D7B (or 0x304D7B) is known color: Fun Blue. HEX triplet: 30, 4D and 7B. RGB value is (48,77,123). Sum of RGB (Red+Green+Blue) = 48+77+123=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #304D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D7B is #CFB284. Grayscale: #494949. Windows color (decimal): -13611653 or 8080688. OLE color: 8080688.
HSL color Cylindrical-coordinate representation of color #304D7B: hue angle of 216.8º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #304D7B is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 77 | 123 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.52 |
| HSL | 216.8º | 0.44% | 0.34% | - |
| HSV(B) | 216.8º | 0.61% | 0.48% | - |
| XYZ | 7.45 | 7.37 | 19.77 | - |
| YUV | 73.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 123 | 0.61 | 0.37 | 0 | 0.52 | 216.8 | 0.44 | 0.34 |
| Hex | 30 | 4D | 7B | 3D | 25 | 0 | 34 | D9 | 2C | 22 |
| Octal | 60 | 115 | 173 | 75 | 45 | 0 | 64 | 331 | 54 | 42 |
| Binary | 110000 | 1001101 | 1111011 | 111101 | 100101 | 0 | 110100 | 11011001 | 101100 | 100010 |
Color Harmonies of #304D7B
Complementary color
Monochromatic Colors of #304D7B
Black with #304D7B
Text Example
Text Example
White with #304D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D7B; }
p { color: rgb(48,77,123); }
H1.HeaderClassName
{
color: #304D7B;
}
.AnyTagClassName
{
color: #304D7B;
}
</style>
background-color css
<style>
a { background-color: #304D7B; }
a { background-color: rgb(48,77,123); }
div.DivClassName
{
background-color: #304D7B;
}
.BgClassName
{
background-color: #304D7B;
}
</style>
border-color css
<style>
span { border-color: #304D7B; }
span { border-color: rgb(48,77,123); }
td.TdClassName
{
border-color: #304D7B;
}
.TagClassName
{
border-color: #304D7B;
}
</style>