Shades of Fun Blue #305289
Tints of Fun Blue #305289
RGB
CMYK
RGB Variations
Color information
#305289 (or 0x305289) is known color: Fun Blue. HEX triplet: 30, 52 and 89. RGB value is (48,82,137). Sum of RGB (Red+Green+Blue) = 48+82+137=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #305289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305289 is #CFAD76. Grayscale: #4D4D4D. Windows color (decimal): -13610359 or 8999472. OLE color: 8999472.
HSL color Cylindrical-coordinate representation of color #305289: hue angle of 217.08º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #305289 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 82 | 137 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.46 |
| HSL | 217.08º | 0.48% | 0.36% | - |
| HSV(B) | 217.08º | 0.65% | 0.54% | - |
| XYZ | 8.75 | 8.47 | 24.84 | - |
| YUV | 78.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 137 | 0.65 | 0.40 | 0 | 0.46 | 217.08 | 0.48 | 0.36 |
| Hex | 30 | 52 | 89 | 41 | 28 | 0 | 2E | D9 | 30 | 24 |
| Octal | 60 | 122 | 211 | 101 | 50 | 0 | 56 | 331 | 60 | 44 |
| Binary | 110000 | 1010010 | 10001001 | 1000001 | 101000 | 0 | 101110 | 11011001 | 110000 | 100100 |
Color Harmonies of #305289
Complementary color
Monochromatic Colors of #305289
Black with #305289
Text Example
Text Example
White with #305289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305289; }
p { color: rgb(48,82,137); }
H1.HeaderClassName
{
color: #305289;
}
.AnyTagClassName
{
color: #305289;
}
</style>
background-color css
<style>
a { background-color: #305289; }
a { background-color: rgb(48,82,137); }
div.DivClassName
{
background-color: #305289;
}
.BgClassName
{
background-color: #305289;
}
</style>
border-color css
<style>
span { border-color: #305289; }
span { border-color: rgb(48,82,137); }
td.TdClassName
{
border-color: #305289;
}
.TagClassName
{
border-color: #305289;
}
</style>