Shades of Fun Blue #304975
Tints of Fun Blue #304975
RGB
CMYK
RGB Variations
Color information
#304975 (or 0x304975) is known color: Fun Blue. HEX triplet: 30, 49 and 75. RGB value is (48,73,117). Sum of RGB (Red+Green+Blue) = 48+73+117=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #304975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304975 is #CFB68A. Grayscale: #464646. Windows color (decimal): -13612683 or 7686448. OLE color: 7686448.
HSL color Cylindrical-coordinate representation of color #304975: hue angle of 218.26º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304975 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 73 | 117 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.54 |
| HSL | 218.26º | 0.42% | 0.32% | - |
| HSV(B) | 218.26º | 0.59% | 0.46% | - |
| XYZ | 6.81 | 6.68 | 17.76 | - |
| YUV | 70.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 117 | 0.59 | 0.38 | 0 | 0.54 | 218.26 | 0.42 | 0.32 |
| Hex | 30 | 49 | 75 | 3B | 26 | 0 | 36 | DA | 2A | 20 |
| Octal | 60 | 111 | 165 | 73 | 46 | 0 | 66 | 332 | 52 | 40 |
| Binary | 110000 | 1001001 | 1110101 | 111011 | 100110 | 0 | 110110 | 11011010 | 101010 | 100000 |
Color Harmonies of #304975
Complementary color
Monochromatic Colors of #304975
Black with #304975
Text Example
Text Example
White with #304975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304975; }
p { color: rgb(48,73,117); }
H1.HeaderClassName
{
color: #304975;
}
.AnyTagClassName
{
color: #304975;
}
</style>
background-color css
<style>
a { background-color: #304975; }
a { background-color: rgb(48,73,117); }
div.DivClassName
{
background-color: #304975;
}
.BgClassName
{
background-color: #304975;
}
</style>
border-color css
<style>
span { border-color: #304975; }
span { border-color: rgb(48,73,117); }
td.TdClassName
{
border-color: #304975;
}
.TagClassName
{
border-color: #304975;
}
</style>