Shades of Fun Blue #305189
Tints of Fun Blue #305189
RGB
CMYK
RGB Variations
Color information
#305189 (or 0x305189) is known color: Fun Blue. HEX triplet: 30, 51 and 89. RGB value is (48,81,137). Sum of RGB (Red+Green+Blue) = 48+81+137=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #305189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305189 is #CFAE76. Grayscale: #4D4D4D. Windows color (decimal): -13610615 or 8999216. OLE color: 8999216.
HSL color Cylindrical-coordinate representation of color #305189: hue angle of 217.75º 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 #305189 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 81 | 137 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.46 |
| HSL | 217.75º | 0.48% | 0.36% | - |
| HSV(B) | 217.75º | 0.65% | 0.54% | - |
| XYZ | 8.68 | 8.32 | 24.82 | - |
| YUV | 77.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 137 | 0.65 | 0.41 | 0 | 0.46 | 217.75 | 0.48 | 0.36 |
| Hex | 30 | 51 | 89 | 41 | 29 | 0 | 2E | DA | 30 | 24 |
| Octal | 60 | 121 | 211 | 101 | 51 | 0 | 56 | 332 | 60 | 44 |
| Binary | 110000 | 1010001 | 10001001 | 1000001 | 101001 | 0 | 101110 | 11011010 | 110000 | 100100 |
Color Harmonies of #305189
Complementary color
Monochromatic Colors of #305189
Black with #305189
Text Example
Text Example
White with #305189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305189; }
p { color: rgb(48,81,137); }
H1.HeaderClassName
{
color: #305189;
}
.AnyTagClassName
{
color: #305189;
}
</style>
background-color css
<style>
a { background-color: #305189; }
a { background-color: rgb(48,81,137); }
div.DivClassName
{
background-color: #305189;
}
.BgClassName
{
background-color: #305189;
}
</style>
border-color css
<style>
span { border-color: #305189; }
span { border-color: rgb(48,81,137); }
td.TdClassName
{
border-color: #305189;
}
.TagClassName
{
border-color: #305189;
}
</style>