Shades of Fun Blue #304A7C
Tints of Fun Blue #304A7C
RGB
CMYK
RGB Variations
Color information
#304A7C (or 0x304A7C) is known color: Fun Blue. HEX triplet: 30, 4A and 7C. RGB value is (48,74,124). Sum of RGB (Red+Green+Blue) = 48+74+124=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #304A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A7C is #CFB583. Grayscale: #474747. Windows color (decimal): -13612420 or 8145456. OLE color: 8145456.
HSL color Cylindrical-coordinate representation of color #304A7C: hue angle of 219.47º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #304A7C is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 74 | 124 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.51 |
| HSL | 219.47º | 0.44% | 0.34% | - |
| HSV(B) | 219.47º | 0.61% | 0.49% | - |
| XYZ | 7.31 | 6.98 | 20.03 | - |
| YUV | 71.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 124 | 0.61 | 0.40 | 0 | 0.51 | 219.47 | 0.44 | 0.34 |
| Hex | 30 | 4A | 7C | 3D | 28 | 0 | 33 | DB | 2C | 22 |
| Octal | 60 | 112 | 174 | 75 | 50 | 0 | 63 | 333 | 54 | 42 |
| Binary | 110000 | 1001010 | 1111100 | 111101 | 101000 | 0 | 110011 | 11011011 | 101100 | 100010 |
Color Harmonies of #304A7C
Complementary color
Monochromatic Colors of #304A7C
Black with #304A7C
Text Example
Text Example
White with #304A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A7C; }
p { color: rgb(48,74,124); }
H1.HeaderClassName
{
color: #304A7C;
}
.AnyTagClassName
{
color: #304A7C;
}
</style>
background-color css
<style>
a { background-color: #304A7C; }
a { background-color: rgb(48,74,124); }
div.DivClassName
{
background-color: #304A7C;
}
.BgClassName
{
background-color: #304A7C;
}
</style>
border-color css
<style>
span { border-color: #304A7C; }
span { border-color: rgb(48,74,124); }
td.TdClassName
{
border-color: #304A7C;
}
.TagClassName
{
border-color: #304A7C;
}
</style>