Shades of Fun Blue #305389
Tints of Fun Blue #305389
RGB
CMYK
RGB Variations
Color information
#305389 (or 0x305389) is known color: Fun Blue. HEX triplet: 30, 53 and 89. RGB value is (48,83,137). Sum of RGB (Red+Green+Blue) = 48+83+137=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #305389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305389 is #CFAC76. Grayscale: #4E4E4E. Windows color (decimal): -13610103 or 8999728. OLE color: 8999728.
HSL color Cylindrical-coordinate representation of color #305389: hue angle of 216.4º 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 #305389 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 83 | 137 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.46 |
| HSL | 216.4º | 0.48% | 0.36% | - |
| HSV(B) | 216.4º | 0.65% | 0.54% | - |
| XYZ | 8.83 | 8.62 | 24.87 | - |
| YUV | 78.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 137 | 0.65 | 0.39 | 0 | 0.46 | 216.4 | 0.48 | 0.36 |
| Hex | 30 | 53 | 89 | 41 | 27 | 0 | 2E | D8 | 30 | 24 |
| Octal | 60 | 123 | 211 | 101 | 47 | 0 | 56 | 330 | 60 | 44 |
| Binary | 110000 | 1010011 | 10001001 | 1000001 | 100111 | 0 | 101110 | 11011000 | 110000 | 100100 |
Color Harmonies of #305389
Complementary color
Monochromatic Colors of #305389
Black with #305389
Text Example
Text Example
White with #305389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305389; }
p { color: rgb(48,83,137); }
H1.HeaderClassName
{
color: #305389;
}
.AnyTagClassName
{
color: #305389;
}
</style>
background-color css
<style>
a { background-color: #305389; }
a { background-color: rgb(48,83,137); }
div.DivClassName
{
background-color: #305389;
}
.BgClassName
{
background-color: #305389;
}
</style>
border-color css
<style>
span { border-color: #305389; }
span { border-color: rgb(48,83,137); }
td.TdClassName
{
border-color: #305389;
}
.TagClassName
{
border-color: #305389;
}
</style>