Shades of Fun Blue #304F88
Tints of Fun Blue #304F88
RGB
CMYK
RGB Variations
Color information
#304F88 (or 0x304F88) is known color: Fun Blue. HEX triplet: 30, 4F and 88. RGB value is (48,79,136). Sum of RGB (Red+Green+Blue) = 48+79+136=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #304F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304F88 is #CFB077. Grayscale: #4B4B4B. Windows color (decimal): -13611128 or 8933168. OLE color: 8933168.
HSL color Cylindrical-coordinate representation of color #304F88: hue angle of 218.86º 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 #304F88 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 79 | 136 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.47 |
| HSL | 218.86º | 0.48% | 0.36% | - |
| HSV(B) | 218.86º | 0.65% | 0.53% | - |
| XYZ | 8.46 | 8 | 24.39 | - |
| YUV | 76.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 136 | 0.65 | 0.42 | 0 | 0.47 | 218.86 | 0.48 | 0.36 |
| Hex | 30 | 4F | 88 | 41 | 2A | 0 | 2F | DB | 30 | 24 |
| Octal | 60 | 117 | 210 | 101 | 52 | 0 | 57 | 333 | 60 | 44 |
| Binary | 110000 | 1001111 | 10001000 | 1000001 | 101010 | 0 | 101111 | 11011011 | 110000 | 100100 |
Color Harmonies of #304F88
Complementary color
Monochromatic Colors of #304F88
Black with #304F88
Text Example
Text Example
White with #304F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F88; }
p { color: rgb(48,79,136); }
H1.HeaderClassName
{
color: #304F88;
}
.AnyTagClassName
{
color: #304F88;
}
</style>
background-color css
<style>
a { background-color: #304F88; }
a { background-color: rgb(48,79,136); }
div.DivClassName
{
background-color: #304F88;
}
.BgClassName
{
background-color: #304F88;
}
</style>
border-color css
<style>
span { border-color: #304F88; }
span { border-color: rgb(48,79,136); }
td.TdClassName
{
border-color: #304F88;
}
.TagClassName
{
border-color: #304F88;
}
</style>