Shades of Fun Blue #304D88
Tints of Fun Blue #304D88
RGB
CMYK
RGB Variations
Color information
#304D88 (or 0x304D88) is known color: Fun Blue. HEX triplet: 30, 4D and 88. RGB value is (48,77,136). Sum of RGB (Red+Green+Blue) = 48+77+136=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #304D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304D88 is #CFB277. Grayscale: #4A4A4A. Windows color (decimal): -13611640 or 8932656. OLE color: 8932656.
HSL color Cylindrical-coordinate representation of color #304D88: hue angle of 220.23º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304D88 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 77 | 136 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.47 |
| HSL | 220.23º | 0.48% | 0.36% | - |
| HSV(B) | 220.23º | 0.65% | 0.53% | - |
| XYZ | 8.32 | 7.71 | 24.34 | - |
| YUV | 75.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 136 | 0.65 | 0.43 | 0 | 0.47 | 220.23 | 0.48 | 0.36 |
| Hex | 30 | 4D | 88 | 41 | 2B | 0 | 2F | DC | 30 | 24 |
| Octal | 60 | 115 | 210 | 101 | 53 | 0 | 57 | 334 | 60 | 44 |
| Binary | 110000 | 1001101 | 10001000 | 1000001 | 101011 | 0 | 101111 | 11011100 | 110000 | 100100 |
Color Harmonies of #304D88
Complementary color
Monochromatic Colors of #304D88
Black with #304D88
Text Example
Text Example
White with #304D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D88; }
p { color: rgb(48,77,136); }
H1.HeaderClassName
{
color: #304D88;
}
.AnyTagClassName
{
color: #304D88;
}
</style>
background-color css
<style>
a { background-color: #304D88; }
a { background-color: rgb(48,77,136); }
div.DivClassName
{
background-color: #304D88;
}
.BgClassName
{
background-color: #304D88;
}
</style>
border-color css
<style>
span { border-color: #304D88; }
span { border-color: rgb(48,77,136); }
td.TdClassName
{
border-color: #304D88;
}
.TagClassName
{
border-color: #304D88;
}
</style>