Shades of Fun Blue #304A7F
Tints of Fun Blue #304A7F
RGB
CMYK
RGB Variations
Color information
#304A7F (or 0x304A7F) is known color: Fun Blue. HEX triplet: 30, 4A and 7F. RGB value is (48,74,127). Sum of RGB (Red+Green+Blue) = 48+74+127=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #304A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A7F is #CFB580. Grayscale: #484848. Windows color (decimal): -13612417 or 8342064. OLE color: 8342064.
HSL color Cylindrical-coordinate representation of color #304A7F: hue angle of 220.25º 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 #304A7F is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 74 | 127 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.50 |
| HSL | 220.25º | 0.45% | 0.34% | - |
| HSV(B) | 220.25º | 0.62% | 0.5% | - |
| XYZ | 7.5 | 7.06 | 21.05 | - |
| YUV | 72.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 127 | 0.62 | 0.42 | 0 | 0.50 | 220.25 | 0.45 | 0.34 |
| Hex | 30 | 4A | 7F | 3E | 2A | 0 | 32 | DC | 2D | 22 |
| Octal | 60 | 112 | 177 | 76 | 52 | 0 | 62 | 334 | 55 | 42 |
| Binary | 110000 | 1001010 | 1111111 | 111110 | 101010 | 0 | 110010 | 11011100 | 101101 | 100010 |
Color Harmonies of #304A7F
Complementary color
Monochromatic Colors of #304A7F
Black with #304A7F
Text Example
Text Example
White with #304A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A7F; }
p { color: rgb(48,74,127); }
H1.HeaderClassName
{
color: #304A7F;
}
.AnyTagClassName
{
color: #304A7F;
}
</style>
background-color css
<style>
a { background-color: #304A7F; }
a { background-color: rgb(48,74,127); }
div.DivClassName
{
background-color: #304A7F;
}
.BgClassName
{
background-color: #304A7F;
}
</style>
border-color css
<style>
span { border-color: #304A7F; }
span { border-color: rgb(48,74,127); }
td.TdClassName
{
border-color: #304A7F;
}
.TagClassName
{
border-color: #304A7F;
}
</style>