Shades of Fun Blue #305288
Tints of Fun Blue #305288
RGB
CMYK
RGB Variations
Color information
#305288 (or 0x305288) is known color: Fun Blue. HEX triplet: 30, 52 and 88. RGB value is (48,82,136). Sum of RGB (Red+Green+Blue) = 48+82+136=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #305288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305288 is #CFAD77. Grayscale: #4D4D4D. Windows color (decimal): -13610360 or 8933936. OLE color: 8933936.
HSL color Cylindrical-coordinate representation of color #305288: hue angle of 216.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #305288 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 48 | 82 | 136 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.47 |
| HSL | 216.82º | 0.48% | 0.36% | - |
| HSV(B) | 216.82º | 0.65% | 0.53% | - |
| XYZ | 8.68 | 8.44 | 24.46 | - |
| YUV | 77.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 136 | 0.65 | 0.40 | 0 | 0.47 | 216.82 | 0.48 | 0.36 |
| Hex | 30 | 52 | 88 | 41 | 28 | 0 | 2F | D9 | 30 | 24 |
| Octal | 60 | 122 | 210 | 101 | 50 | 0 | 57 | 331 | 60 | 44 |
| Binary | 110000 | 1010010 | 10001000 | 1000001 | 101000 | 0 | 101111 | 11011001 | 110000 | 100100 |
Color Harmonies of #305288
Complementary color
Monochromatic Colors of #305288
Black with #305288
Text Example
Text Example
White with #305288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305288; }
p { color: rgb(48,82,136); }
H1.HeaderClassName
{
color: #305288;
}
.AnyTagClassName
{
color: #305288;
}
</style>
background-color css
<style>
a { background-color: #305288; }
a { background-color: rgb(48,82,136); }
div.DivClassName
{
background-color: #305288;
}
.BgClassName
{
background-color: #305288;
}
</style>
border-color css
<style>
span { border-color: #305288; }
span { border-color: rgb(48,82,136); }
td.TdClassName
{
border-color: #305288;
}
.TagClassName
{
border-color: #305288;
}
</style>