Shades of Fun Blue #304C75
Tints of Fun Blue #304C75
RGB
CMYK
RGB Variations
Color information
#304C75 (or 0x304C75) is known color: Fun Blue. HEX triplet: 30, 4C and 75. RGB value is (48,76,117). Sum of RGB (Red+Green+Blue) = 48+76+117=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #304C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C75 is #CFB38A. Grayscale: #484848. Windows color (decimal): -13611915 or 7687216. OLE color: 7687216.
HSL color Cylindrical-coordinate representation of color #304C75: hue angle of 215.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304C75 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 76 | 117 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.54 |
| HSL | 215.65º | 0.42% | 0.32% | - |
| HSV(B) | 215.65º | 0.59% | 0.46% | - |
| XYZ | 7.01 | 7.08 | 17.83 | - |
| YUV | 72.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 117 | 0.59 | 0.35 | 0 | 0.54 | 215.65 | 0.42 | 0.32 |
| Hex | 30 | 4C | 75 | 3B | 23 | 0 | 36 | D8 | 2A | 20 |
| Octal | 60 | 114 | 165 | 73 | 43 | 0 | 66 | 330 | 52 | 40 |
| Binary | 110000 | 1001100 | 1110101 | 111011 | 100011 | 0 | 110110 | 11011000 | 101010 | 100000 |
Color Harmonies of #304C75
Complementary color
Monochromatic Colors of #304C75
Black with #304C75
Text Example
Text Example
White with #304C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C75; }
p { color: rgb(48,76,117); }
H1.HeaderClassName
{
color: #304C75;
}
.AnyTagClassName
{
color: #304C75;
}
</style>
background-color css
<style>
a { background-color: #304C75; }
a { background-color: rgb(48,76,117); }
div.DivClassName
{
background-color: #304C75;
}
.BgClassName
{
background-color: #304C75;
}
</style>
border-color css
<style>
span { border-color: #304C75; }
span { border-color: rgb(48,76,117); }
td.TdClassName
{
border-color: #304C75;
}
.TagClassName
{
border-color: #304C75;
}
</style>