Shades of Fun Blue #304C7F
Tints of Fun Blue #304C7F
RGB
CMYK
RGB Variations
Color information
#304C7F (or 0x304C7F) is known color: Fun Blue. HEX triplet: 30, 4C and 7F. RGB value is (48,76,127). Sum of RGB (Red+Green+Blue) = 48+76+127=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #304C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C7F is #CFB380. Grayscale: #494949. Windows color (decimal): -13611905 or 8342576. OLE color: 8342576.
HSL color Cylindrical-coordinate representation of color #304C7F: hue angle of 218.73º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #304C7F is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 76 | 127 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.50 |
| HSL | 218.73º | 0.45% | 0.34% | - |
| HSV(B) | 218.73º | 0.62% | 0.5% | - |
| XYZ | 7.63 | 7.33 | 21.09 | - |
| YUV | 73.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 127 | 0.62 | 0.40 | 0 | 0.50 | 218.73 | 0.45 | 0.34 |
| Hex | 30 | 4C | 7F | 3E | 28 | 0 | 32 | DB | 2D | 22 |
| Octal | 60 | 114 | 177 | 76 | 50 | 0 | 62 | 333 | 55 | 42 |
| Binary | 110000 | 1001100 | 1111111 | 111110 | 101000 | 0 | 110010 | 11011011 | 101101 | 100010 |
Color Harmonies of #304C7F
Complementary color
Monochromatic Colors of #304C7F
Black with #304C7F
Text Example
Text Example
White with #304C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C7F; }
p { color: rgb(48,76,127); }
H1.HeaderClassName
{
color: #304C7F;
}
.AnyTagClassName
{
color: #304C7F;
}
</style>
background-color css
<style>
a { background-color: #304C7F; }
a { background-color: rgb(48,76,127); }
div.DivClassName
{
background-color: #304C7F;
}
.BgClassName
{
background-color: #304C7F;
}
</style>
border-color css
<style>
span { border-color: #304C7F; }
span { border-color: rgb(48,76,127); }
td.TdClassName
{
border-color: #304C7F;
}
.TagClassName
{
border-color: #304C7F;
}
</style>