Shades of Fun Blue #304B78
Tints of Fun Blue #304B78
RGB
CMYK
RGB Variations
Color information
#304B78 (or 0x304B78) is known color: Fun Blue. HEX triplet: 30, 4B and 78. RGB value is (48,75,120). Sum of RGB (Red+Green+Blue) = 48+75+120=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #304B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B78 is #CFB487. Grayscale: #474747. Windows color (decimal): -13612168 or 7883568. OLE color: 7883568.
HSL color Cylindrical-coordinate representation of color #304B78: hue angle of 217.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304B78 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 75 | 120 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.53 |
| HSL | 217.5º | 0.43% | 0.33% | - |
| HSV(B) | 217.5º | 0.6% | 0.47% | - |
| XYZ | 7.13 | 7.02 | 18.75 | - |
| YUV | 72.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 120 | 0.60 | 0.37 | 0 | 0.53 | 217.5 | 0.43 | 0.33 |
| Hex | 30 | 4B | 78 | 3C | 25 | 0 | 35 | DA | 2B | 21 |
| Octal | 60 | 113 | 170 | 74 | 45 | 0 | 65 | 332 | 53 | 41 |
| Binary | 110000 | 1001011 | 1111000 | 111100 | 100101 | 0 | 110101 | 11011010 | 101011 | 100001 |
Color Harmonies of #304B78
Complementary color
Monochromatic Colors of #304B78
Black with #304B78
Text Example
Text Example
White with #304B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B78; }
p { color: rgb(48,75,120); }
H1.HeaderClassName
{
color: #304B78;
}
.AnyTagClassName
{
color: #304B78;
}
</style>
background-color css
<style>
a { background-color: #304B78; }
a { background-color: rgb(48,75,120); }
div.DivClassName
{
background-color: #304B78;
}
.BgClassName
{
background-color: #304B78;
}
</style>
border-color css
<style>
span { border-color: #304B78; }
span { border-color: rgb(48,75,120); }
td.TdClassName
{
border-color: #304B78;
}
.TagClassName
{
border-color: #304B78;
}
</style>