Shades of Fun Blue #304C7E
Tints of Fun Blue #304C7E
RGB
CMYK
RGB Variations
Color information
#304C7E (or 0x304C7E) is known color: Fun Blue. HEX triplet: 30, 4C and 7E. RGB value is (48,76,126). Sum of RGB (Red+Green+Blue) = 48+76+126=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #304C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C7E is #CFB381. Grayscale: #494949. Windows color (decimal): -13611906 or 8277040. OLE color: 8277040.
HSL color Cylindrical-coordinate representation of color #304C7E: hue angle of 218.46º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #304C7E is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 76 | 126 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.51 |
| HSL | 218.46º | 0.45% | 0.34% | - |
| HSV(B) | 218.46º | 0.62% | 0.49% | - |
| XYZ | 7.57 | 7.3 | 20.75 | - |
| YUV | 73.33 | 157.72 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 126 | 0.62 | 0.40 | 0 | 0.51 | 218.46 | 0.45 | 0.34 |
| Hex | 30 | 4C | 7E | 3E | 28 | 0 | 33 | DA | 2D | 22 |
| Octal | 60 | 114 | 176 | 76 | 50 | 0 | 63 | 332 | 55 | 42 |
| Binary | 110000 | 1001100 | 1111110 | 111110 | 101000 | 0 | 110011 | 11011010 | 101101 | 100010 |
Color Harmonies of #304C7E
Complementary color
Monochromatic Colors of #304C7E
Black with #304C7E
Text Example
Text Example
White with #304C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C7E; }
p { color: rgb(48,76,126); }
H1.HeaderClassName
{
color: #304C7E;
}
.AnyTagClassName
{
color: #304C7E;
}
</style>
background-color css
<style>
a { background-color: #304C7E; }
a { background-color: rgb(48,76,126); }
div.DivClassName
{
background-color: #304C7E;
}
.BgClassName
{
background-color: #304C7E;
}
</style>
border-color css
<style>
span { border-color: #304C7E; }
span { border-color: rgb(48,76,126); }
td.TdClassName
{
border-color: #304C7E;
}
.TagClassName
{
border-color: #304C7E;
}
</style>