Shades of Fun Blue #28488B
Tints of Fun Blue #28488B
RGB
CMYK
RGB Variations
Color information
#28488B (or 0x28488B) is known color: Fun Blue. HEX triplet: 28, 48 and 8B. RGB value is (40,72,139). Sum of RGB (Red+Green+Blue) = 40+72+139=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #28488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28488B is #D7B774. Grayscale: #454545. Windows color (decimal): -14137205 or 9127976. OLE color: 9127976.
HSL color Cylindrical-coordinate representation of color #28488B: hue angle of 220.61º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28488B is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 72 | 139 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.45 |
| HSL | 220.61º | 0.55% | 0.35% | - |
| HSV(B) | 220.61º | 0.71% | 0.55% | - |
| XYZ | 7.85 | 6.95 | 25.35 | - |
| YUV | 70.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 139 | 0.71 | 0.48 | 0 | 0.45 | 220.61 | 0.55 | 0.35 |
| Hex | 28 | 48 | 8B | 47 | 30 | 0 | 2D | DD | 37 | 23 |
| Octal | 50 | 110 | 213 | 107 | 60 | 0 | 55 | 335 | 67 | 43 |
| Binary | 101000 | 1001000 | 10001011 | 1000111 | 110000 | 0 | 101101 | 11011101 | 110111 | 100011 |
Color Harmonies of #28488B
Complementary color
Monochromatic Colors of #28488B
Black with #28488B
Text Example
Text Example
White with #28488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28488B; }
p { color: rgb(40,72,139); }
H1.HeaderClassName
{
color: #28488B;
}
.AnyTagClassName
{
color: #28488B;
}
</style>
background-color css
<style>
a { background-color: #28488B; }
a { background-color: rgb(40,72,139); }
div.DivClassName
{
background-color: #28488B;
}
.BgClassName
{
background-color: #28488B;
}
</style>
border-color css
<style>
span { border-color: #28488B; }
span { border-color: rgb(40,72,139); }
td.TdClassName
{
border-color: #28488B;
}
.TagClassName
{
border-color: #28488B;
}
</style>