Shades of Fun Blue #28488C
Tints of Fun Blue #28488C
RGB
CMYK
RGB Variations
Color information
#28488C (or 0x28488C) is known color: Fun Blue. HEX triplet: 28, 48 and 8C. RGB value is (40,72,140). Sum of RGB (Red+Green+Blue) = 40+72+140=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #28488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28488C is #D7B773. Grayscale: #454545. Windows color (decimal): -14137204 or 9193512. OLE color: 9193512.
HSL color Cylindrical-coordinate representation of color #28488C: hue angle of 220.8º degrees, saturation: 0.56, 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 #28488C is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 72 | 140 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.45 |
| HSL | 220.8º | 0.56% | 0.35% | - |
| HSV(B) | 220.8º | 0.71% | 0.55% | - |
| XYZ | 7.93 | 6.98 | 25.74 | - |
| YUV | 70.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 140 | 0.71 | 0.49 | 0 | 0.45 | 220.8 | 0.56 | 0.35 |
| Hex | 28 | 48 | 8C | 47 | 31 | 0 | 2D | DD | 38 | 23 |
| Octal | 50 | 110 | 214 | 107 | 61 | 0 | 55 | 335 | 70 | 43 |
| Binary | 101000 | 1001000 | 10001100 | 1000111 | 110001 | 0 | 101101 | 11011101 | 111000 | 100011 |
Color Harmonies of #28488C
Complementary color
Monochromatic Colors of #28488C
Black with #28488C
Text Example
Text Example
White with #28488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28488C; }
p { color: rgb(40,72,140); }
H1.HeaderClassName
{
color: #28488C;
}
.AnyTagClassName
{
color: #28488C;
}
</style>
background-color css
<style>
a { background-color: #28488C; }
a { background-color: rgb(40,72,140); }
div.DivClassName
{
background-color: #28488C;
}
.BgClassName
{
background-color: #28488C;
}
</style>
border-color css
<style>
span { border-color: #28488C; }
span { border-color: rgb(40,72,140); }
td.TdClassName
{
border-color: #28488C;
}
.TagClassName
{
border-color: #28488C;
}
</style>